American Young Coder

AYC logo

10:30 AM – Intro to Python – Isaac

Today, we learned Data types, variables, operators (+, -, *, /, %) % is modulo, the remainder operator Increment with += (there are also -=, *=, /=, %=) String concatenation with +Read More...

1:15 PM – Intro to Python – Isaac

Today, we Took the quiz Went over quiz questions Homework Fix the errors in Fixing Python Bugs (click the link), and save it to Jun_24_FixingPythonBugs.py Fix the errors in Fixing Python BugsRead More...

Scratch 2 – Wed 4:00 PM – Julian

What We Did: Finished our Cheese Chase project. Homework: Fix any leftover bugs that you have in your code. If you have any questions feel free to email me at jsaroufim@ayclogic.com ThanksRead More...

Scratch 2 – Wed 6:00 PM – Julian

What We Did: Finished our Cheese Chase project. Homework: Add in a function inside a new scratch project that wherever you click will make a new circle. If you have any questionsRead More...

6 PM – AI Agent – Gamas

Today We Did We started spaceship-survival game powered by AI. We did the generate_scenario feature. Homework Add code in spaceship_game.py so it will do the following After displaying the provided scenario, askRead More...

7 PM – Python OOP – Joel

Today we did: We continued with MonsterSystem and started the play adventure game feature.     Homework: In the constructor, make a self.attack_menu that has 2 selections: Magic Attack Sword Attack InRead More...