American Young Coder

AYC logo

9 AM – Python Game Development

We continued to learn about class inheritance. We learned how to call functions within the class by doing self.<function_name>(). We learned how to call functions from outside the class by doing <variable_name>.<function_name>().Read More...

10 AM – Python Game Development

We made sure to cleanup the fireball, birds and cloud after they are out of screen We organized some codes inside the main.py game_loop() and made functions out of them. We addedRead More...

11 AM – Python Game Development

We made the cloud appear less frequently. We fixed the problem where the bird turn to the right after if moved to the left. We made the cloud moved slower. Homework: CreateRead More...

1 PM – Intro To Python

We completed Password Generator program Homework: Do StarWars questions from number 2 and 3 in here: https://www.ayclogic.com/intro-to-python/star-wars-problem/

5 PM – Intro To Python

We went over Variables and Data Types and Boolean expressions Homework: Create Python file July11_StringHomework.py From the book it will be page 20 to 23