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:20240805T160000
DTEND;TZID=America/Los_Angeles:20240805T170000
DTSTAMP:20260506T102610
CREATED:20240805T221607Z
LAST-MODIFIED:20240805T221607Z
UID:26290-1722873600-1722877200@www.ayclogic.com
SUMMARY:4 PM – Python OOP – Darin
DESCRIPTION:Today We Did:\n\nContinued learning about dictionaries\, how to loop through them\, and how to use if statements with them.\n\nHomework:\nCreate a new file called Aug5_DictionaryCopyHW.py and upload it into the google drive when you are finished. \n\nDo try it yourself page 99 numbers 6-1 and 6-2\n\nCreate a second file called Aug5_DictionaryCopyHW2.py and upload it into the google drive when you are finished. \n\nCopy codes form pages 100-101 (in the third edition) or 99 – 101 (in the second edition). Specifically\, you want to copy down the topics: Looping Through a Dictionary until Looping through all keys in a dictionary.\n\nNOTES:\nYou can contact me via ddjapri@ayclogic.com for any questions or concerns. \nExpected holidays: https://www.ayclogic.com/observed-holidays/
URL:https://www.ayclogic.com/event/4-pm-python-oop-darin/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240806T180000
DTEND;TZID=America/Los_Angeles:20240806T190000
DTSTAMP:20260506T102610
CREATED:20240807T042558Z
LAST-MODIFIED:20240807T042941Z
UID:26310-1722967200-1722970800@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nContinued monster inheritance project\nApplied ways to find a monster in the dictionary through looping through the keys of the dicitonary.\n\nHomework:\nCreate a file called Aug6_InheritanceHW and do the following: \n\nPage 168 to 170: Copy Codes\n\nNotes: \n\nIf you have any questions\, you can contact me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-4/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240812T160000
DTEND;TZID=America/Los_Angeles:20240812T170000
DTSTAMP:20260506T102610
CREATED:20240812T101626Z
LAST-MODIFIED:20240813T010516Z
UID:26421-1723478400-1723482000@www.ayclogic.com
SUMMARY:4 PM – Python OOP – Darin
DESCRIPTION:Today We Did:\n\nContinued learning about dictionaries\, how to find items in a dictionary (compared to finding items with a list)\nCreated a phone book system using dictionaries.\n\nHomework:\nCreate a new file called Aug12_DictionaryHW2 and submit to the google drive when you are finished. \n\nDo page 105\, Try It Yourself 6-5 and 6-6\n\nNOTES:\nYou can contact me via ddjapri@ayclogic.com for any questions or concerns. \nExpected holidays: https://www.ayclogic.com/observed-holidays/
URL:https://www.ayclogic.com/event/4-pm-python-oop-darin-2/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240813T180000
DTEND;TZID=America/Los_Angeles:20240813T190000
DTSTAMP:20260506T102610
CREATED:20240814T004253Z
LAST-MODIFIED:20240814T023815Z
UID:26437-1723572000-1723575600@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nContinued monster inheritance project\nCreated the sword attack method as well as started on the magic attack method\, implementing inheritance\n\nHomework:\n\nFor Ian and Miki: Work on the hw from last week\, copying from pages 168 to 170 for inheritance in a new file.\nIn your monster inheritance project\, create a new arrow attack method and add the option in the attackMenu. You want to deal 5-20 damage for the arrow attack.\n\nNotes:\n\nIf you have any questions\, you can contact me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-5/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240819T160000
DTEND;TZID=America/Los_Angeles:20240819T170000
DTSTAMP:20260506T102610
CREATED:20240820T011657Z
LAST-MODIFIED:20240820T011657Z
UID:26535-1724083200-1724086800@www.ayclogic.com
SUMMARY:4 PM – Python OOP – Darin
DESCRIPTION:Today We Did:\n\nImplemented the phone book system\, creating a mini interactive program that uses a dictionary to store data.\n\nHomework:\nContinue in your Phone Book System project and upload that file to the google drive when you are finished. \nImplement option 2\, where you try to find the name if it exists in the dictionary\, and print out that the name doesnt exist if the name is not in the dictionary. \nhint: the name is the key in the dictionary \nwebsite instructions: https://www.ayclogic.com/phone-book-system/ \nsample output: \nWhat do you want to do\n1. Add a phone number\n2. Find a phone number\n3. List all phone numbers\nEnter your selection (enter ‘exit’ to stop): 2\nEnter the name of the person you are trying to find: Darin\nDarin’s phone number is 1024823049049 \nWhat do you want to do\n1. Add a phone number\n2. Find a phone number\n3. List all phone numbers\nEnter your selection (enter ‘exit’ to stop): 2\nEnter the name of the person you are trying to find: edward\nName does not exist in phone book. \nNOTES:\nYou can contact me via ddjapri@ayclogic.com for any questions or concerns. \nExpected holidays: https://www.ayclogic.com/observed-holidays/
URL:https://www.ayclogic.com/event/4-pm-python-oop-darin-3/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240820T180000
DTEND;TZID=America/Los_Angeles:20240820T190000
DTSTAMP:20260506T102610
CREATED:20240820T210920Z
LAST-MODIFIED:20240821T040101Z
UID:26543-1724176800-1724180400@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nContinued monster inheritance project\nImplemented inheritance through the magic attack system where a Dragon (child of the Monster class) is immune to fire magic.\n\nHomework:\n\nCreate a Slime class that inherits from the Monster class\, and this time make the slime immune to water but takes double the damage for fire magic.\n\nNotes:\n\nIf you have any questions\, you can contact me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-6/
CATEGORIES:OOP Python,Python Class
END:VEVENT
END:VCALENDAR