7 PM – Python OOP – Darin
What We Did Today: Continued the School System application, introducing more OOP. Homework: Continue on your School System application in main.py, and complete the remaining methods for the Teacher. This is theRead More...
What We Did Today: Continued the School System application, introducing more OOP. Homework: Continue on your School System application in main.py, and complete the remaining methods for the Teacher. This is theRead More...
Today We: Continued the MonsterSystem project. Reviewed some concepts such as dictionaries, objects, and using both together. Homework: In a file called Dec2_InheritanceHW.py, do the following and upload it to the googleRead More...
What We Did Today: Successfully installed Python to use on our computers for PyCharm Reviewed concepts from Intro To Python Homework: Create a directory called test, and add 3 python files insideRead More...
What We Did Today: Started on the Library System project Reviewed the homework for the School System application Homework: Continue on your Library System application in librarysystem.py, and complete the following: #Read More...
Today We: Continued the MonsterSystem project. Reviewed some concepts such as dictionaries, objects, and using both together. Homework: In a file called Dec9_InheritanceHW.py, do the following and upload it to the googleRead More...
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...
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...
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...
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...
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...