American Young Coder

AYC logo

6 PM – Python OOP – Darin

What We Did Today: Finished Supermarket Application Reviewed concepts/functions on using Dictionaries such as .values(), .keys(), and .items() Homework: Implement MonsterSystem.py and Monster.py and upload the two files into the google driveRead More...

4 PM – Python OOP – Darin

Today We Did: Setup PyCharm to use for the Python OOP class. Learnt a bit about a new data structure: Dictionary Homework: Create a new file called July29_DictionaryCopyHW.py and upload it intoRead 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...

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...

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...

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...

6 PM – Python OOP – Darin

What We Did Today: Continued monster inheritance project Created the sword attack method as well as started on the magic attack method, implementing inheritance Homework: For Ian and Miki: Work on theRead More...

4 PM – Python OOP – Darin

Today We Did: Implemented the phone book system, creating a mini interactive program that uses a dictionary to store data. Homework: Continue in your Phone Book System project and upload that fileRead More...

6 PM – Python OOP – Darin

What We Did Today: Continued monster inheritance project Implemented inheritance through the magic attack system where a Dragon (child of the Monster class) is immune to fire magic. Homework: Create a SlimeRead More...

6 PM – Python OOP – Darin

NEXT WEEK IS YOUR FINAL EXAM FROM 6-8 PM What We Did Today: Reviewed the driver system project for the final exam next week. Homework: Study for your final exam through driverRead More...