American Young Coder

AYC logo

6 PM – Python OOP – Darin

What We Did Today: Learnt about dictionaries in Python, how to do basic operations on them. Homework: In a file called Dec10_IntroToDictionariesHW.py, do the following from the book: Page 92 to 97.Read More...

7 PM – Python OOP – Darin

What We Did Today: Continued the Library System project Reviewed how concepts such as keys/values in dictionaries work together with classes/objects Homework: Continue on your Library System application in librarysystem.py, and completeRead More...

6:30 PM – Intro to Python – Sebastian

Today we did More random library functions; random.choice() Practice using random library with functions, loops, lists, and if statements Thursday 6:30PM class code: https://drive.google.com/drive/folders/1qlUjB3gRXHSK5kRzjKzDD2qIz-OqB2bK?usp=sharing AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In case youRead More...

4 PM – Python OOP – Darin

Today We: Continued the MonsterSystem project. Learnt and implemented inheritance in our monster system project. Homework: """ Your HW: 1) Finish TIY page 173 number 9-7 2) Make a troll class thatRead More...

7:00 PM – Intro to Python – Sebastian

Today we did Review all the quiz questions so we can all understand it better Monday 7:00PM class code: https://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In case you need anything, feel freeRead More...

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