Today We Did Continued learning about inheritance fundamentals Worked through monster system project Completed Monster parent class In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Please submitRead More...
Today We Did We learned more about Python "class". We learned about different rules and terminologies of using Python class. Homework Memorize all the rules and terminologies that we have learned whenRead More...
Today We Did Continued the Monster System class Began developing the logic for magic and sword attacks In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Please submitRead More...
Today We Did Began working on the School System Created the School System class Created a Student class Homework Upload your main.py file to the google drive and do: Finish the add_new_studentRead More...
Today We Did Finished the monster system Began review for final exam Went over practice test for homework In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Homework:Read More...
Today We Did We finished oct_21_robux_shopping_cart_using_class.py We started SchoolSystem project. Homework Create a new file student.py Inside this file, create a new Class Student with 3 attributes: name, age and grade. InsideRead More...
Gamas Sub Today We Did We reviewed School System homeworks We reviewed how to add staff to dictionary We reviewed how to list all staffs. We went over how to choose theRead More...
Today We Did We continued with SchoolSystem project We added List all students. Homework After you are done with the homework, upload both teacher.py and oct_28_school_system.py files to google drive. Create aRead More...
Today We Did We continued on Library System. We added Book.get_info() method. We did find book by name. Homework Create a new pycharm project MonsterInheritance In this new project, create a newRead More...
Today We Did Reviewed last week's homework and finished the Library System project: Created a Book class Created a class attribute books (dictionary) to store Book object instances Reviewed HW, class methodsRead More...