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

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