American Young Coder

AYC logo

10 PM – Intro To Python – Private – Gamas

Today We Did We went over IF ELSE and IF ELIF statements. We reviewed again how to combine string using "f" formatter. We started input from shell. Homework Create Nov22_Private_IfElseHomework.py -  AnswerRead More...

5:15PM – Intro To Python – Sebastian

Today We Did Learned the steps to fixing an error: Click bottom blue line Read error message Fix error and rerun Explored NameError, SyntaxError, IndentationError, IndexError, and TypeError Reviewed what "return" doesRead More...

5:30 PM – Intro To Python – Gamas

Today We Did We finished Nov8_ShoppingCart.py program Homework Create a new file Nov29_RobuxShoppingCart.py. We are going to create something similar to Nov8_ShoppingCart.py, so if you are stuck with the below program, lookRead More...

6 PM – Intro To Python – Sebastian

Today We Did Learned how to get input from the shell: input() Reviewed how to append strings to eachother Reviewed if, elif, else with input() Learned that input() always becomes a stringRead More...

6 PM – Python OOP – Gamas

Today We Did We went over Restaurant class homework We reviewed at Restaurant.set_number_served(sefl, num) method that will change Restaurant.number_served attribute. We reviewed at Restaurant.increment_number_served(self, num) method that will increase Restaurant.number_served attribute. WeRead More...

5:30 PM – Intro To Python – AlexW / Gamas

Today We Did We did Dec1_TurtleBasic.py. We drew a Square shape with a Turtle module. We created draw_square(color) function. Homework Create Dec1_Turtle4ShapesHomework.py And do exercises according to https://www.ayclogic.com/draw-4-shapes-using-turtle-module/

5:30 PM – Python Game Development – Gamas

Homework When the bug mode change to DIZZY mode, Stop the chirping sound. Create Landing page with PLAY and CREDIT buttons. Use assets/ballon_title.png for the landing page. Create CREDIT page.

10 PM – Intro To Python – Private – Gamas

Homework Create Dec12_Private_ListHomework.py. Copy codes from page 37 to 38. Create a list of monsters: “dragon”, “phoenix”, “minotaur”, “hydra” using the list print “DRAGON is a powerful monster”. Get the first elementRead More...

9AM – Intro to Python – Saagar Mahadev

Today we did: Reviewed for the quiz Homework Only homework is to prepare for the quiz. Feel free to reach out if you need any additional help or practice problems.