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:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240126T100000
DTEND;TZID=America/Los_Angeles:20240126T110000
DTSTAMP:20260426T033543
CREATED:20240127T040440Z
LAST-MODIFIED:20240127T040440Z
UID:23637-1706263200-1706266800@www.ayclogic.com
SUMMARY:10 AM - Python OOP - Indo - Gamas
DESCRIPTION:Today We Did\n\nWe learned about inheritance in Car and ElectricCar classes.\nWe learned on how to make a class inherits another class.\nWe learned inherits means a child class (ElectricCar) gets all the attributes and methods of its parent class (Car).\nWe learned on how to override parent’s method.\n\nHomework\n\nInside monster_inheritance project\, create a new file dragon.py.\nInside dragon.py\, create a new class called Dragon.\nThe Dragon class has to inherits form Monster class.\nInside the Dragon class\, override def magic_attack(self\, damage\, magic_type) method so when the dragon get water magic_type the damage will be doubled. And also say\, “Dragon is weak against water magic\, hence the damage is doubled. 2 x 50 damages”. We did method override earlier in the car inside ElectricCar.add_more_gasoline(self\, amount) method.
URL:https://www.ayclogic.com/event/10-am-python-oop-indo-gamas-7/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240126T170000
DTEND;TZID=America/Los_Angeles:20240126T180000
DTSTAMP:20260426T033543
CREATED:20240127T054227Z
LAST-MODIFIED:20240127T054227Z
UID:23641-1706288400-1706292000@www.ayclogic.com
SUMMARY:5 PM - Indo - Intro to Python - Joel
DESCRIPTION:Today we did:\n\nWe reviewed the homework and exercises\, and worked some more exercises for the quiz.\n\nHomework:\n\nFinish number 9 and 10 from https://www.ayclogic.com/animal-list-and-for-loop-exercises/ .\nTopics to review:\nf string (f”{}”) and string modifiers (.title()\, .upper()\, .lower()\, etc)\nGetting input from the shell\nif\, elif\, else\nlist functions (.append\, accesing an element using index\, len()\, etc)\nfor loops (list for loops\, for loops in range)\nwhile loops\n\nIf you have any questions\, feel free to email me at joel@ayclogic.com or Mr. Gamas at gamas@ayclogic.com.
URL:https://www.ayclogic.com/event/5-pm-indo-intro-to-python-joel-17/
END:VEVENT
END:VCALENDAR