6 PM – Python OOP – Gamas
Homework Inside LibrarySystem, add code inside book.py so it will have a new method called get_info(self) When get_info(self) is called it will return information of the book. Like this Title: Lightning ThiefRead More...
American Young Coder Academy – Indo
Homework Inside LibrarySystem, add code inside book.py so it will have a new method called get_info(self) When get_info(self) is called it will return information of the book. Like this Title: Lightning ThiefRead More...
Today We Did Did setup for SchoolApplication project Created SchoolApplication class with menu attribute Created Student class with name, age, and grade attributes In case you need anything, feel free to emailRead More...
Homework Continue on MonsterInheritance project. Create Monster class inside monster.py species health max_damage Also create get_info(self) method Use the Monster class inside MonsterInheritance class to do Add New Monster List all monsters
Today We Did Continued creating the SchoolApplication class In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework MAR14_schoolapp_hw, please submit by next Monday. Homework: FinishRead More...
Homework Continue on MonsterInheritance project Create a method initialize_monsters. In here, you want to automatically add 3 monsters in the beginning and call this when you start the program. Dragon - 100Read More...
Today We Did Continued creating the SchoolApplication program Added Staff class and functions to add, list, and find new staff members In case you need anything, feel free to email me atRead More...
Today We Did We continued with Monster Inheritance. We added Adventure Menu: Magic Attack and Sword Attack. When the user choose "Sword Attack" the monster, the player will damage the monster withRead More...
Today We Did We setup Pycharm We started learning dictionary. Homework Create March28_DictionaryHW.py Copy codes from page 92 to 95. Do Try It Yourself page 99.
Today We Did Added teacher class and methods to school application project In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework MAR28_schoolapp_hw, please submit byRead More...
Homework Continue on Monster Inheritance project. Add the water, earth and wind magic attacks. Look at how we did it for fire magic. After each magic attack, the monster also need toRead More...