American Young Coder

AYC logo

9 AM – Python Game Development

We randomize of which bird image to create. We went over how to delay the creation of birds in Birdie game. Next week is a labor day weekend, so no class.  Homework:Read More...

10 AM – Intro To Python

We went over how to get input from shell. We went over how to convert input from shell to Integer using int(). Homework: Do python exercises from https://www.ayclogic.com/tell-me-your-age/

11 AM – Python Game Development – Gamas

We reviewed Birdie project techniques and mechanisms. This is important because we will be using the same techniques and pygame functionalities in all of our future projects. Homework: Create 1st draft ofRead More...

5 PM – Intro To Python

We reviewed what's going to be in the quiz 2 weeks from today: variables and data types IF ELIF ELSE statements List For loop, while loop How to continuously ask user aRead More...

6 PM – Intro To Python

we went through how to make the following in turtle How to create a function that will draw a character in a different location everytime How to draw a diagonal rectangle HowRead More...