9 AM – Intro To Python
We reviewed the final project progress. We learned how to create triangle: upside down and right side up Homework: Continue making progress on your final project. The final project is due onRead More...
We reviewed the final project progress. We learned how to create triangle: upside down and right side up Homework: Continue making progress on your final project. The final project is due onRead More...
We continued with Birdie project We made the bird flaps We made the bird move horizontally. Homework: Make the bird move down vertically. Load another bird: bird02_A.png and bird02_B.png Make the secondRead More...
Final project is due today (20%) Next week is Final Test (2 hours, 80%), study the following Baby Name Generator program Tell me your age program Make sure you know how toRead More...
We reviewed the Quiz result. We went over Random. Homework: Do magic 8 ball game from https://www.ayclogic.com/coding-in-python-level-1/magic-8-ball/ Do starwars functions from number 2 and 3: https://www.ayclogic.com/coding-in-python-level-1/star-wars-problem/
We enhanced the "Vehicle" class from homework page 108. We added "fuelLeft" variable inside the "Vehicle" class. We added "drive" method with "distance" parameter. We added "getDistanceLeft" method. Homework: Enhance the "Vehicle"Read More...
We started the Window Cleaner project on page 135 Homework Complete number 12 on page 138. Add the Time's Up Banner and music.
We went over how to add a Score on the screen. Homework: If the player hits a bird that is fast, the score is going to be higher than hitting a birdRead More...
Today we finished up the Spaceship 2.0. We started on the Cheese Chase. For Homework: Please draw in a cheese and also your maze for the sprites. Also make sure to buyRead More...
We went over String built-int functions .title() .lower() .upper() .rstrip() .lstrip() .strip() We went over List Homework: Name your file "April4_HomeworkList": P.34 to 41