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:20230425T170000
DTEND;TZID=America/Los_Angeles:20230425T180000
DTSTAMP:20260423T052131
CREATED:20230425T234134Z
LAST-MODIFIED:20230425T235023Z
UID:19250-1682442000-1682445600@www.ayclogic.com
SUMMARY:5 PM – Intro To Python – Shawn
DESCRIPTION:What we did\n\nHW Review\nFunction with return statements\n\nHomework\n\nName your file Apr25_FunctionWithReturnValueHomework2.py\nhttps://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ number 7\nOn page 142\, do 8-6 in the TRY IT YOURSELF\n\nIf you have any questions\, don’t hesitate to email me at szhuang@ayclogic.com.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-shawn-22/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230425T170000
DTEND;TZID=America/Los_Angeles:20230425T180000
DTSTAMP:20260423T052131
CREATED:20230426T010953Z
LAST-MODIFIED:20230426T023329Z
UID:19257-1682442000-1682445600@www.ayclogic.com
SUMMARY:5:00 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nReviewed object oriented programming by making Dog class\nDeeply understood what “self” means\, and when to use “self” instead of an object name\nBegan GrocerySystemV2\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework APR25_grocery_system_hw\, please submit by next Monday.\nHomework:a) Finish creating the “inventory” dictionary\, which maps every selection number to a GroceryItem object for every item (Milk\, Eggs\, Orange Juice and their prices)\nb) Begin the while loop (store user input into selection variable\, break if selection is 4)\, and try to think of an efficient way to check if the selection made by the user is a valid selection. \nHint: Make use of your “inventory” dictionary\, which has all valid selections in it. How can you check if the selection is one of those valid selections? \nIf the selection is invalid\, print a similar error message as GrocerySystemV1. If it is valid\, print(“Valid”) for now\, and we’ll pick back up from there in class next time.
URL:https://www.ayclogic.com/event/630-pm-python-object-oriented-programming-sebastian-15/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230425T180000
DTEND;TZID=America/Los_Angeles:20230425T190000
DTSTAMP:20260423T052131
CREATED:20230425T234626Z
LAST-MODIFIED:20230425T234626Z
UID:19252-1682445600-1682449200@www.ayclogic.com
SUMMARY:6 PM – Intro To Python – Shawn
DESCRIPTION:What we did\n\nHomework review\nFor loop review\n\nHomework\n\nCreate a file named Apr25_WhileLoop.py\nCopy pages 118 and 121\nFrom pages 123-124\, do the TRY IT YOURSELF 7-4\, 7-5\, 7-6\, 7-7\n\nIf you have any questions\, don’t hesitate to email me at szhuang@ayclogic.com.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-shawn-11/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230425T180000
DTEND;TZID=America/Los_Angeles:20230425T190000
DTSTAMP:20260423T052131
CREATED:20230426T020459Z
LAST-MODIFIED:20230426T020459Z
UID:19261-1682445600-1682449200@www.ayclogic.com
SUMMARY:6 PM - Scratch 1 - Abigail
DESCRIPTION:What we did today\n\nWe finished working on the Funny Faces Project.\n\nHomework\n\nSet the coordinates of ALL of your sprites.\nUse “front layer” or “back layer” on your sprites if needed.\n\nIf you need help\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-scratch-1-abigail-7/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230425T180000
DTEND;TZID=America/Los_Angeles:20230425T190000
DTSTAMP:20260423T052131
CREATED:20230502T030743Z
LAST-MODIFIED:20230502T030743Z
UID:19460-1682445600-1682449200@www.ayclogic.com
SUMMARY:6PM - Digital Illustration 2
DESCRIPTION:TUESDAY \nToday we finished the Anime Eye project. \n\nAdd a new layer\nDraw the eyebrows and skin details\n\n \nHOMEWORK \nPlease fill our this FORM
URL:https://www.ayclogic.com/event/6pm-digital-illustration-2-20/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230425T183000
DTEND;TZID=America/Los_Angeles:20230425T193000
DTSTAMP:20260423T052131
CREATED:20230426T024016Z
LAST-MODIFIED:20230426T024016Z
UID:19263-1682447400-1682451000@www.ayclogic.com
SUMMARY:6:30 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nReviewed OOP\, dictionaries\, and inheritance\nBegan creating Monster inheritance program\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework APR25_inheritance_hw\, please submit by next Monday.\nHomework: Finish the WaterGolem & Dragon classes:\nDragon: Create receive_magic_attack method taking damage & magic_type parameters. If the magic_type is “fire”\, then print “Dragon is immune to fire attack. Therefore\, the dragon suffer no damage”. Otherwise\, call the receive_magic_attack method from the Monster parent class. \nWaterGolem: Create the receive_magic_attack method taking damage & magic_type parameters. \nIf the magic type is fire\, print “Water Golem is immune to fire attack. Therefore\, the Water Golem suffer no damage”. \nIf the magic type is water\, print “Water Golem is resistance to water attack. Therefore\, your attack is halved.”\, and subtract half of the damage parameter from the watergolem’s health. \nOtherwise\, call the parent’s “receive_magic_attack” method and pass in the damage & magic_type parameters. 
URL:https://www.ayclogic.com/event/630-pm-python-object-oriented-programming-sebastian-16/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230425T183000
DTEND;TZID=America/Los_Angeles:20230425T193000
DTSTAMP:20260423T052131
CREATED:20230426T041622Z
LAST-MODIFIED:20230426T042130Z
UID:19266-1682447400-1682451000@www.ayclogic.com
SUMMARY:6:30 PM – Scratch Level 1 – Allison
DESCRIPTION:Today We:\n\nReviewed the Final Test\n\nHomework:\n\nStudy for the Retake Test (which is next week on Tuesday\, May 2)\nStudy the resources attached below to prepare for the test\nContact us at gamas@ayclogic.com or allison@ayclogic.com if you have any questions or need any help\n\nResources: (Make sure to study the bolded and underlined links!)\n\nYour Practice Final Test\n\nProject link 1: Dove Flying\nProject link 2: Dot and Hen Party\n\n\nYour Final Test\nAnimal Crossing: https://scratch.mit.edu/projects/639911201\nVirtual Snow: https://scratch.mit.edu/projects/823437882\nSpaceship 1.0: https://scratch.mit.edu/projects/266884838\nBirthday Card: https://scratch.mit.edu/projects/557279686\nCat Art: https://scratch.mit.edu/projects/331671044\nAnimal Race: https://scratch.mit.edu/projects/537193836\nClick on the link below to see a picture of a coordinate plane with labeled coordinates. Make sure to memorize the coordinates (the ones in red).\n\nNumbered Shapes In Grid – Labeled
URL:https://www.ayclogic.com/event/630-pm-scratch-level-1-allison-29/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
END:VCALENDAR