American Young Coder

AYC logo

6 PM – Intro To Python – Darin

QUIZ 2 IS NEXT WEEK ON OCT 26 What We Did Today: Reviewed topics for the quiz next week, through past examples and the homework. Homework: Practice and review the following topics:Read More...

5 PM – Intro to Python – William

Today We Did Learned how to get input from the shell Started learning list operations Append Modify Homework Create the following file:  Oct21_TellMeYourAge.py Complete exercise #1 (everything besides the last two lines)Read More...

7:30 PM – Intro to Python – William

Today We Did Learned about If-Else statements Learned about printing f-strings Homework Create the following files: Oct21_IfElseHW.py Read page 78 (If Statements) to the top of page 80 and copy the code Oct21_StringHW2.py Complete TryRead More...

7 PM – Intro to Python – William

Today We Did Reviewed functions with return values Learned about the random module randInt() choice() Homework Create the following file: Oct23_StarWars.py Finish the exercises at https://www.ayclogic.com/intro-to-python/star-wars-problem/ If you have any questions orRead More...

6 PM – Python Game Development – Sebastian

Today We Did Handled collisions for all objects Created giant fireballs with full functionality You can always find the code we wrote in class in my Gitlab repository here: https://gitlab.com/gsugiart/tue-6-pm-dragon-birdie/-/tree/TUE-6PM-Sebastian In caseRead More...

6 PM – Intro To Python – Darin

What We Did Today: Reviewed operations on lists Introduced using for loops with lists Homework: Create a file called Oct24_ListForLoopsHW.py and submit it into the google drive when you are finished. DoRead More...

6 PM – Intro To Python – Darin

What We Did Today: Had our second quiz covering topics so far on lists, loops (while and for), functions, and the random module. Homework: No Homework!

9 AM – Python OOP – Indo – Gamas

Today We Did We finished oct_21_robux_shopping_cart_using_class.py We started SchoolSystem project. Homework Create a new file student.py Inside this file, create a new Class Student with 3 attributes: name, age and grade. InsideRead More...