American Young Coder

AYC logo

2 PM – Intro To Python – Gamas

Today We Did We learned how to fix Python errors. We learned functions without return value. Homework Create Oct22_FunctionHomework.py Copy codes from page 132 to 134. Copy codes from https://www.ayclogic.com/fix-python-bugs-2/ and fixRead More...

2 PM – Intro To Python – Sebastian

Today We Did Lots of review on if statements inside of for loops Created for loops that loop through indices Created for loops that loop through values (those are called "for eachRead More...

3 PM – Intro To Python – Sebastian

Today We Did Reviewed "for each" loops (loops through every value) Reviewed loops that loop through every index Learned how to put if statements inside of for loops Understood that variables createdRead More...

6 PM – Python OOP – Gamas

Today We Did We created a new version of RobuxSystem utilizing dictionary in Oct19_RobuxSystemV2.py. We reviewed how to loop through each element inside dictionary. Homework Inside Oct12_LoopingThroughDictionaryHomework.py file, change the code inRead More...

7 PM – Python Game Development – Gamas

Homework: Keanu: Find background song for your game in opengameart.org Add sound effects when Player jump, when player hit by dinosaur, when player hit the key and player hit the door. Christopher:Read More...

2 PM – Intro To Python – Sebastian

Today We Did While loops continue to loop when the condition is True Reviewed how to increment variables ( counter += 1 ) Homework Homework: Page 118 and 121: 10th week Homework:Read More...

2 PM – Intro To Python – Gamas

Today We Did We learned function with return value. We learned random module. We learned how to create random number between range. We learned how to choose random element from a list.

3 PM – Intro To Python – Sebastian

Today We Did Learned about how while loops continue to loop when their condition (turns into a boolean) is true Reviewed how to get user input ( input() ) Remembered that forRead More...