American Young Coder

AYC logo

9 AM Introduction To Python

We continued with Hangman game (Jan18_Hangman.py) We added the logic that will display the question mark symbol. Homework: Continue with Hangman game before you start the loop create a function called "update_clue",Read More...

2 PM Introduction to Python

We went over variables and data types. Homework: Buy the following python book if you have not done so: https://www.amazon.com/Python-Crash-Course-2nd-Edition/dp/1593279280/ref=sr_1_3?crid=16NLB4LW407IK&keywords=python+programming&qid=1580672032&sprefix=python+%2Caps%2C233&sr=8-3  Install https://thonny.org/ in your computer From the book above, follow coding exercisesRead More...

4 PM Python Game Development

We continued Birdie game. Homework: Inside Bird class, flip between imageA and imageB so the bird will flap its wing.