American Young Coder

AYC logo

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...

10 AM – Python Game Development

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...

11 AM – Intro To Python

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...

2 PM – Intro To Python

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/

6 PM – Intro To Python

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