American Young Coder

AYC logo

9 AM – Python Game Development

Homework: The bird currently is flapping its wings too fast or too frequently. You need to slow it down Go to bird.py, inside flap_wing() function you need to delay the switching ofRead More...

10AM – Intro to Python

Today we Learned: How to make functions without return value How to use parameters/arguments How to call a function Homework: pages 130-133 from the book, put it in a file called Oct31_FunctionsWOReturnHomework.pyRead More...

10 AM – Python Game Development

Homework Make the coins appear between Tubes Detect collision between Coin and Tube. When they collide, increase the score by 10 Display score on the top left corner of the screen. LookRead More...

11 am – Scratch Level 1

Today we: Selected a background Gave the first 5 letters of our names special animations/effects when each letter was clicked When each letter was clicked a different effect/animation started playing Your HW:Read More...

12 PM – Python Game Development

Homework Display score on the top left corner of the screen. Look at how we did it in Birdie project. Make the coin appear in the top and bottom randomly. Hint: useRead More...

1 PM – Intro to Python

Today we finished baby name generator. Your homework is to review for the final test.

3 PM – Intro to Java

Homework: Last week in the class, we did tell me your age program. Change the program so it will continuously ask user about his/her age until the user enter "quit" or "exit"Read More...

4 PM Scratch Level 2

Today we were able to continue and add in the countdown for the Glacier Race and also the collisions. For Homework: Please do from pages 180-181. hwphotos

4PM – Intro to Python Makeup Session

Today We Learned: How to use a for-loop to print values in a list How to use f-string formatters inside a for-loop How to use if-else statements in a for-loop Homework: PagesRead More...

4 PM – Intro To Python – Gamas

Homework: In Oct31_ListIndex.py, in the class we were doing a for loop. Inside the for loop do the following Find the index where "answer" variable exists in the "secret_word". Use the indexRead More...

5 PM – Intro to Python – Nathaniel

We reviewed two homework assignments from October 17 and October 24 (Oct17_IfElseHomework.py and October24_InputFromShellHomework.py). During the lecture, if, if/else, if/elif, and if/elif/else statements were discussed in depth with various examples that canRead More...