American Young Coder

AYC logo

7 PM – Intro to Python – William

Today We Did Reviewed Exercises 1-2 of Oct23_StarWars.py Created a password generator Homework Finish exercises 3-4 of Oct23_StarWars.py https://www.ayclogic.com/intro-to-python/star-wars-problem/ Oct30_Magic8Ball.py Follow the instructions on the page to create a magic 8 ball!Read More...

6 PM – Intro To Python – Darin

What We Did Today: Reviewed using lists in for loops Learnt how to use for loop with range() function to do certain things a fixed number of times Homework: Create a fileRead More...

6 PM – Intro To Python – Darin

What We Did Today: Reviewed the quiz 2 and talked about results, how to improve, and etc. Did a brief overview on everything we have learnt in this course so far, includingRead More...

9 AM – Python OOP – Indo – Gamas

Today We Did We continued with SchoolSystem project We added List all students. Homework After you are done with the homework, upload both teacher.py and oct_28_school_system.py files to google drive. Create aRead More...

5 PM – Intro to Python – William

Today We Did Reviewed for loops Started while loops Homework Create the following file: Nov4_AnimalList.py Follow the instructions at https://www.ayclogic.com/animal-list-and-for-loop-exercises/ If you get stuck, look at code from previous lessons or emailRead More...

7 PM – Intro to Python – William

Today We Did Reviewed Exercises 3 and 4 of Oct23_StarWars.py Reviewed While Loops Homework Create the following files: Nov6_Magic8Ball.py Follow the instructions to create a Magic 8 Ball: https://www.ayclogic.com/intro-to-python/magic-8-ball If you haveRead More...

6 PM – Intro To Python – Darin

William Sub What We Did Today: Reviewed for loop with range() to add to a counter variable Learned about while loops and how to print numbers Infinite loops Remember to check theRead More...

6 PM – Intro To Python – Darin

What We Did Today: Introduced basic turtle (creating images using code) Homework: Create a new file “Nov30_Turtle4ShapesHomework.py” Create a new function “draw_rectangle”. Inside the function, draw a rectangle shape using turtle module.Read More...