American Young Coder

AYC logo

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.

2 PM – Intro To Python – Sebastian

Today We Did How functions work (parameters, arguments) How to call functions In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework DEC3_functions_hw.py Homework: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/

3 PM – Intro To Python – Sebastian

Today We Did How functions work (parameters, arguments) How to call functions In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework DEC3_functions Homework: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/

5:30 PM – Intro To Python – Gamas

Homework Inside Nov29_RobuxShoppingCart.py Call make_purchase function for HAIR and VIP Server products. This is very similar on how you call make_purchase for HAT product. Add code that will implement "4. Add moreRead More...