American Young Coder

AYC logo

5:30 PM – Intro To Python – Gamas

Today We Did We reviewed everyone's project progress. We make sure everyone knows how to continuously draw one shape with different colors. This is one of the requirement for the Turtle finalRead More...

6 PM – Intro To Python – Sebastian

Today We Did String functionalities:  .title(), .upper(), .lower() Formatted strings: f”” Removing end spaces: .rstrip(), .lstrip(), .strip() Escape keys: \n \t \" \' Homework Create a new Python file NOV9_StringHomework2.py in Thonny.Read More...

6 PM – Python OOP – Gamas

Today We Did We went over Restaurant and User classes. We reviewed, attributes, methods and init methods. When we should use self. Homework Create Nov8_ClassHomework3.py Copy codes from page 162 to 166

4:30 PM – Intro To Python – Gamas

Today We Did: We reviewed the 3 data types we learned last week. We reviewed String homeworks. Homework Create a new Python file Nov11_StringHomework2.py Do exercises from page 25: TRY IT YOURSELFRead More...

11 AM – Intro To Python – Indo – Gamas

Today We Do We reviewed homework from https://www.ayclogic.com/intro-to-python-exercises/ Homework Next week is 1st quiz and this is 10% of your class grade. Please study well. During the quiz, you can use ThonnyRead More...

2 PM – Intro To Python – Sebastian

Today We Did Review of homework Full review focusing on loops Can use for loops and while loops to do the same thing Reviewed how range() works Homework No homework this weekRead More...

3 PM – Intro To Python – Sebastian

Today We Did Review of homework Full review focusing on loops Can use for loops and while loops to do the same thing Reviewed how range() works Homework No homework this weekRead More...

4 PM – Python Game Development – Latisha

Homework Continue Flappy Bird project Inside main.py, inside game_in_session(), call check_player_fall_off_the_screen() method. Inside main.py, inside game_loop, add a condition that will handle GAME_OVER mode. And create game_over page like below. Including theRead More...

5:30 PM – Intro To Python – Gamas

Homework If you have not submitted your turtle project, please upload to google drive as soon as possible. Otherwise you get some point deductions. Gamas will send feedbacks on your turtle projectRead More...