American Young Coder

AYC logo

9 AM – Intro To Python

We completed Starry Night project. We alternate between Star and Planet using modulus operator. We started Baby Name Generator program. Homework: In Baby Name Generator program, do the following Ask user ifRead More...

10 AM – Python Game Development

We continued with Bird class Able to draw bird images using Bird class and sprite group. Homework: Inside Bird class, make the bird flaps by alternating the image A, image B. LookRead More...

11 AM – Python Game Development

We reviewed the Introduction To Python test. We went over Python dictionary. Homework: Do page 92 to 96 Review Baby Name Generator code and come up with questions if you don't understandRead More...

2 PM – Intro To Python

We went over how to do Modular in Python. We started Hangman game. Homework: Inside this forever loop do the following Print the clue, the question marks Print the number of leafRead More...

4 PM – Python Game Development

We went over how to add player to the project. We added Tube to the project. Homework: Make the tube move to the left. Try to display the tube from the topRead More...

6 PM – Intro To Python

We went over for loop and a little bit of while loop. Homework: https://www.ayclogic.com/tell-me-your-age/ Page 52.