Today We Did Reviewed dictionary basics Began phone book with dictionary program In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework APR4_phonebook_hw, please submit byRead More...
Today We Did Finished School System project Began Library System project Got really good at creating new classes and constructors In case you need anything, feel free to email me at sebastian@ayclogic.comRead More...
Homework Similar to dragon.py, create troll.py, water_golem.py. Inside troll.py Create Troll class that inherits from Monster class. override magic_damage method so when Troll got hit by earth magic, it will say "TrollRead More...
Today We Did Started and quickly finished GroceryShoppingCart (great job!) Brief introduction to OOP, sneak peak of the following: Classes, Attributes, Methods, Constructors, and Objects In case you need anything, feel freeRead More...
Today We Did Finished library system project Began shopping cart OOP In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework APR11_supermarket_hw, please submit by nextRead More...
Today We Did We completed Monster Inheritance project. We discussed Practice Final. Homework Do practice final already sent in the class to your email. It should come from ayclogic@gmail.com. Please let meRead More...
Today We Did Large introduction to object oriented programming Learned about classes, constructors, attributes, methods, and objects In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name yourRead More...
Today We Did Finished Supermarket class Began inheritance (child inherits all attributes and methods from parent) In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homeworkRead More...
Today We Did We reviewed Practice Test (DriverSystem) solution. The solution can be found in https://drive.google.com/drive/u/0/folders/1ZYxxajAgLJw8_LDVzpxMMw4QkB6Gant4 Homework Next week (04/26) is the 2 hours final test. The final test is open bookRead More...
Today We Did Reviewed object oriented programming by making Dog class Deeply understood what "self" means, and when to use "self" instead of an object name Began GrocerySystemV2 In case you needRead More...