American Young Coder

AYC logo

5 PM – Python Game Dev – Darin

Today We Did: We reviewed each individual project. We continued on Shoot Balloon project by making target class complete and able to shoot down balloons. Added a score display for our scoreRead More...

6 PM – Python OOP – Darin

What We Did Today: Continued monster inheritance project Learnt about the concept of inheritance (we haven't applied it yet) Homework: Continue in MonsterSystem.py and upload the file into the google drive whenRead More...

6 PM – Intro To Python – Shawn

What We Did Learned more about the difference of functions with and without return values Learned how to generate random numbers and choices Homework Create a new file called July30_FunctionReview Copy andRead More...

7 PM – Intro To Python – Darin

What We Did Today: Learnt how to make half circles using a new parameter for t.circle(radius, extent), using extent as a parameter in draw_circle() Learnt how to incline any shape using theRead More...

4 PM – Python OOP – Darin

Today We Did: Continued learning about dictionaries, how to loop through them, and how to use if statements with them. Homework: Create a new file called Aug5_DictionaryCopyHW.py and upload it into theRead More...

5 PM – Python Game Dev – Darin

Today We Did: We reviewed each individual project. We continued on Shoot Balloon project by adding bad balloon variants, as well as sound effects Homework: Continue working on your individual project accordingRead More...

6 PM – Python OOP – Darin

What We Did Today: Continued monster inheritance project Applied ways to find a monster in the dictionary through looping through the keys of the dicitonary. Homework: Create a file called Aug6_InheritanceHW andRead More...

6 PM – Intro To Python – Shawn

What We Did Continued Magic 8 Ball project Homework In your Magic8Ball project (from class) If the user types in "quit" or "exit" (no matter what lower and upper case), end theRead More...

7 PM – Intro To Python – Darin

What We Did Today: Learnt how to make a Kaleidoscope, and use the while loop to go through and repeat through the list items for colors Started on the Grocery System program,Read More...

4 PM – Python OOP – Darin

Today We Did: Continued learning about dictionaries, how to find items in a dictionary (compared to finding items with a list) Created a phone book system using dictionaries. Homework: Create a newRead More...