BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-ORIGINAL-URL:https://www.ayclogic.com
X-WR-CALDESC:Events for American Young Coder
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230509T170000
DTEND;TZID=America/Los_Angeles:20230509T180000
DTSTAMP:20260425T183541
CREATED:20230510T011654Z
LAST-MODIFIED:20230510T011654Z
UID:19649-1683651600-1683655200@www.ayclogic.com
SUMMARY:5:00 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nCreated “list_all_students” and “list_all_teachers” methods which loop through our attributes self.students and self.teachers which are lists\, and print out information about the objects being stored in those lists.\nCreated application_loop() method which will handle the main functionality of our program.\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAY9_school_system_hw\, please submit by next Monday.\nHomework: Please implement the following methods:\na) create method: list_all_teachers() which will be exactly like the list_all_students() method\, but list the teachers in a similar format. \nb) create methods: list_all_students_using_dict() and list_all_teachers_using_dict() which will be exactly like the list_all_students() method\, but should loop over our attributes self.student_dictionary and self.teacher_dictionary. Remember you can use the .keys()\, .values()\, and .items() methods for dictionaries now. Which one should you use in order to get the correct data to loop over? (hint: do we want the dictionary’s keys or values?)
URL:https://www.ayclogic.com/event/500-pm-python-object-oriented-programming-sebastian-4/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230509T183000
DTEND;TZID=America/Los_Angeles:20230509T193000
DTSTAMP:20260425T183541
CREATED:20230510T023922Z
LAST-MODIFIED:20230510T023922Z
UID:19654-1683657000-1683660600@www.ayclogic.com
SUMMARY:6:30 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nWe implemented the `display_all_strong_monsters` method to show all monsters with health above 50.\nWe added functionality in `play_adventure_game` to handle invalid monster selections and allow the user to select a strong monster.\nWe developed the `magic_attack` and `sword_attack` methods\, enabling our player to attack monsters\, and the monsters to counterattack.\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAY09_dictionary_hw\, please submit by next Monday.\nHomework: Implement the `add_monster` method in the MonsterSystem class.\nThe `add_monster` method should allow the user to add a new monster to the game. You’ll need to prompt the user for the monster’s name\, health\, and max attack. Make sure to add this new monster to the `monster_dictionary`. Ensure the user cannot add a monster with the same name as an existing monster.
URL:https://www.ayclogic.com/event/630-pm-python-object-oriented-programming-sebastian-19/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR