American Young Coder

AYC logo

9 AM Introduction To Python

We reviewed fixing bugs homework. Next week is Python quiz, prepare the following Data Types: Integer, Float, String, Boolean IF ELSE Statements Loops: For loop and While Loop Random Functions How toRead More...

10 AM Python Game Development

We went over dictionary again  Homework: Page 113, 114 Also do Try It Yourself in page 115 6-8 Class Page 162 164 165

11 AM Introduction To Python

We reviewed the quiz result. We learned how to draw in Python using Turtle module. Homework: Complete the Robot drawing in python In grid paper, create any complex shapes. For instance, MarioRead More...

3 PM Python Game Development

We continued with Shoot Baloon project. When target shoot the baloon, increase the score and play sound effect. Added Play button in the beginning of the game. Final project code review.

4 PM Python Game Development

We continued with Birdie project. We call self.kill() when the bullet is outside of the screen We call self.kill() when the bird is outside of the screen. We made the player controllableRead More...