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

3 PM – Intro To Java

We completed Vehicle.drive() and addMoreFuel() homework. We went through Java List and ArrayList. Learn how to add a new element to List. Learn how to iterate each element in the List usingRead 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...

4Pm-Scratch Level 1

We continues with the Punching Dummy Face project. Homework Make the Pow sprite appear only in the upper left hand corner of the screen. Add a second costume to the Dummy spriteRead More...

5 PM Scratch Level 2

Today we continued with Cheese Chase and added in the Levels Banner and also Level 2. For Homework: Add in the speed variable for the ghost and make it faster in levelRead 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.