American Young Coder

AYC logo

7 PM – Intro To Python – Gamas

Today We Do We reviewed https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ homework. We continued with Hangman game. We learn how to print each letter in a word using for loop. Homework Create May25_LoopingEachLetterInAWordHomework.py Inside the file, doRead More...

6 PM – Intro To Python – Gamas

Today We Do We continued with Robot Builder. We added draw_left_arm(x,y) function. Homework Add a new parameter to draw_left_arm function: color. This parameter will be used to decide which arm color toRead More...

7 PM – Intro To Python – Gamas

Today We Do We finished Hangman game. Homework Create June1_PythonExercisesHomework.py Do exercises from https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/ If you have question, feel free to email me at gamas@ayclogic.com. Attach your codes in the email ifRead More...

1 PM – Python Game Development

Today: We went over the homework to add custom shooting tower images and collision detection logic between bullets and enemies We added logic so different towers shoot their corresponding bullet images. WeRead More...

6 PM – Intro To Python – Gamas

Today We Do We finished with Robot Builder project. We continued with draw_circle function. We continuously draw two circles with different colors Homework In the class, only one of the circles isRead More...

7 PM – Intro To Python – Gamas

Homework Create June8_FixPythonErrorsHomework.py Copy broken Python codes from https://www.ayclogic.com/fixing-python-bugs/ Fix all the errors

10 AM – Intro To Python – Saagar

Today We Do We learned about variables We learned about Integer Homework Create June18_StringHomework.py Copy codes from page 23 to 25. asdfa asdf adsf

5 PM – Python OOP – Latisha

Today We Do We review homework. Homework Finish last week homework. Create a new file book.py and add a new class Book. Inside the class, add these attributes: name, author, publication_year CreateRead More...