American Young Coder

AYC logo

9 AM Python Level 1

We went over the Magic 8 Ball homework Homework: Do codes from page 130, 131 ("Try It Yourself"), 132

10 AM Python Level 1

We went over the homework favorite name generator. We went over how to draw using turtle. Homework: In the grid paper, draw robot. Find the coordinate of the top left corner ofRead More...

11 AM Python Level 1

We went over the quiz result. We went over how to use random module. Homework Inside the  "Nov16_PasswordGenerator.py" file Ask user from shell, "How many password you want? " Create a forRead More...

2 PM Python Game Development Makeup

We went over how to display the winning banner in the middle of the screen when one of the player wins. We went over how to use Pycharm Python editor. We restrictRead More...

3 PM Python Game Development

We went over how to use the Pycharm python editor. When one of the players wins, we hide the ball and paddle from the screen. We restrict the movement of the playerRead More...

4 PM Python Game Development

We went over the homework of Object Oriented Programming (OOP) We created Bird class. We created FlyingBird class which inherits from Bird class. We created NonFlyingBird class which inherits from Bird class.Read More...