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/

3 PM – Intro To Java

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

4PM-Scratch Level 1

We started the Window Cleaner project on page 135 Homework Complete number 12 on page 138. Add the Time's Up Banner and music.

5 PM Scratch Level 2

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

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