American Young Coder

AYC logo

9 AM – Intro To Python

We went completed Baby Name Generator program. We added a way to limit the number of names when user provided a number bigger than the names that the program has. Homework: StudyRead More...

11 AM – Python Game Development

We went over Dog class We learned inheritance by creating SamoyedDog and Doberman classes which inhenrits from Dog class. Homework: P.168 to 169.

1 PM – Intro To Python

We went over the many functionalities of Python String such as title(), upper(), strip(). We went over how to do IF ELSE ELIF statements Homework: P.80 to 81

2 PM – Intro to Python

We finished the Hangman game. The word shouldn't be printed out at the beginning. Break from the while loop if all the letters in guess have been filled in (no more "?"Read More...

3 PM – Intro To Java

We went over how to create the following methods inside VehicleSystem printAllVehiclesPassengerBiggerThanOrEqual(int numOfPassenger) printAllFuelEfficientVehicles We went over how to create Vehicle.printInfo() method We started creating menu in April25_VehicleSystem.main method Homework: https://www.ayclogic.com/java-exercises-5-vehicle-system-menu/

4 PM – Python Game Development

We continued with Flappy Duck project. We made the Tube appear from top and bottom We made the Tube appear less frequently. Homework Move all the constants variable from main to config.pyRead More...

4PM-Scratch Level 1

We started Virtual Snow project on page 144 Homework Complete page 149 and 150 in the white book.

5PM-Scratch Level 2

We started Intro to List project. We started Mary Had A Little Lamb project. Homework Create 3 new balls with different names,colors and notes and change the broadcast and when I receiveRead More...