American Young Coder

AYC logo

6 PM – Python OOP – Darin

What We Did Today: Reviewed dictionaries in Python through homework and last week's material. Utilized dictionaries in a phone book system program. Homework: HOMEWORK 1: In a file called Dec17_IntroToDictionariesHW2.py, do theRead More...

7 PM – Python OOP – Darin

What We Did Today: Finished the library system project Started on the Supermarket Application project, going over big OOP + dictionary concepts Homework: # Your homework is to finish the school systemRead More...

4 PM – Python OOP – Darin

Today We: Finished the MonsterSystem project. Reviewed inheritance, important concepts, as we prepare for our final exam. Homework: Finish the practice final sent to you! I highly recommend studying before taking theRead More...

6 PM – Python OOP – Darin

What We Did Today: Reviewed and finished the phone book system program, reviewing how to use dictionaries. Replaced our grocery system program to use a dictionary, making the code more efficient Homework:Read More...

7 PM – Python OOP – Darin

What We Did Today: Reviewed how OOP works, and finished the supermarket application project Got started on MonsterInheritance project and learnt a bit about inheritance Homework: """ Your homework is to implementRead More...

4 PM – Python OOP – Darin

NEXT WEEK IS YOUR FINAL EXAM WHICH WILL LAST 2 HOURS! Today We: Reviewed the practice final exam Reviewed inheritance, important concepts, as we prepare for our final exam. Homework: Go overRead More...

7:00 PM – Intro to Python – Sebastian

Today we did Learn more about functions Functions can sometimes take parameters Functions can sometimes return output You need to call a function for it to do anything Monday 7:00PM class code:Read More...

6 PM – Python OOP – Darin

What We Did Today: Reviewed and finished the modified Robux system code. Introduced object oriented programming with classes and objects conceptually and with code. Homework: Create a new file called OOP_hw1.py andRead More...

7 PM – Python OOP – Darin

What We Did Today: Continue the MonsterInheritance project, implementing nested if statements and reviewing object oriented concepts regarding the keyword "self" Homework: Continue in your Monster Inheritance project in main.py and monster.py,Read More...