American Young Coder

AYC logo

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

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

6 PM – Python OOP – Darin

What We Did Today: Continued learning object oriented programming with classes and objects conceptually and with code. Reviewed the Dog class homework. Homework: Create a new file called OOP_hw2.py and do theRead More...

7 PM – Python OOP – Darin

What We Did Today: Continue the MonsterInheritance project, implementing attacks against the monster and on the player Implemented object oriented design for method placement Homework: Continue in your Monster Inheritance project inRead More...

6 PM – Python OOP – Darin

What We Did Today: Continued learning object oriented programming with classes and objects conceptually and with code. Reviewed HW Got started on implementing classes into the Grocery Shopping Cart application Homework: CreateRead More...

7 PM – Python OOP – Darin

What We Did Today: Continued the monster inheritance project, implementing inheritance for the Dragon class Homework: In your MonsterInheritance project.... """ Homework: Create the Hydra and Goblin classes, and make them inheritRead More...