American Young Coder

AYC logo

5 PM – Intro to Python – William

Today We Did Reviewed Nov4_AnimalList.py Finished learning about while loops Infinite while loop Homework Create the following file: Nov11_PythonExercises.py Follow the instructions at https://www.ayclogic.com/intro-to-python-exercises/ Upload the homework to your assigned Google DriveRead More...

7:30 PM – Intro To Python – William

Today We Did Reviewed Oct28_IfElse_HW2.py Finished learning about If-Elif-Else Positive, negative, 0 number example Homework Create the following file: Nov11_IfElseHW3.py Complete Exercise #3 at: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ Continue doing your Typing Club practice :)Read More...

7 PM – Intro to Python – William

Today We Did Reviewed Exercise 1 from Nov6_Magic8Ball.py Finished random lottery() example Reviewed common errors in Python Homework Create the following files: Quiz2Prep.py Complete the exercises at to prepare for Quiz 2! Read More...

7 PM – Python OOP – Gamas

Today We Did We continued on Library System. We added Book.get_info() method. We did find book by name. Homework Create a new pycharm project MonsterInheritance In this new project, create a newRead More...

7 PM – Python Game Development – Sebastian

Today We Did Added audio, and background music Made rectangle move with image to handle full group collisions for everything Created placeholder methods for all future game modes, including the drawing ofRead More...

6 PM – Intro To Python – Darin

What We Did Today: Reviewed while loops and comparing it to for loops Remember to check the Google Drive folder if there’s any code you missed (Nov14_WhileLoops2.py)! Homework: Create a file calledRead More...

6 PM – Python Game Development – Sebastian

Today We Did Class set up new repository Blitted background image Created Tube class 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 how to use the t.goto() function, the idea behind the x and y graph, and how to create basic shapes using t.begin_fill() and t.end_fill(), and using t.penup()Read More...

5 PM – Intro to Python – William

Today We Did Reviewed Nov11_PythonExercises.py Homework Finish Nov11_PythonExercises.py https://www.ayclogic.com/intro-to-python-exercises/ Study for our quiz. I recommend reviewing the following topics: Variable datatypes While loops For loops Lists Reminder, no class next week! Enjoy yourRead More...

7:30 PM – Intro To Python – William

Today We Did Reviewed Nov11_IfElseHW3.py Learned how to get user input Homework Create the following file: Nov18_InputHW.py Read textbook pages 113-15 and copy the code Complete Try It Yourself 7-1 on page 117 DoRead More...