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...
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...
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...
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
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...
Homework Keanu: In your team project: In GAME OVER page add PLAY and CREDIT buttons Christopher: In your team project: The Credit page texts were overlapping or cut off. Maybe lower theRead More...
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...
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...
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...
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...
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...