BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:American Young Coder
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:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221019T170000
DTEND;TZID=America/Los_Angeles:20221019T180000
DTSTAMP:20260423T131918
CREATED:20221020T012700Z
LAST-MODIFIED:20221020T012740Z
UID:15891-1666198800-1666202400@www.ayclogic.com
SUMMARY:5 PM – Scratch Level 1 – Allison
DESCRIPTION:Today we:\n\nCoded the Tunnel and Banner sprites to change colors\nRandomized which Tunnel costume will be used when the game starts\nCoded music to play when the game starts\nCoded different music to play when the player wins\nFinished the Tunnel of Doom project\nIntroduced the Mary Had a Little Lamb project\n\nHomework:\n\nCreate a new project and title it “Practice 2 – Moving and Talking”.\nCode the Cat sprite to start from the left edge when the game starts\, and then code it to walk to the right edge. \nCode the Cat sprite to have a walking animation.\nWhen the Cat sprite reaches the right edge\, code it to say “Go Balloon!”\nAdd a Balloon sprite. Code it to hide when the game starts. When the Cat sprite reaches the right edge\, code the Balloon sprite to go to the bottom edge and go up.\nContact us if you have any questions or need any help
URL:https://www.ayclogic.com/event/5-pm-scratch-level-1-allison-43/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221019T170000
DTEND;TZID=America/Los_Angeles:20221019T180000
DTSTAMP:20260423T131918
CREATED:20221029T174712Z
LAST-MODIFIED:20221029T174712Z
UID:16064-1666198800-1666202400@www.ayclogic.com
SUMMARY:5PM - Digital Illustration 3
DESCRIPTION:WEDNESDAY \nToday we continued the Tanjiro and Nezuko project. \n\nAdded Tanjiro colors\nFinished flat colors for both Tanjiro and Nezuko\n\n \n 
URL:https://www.ayclogic.com/event/5pm-digital-illustration-3-22/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221019T180000
DTEND;TZID=America/Los_Angeles:20221019T180000
DTSTAMP:20260423T131918
CREATED:20221020T030411Z
LAST-MODIFIED:20221020T030411Z
UID:15911-1666202400-1666202400@www.ayclogic.com
SUMMARY:Competitive Programming
DESCRIPTION:Homework: \nThe homework for today is the remaining problems in this slide:https://docs.google.com/presentation/d/1v7MA528TP88kgMcgonihi61mVe8sHVJCwKXzimUEbq8/edit#slide=id.g155dead901c_0_149 \n  \nTry to solve as many problems as you can.
URL:https://www.ayclogic.com/event/competitive-programming-8/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221019T180000
DTEND;TZID=America/Los_Angeles:20221019T190000
DTSTAMP:20260423T131918
CREATED:20221020T020051Z
LAST-MODIFIED:20221022T015740Z
UID:15894-1666202400-1666206000@www.ayclogic.com
SUMMARY:6 PM - Python OOP - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed Phone Book Dictionary homework.\nWe learned how to loop through every element inside List.\n\nHomework\n\nChange RobuxShoppingCart project (the one from Intro To Python class) to use dictionaries. If you don’t have this program\, you can download from google drive (Aug10_RobuxSystem.py). This is very similar to what we did with ShoppingCart using dictionary. Look at Oct5_GroceryShoppingCartV2.py for reference. If you don’t have this file\, it should be in the google drive.\n\nBasically you have to use 2 dictionaries one to store the name of the item and another one to store the price of the item.\nAnd then use these 2 dictionaries inside while loop to replace the hardcoded item name and price.\n\n\nIf you don’t do your homework last week or 2 weeks ago\, please submit your homeworks.
URL:https://www.ayclogic.com/event/6-pm-python-oop-gamas-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221019T190000
DTEND;TZID=America/Los_Angeles:20221019T200000
DTSTAMP:20260423T131918
CREATED:20221024T192803Z
LAST-MODIFIED:20221024T192834Z
UID:16000-1666206000-1666209600@www.ayclogic.com
SUMMARY:7PM - OOP Python - Latisha
DESCRIPTION:Today We Did\n\nStarted working on Phone Dictionary\n\nHomework\n\nDo #6 in Phone Book System in the Oct19_PhoneDictionary.py file\, and use a for loop\n\nIf you have any questions\, feel free to email me at latisha@ayclogic.com
URL:https://www.ayclogic.com/event/7pm-oop-python-latisha-7/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221019T193000
DTEND;TZID=America/Los_Angeles:20221019T203000
DTSTAMP:20260423T131918
CREATED:20221020T035034Z
LAST-MODIFIED:20221020T035034Z
UID:15913-1666207800-1666211400@www.ayclogic.com
SUMMARY:7:30 PM Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nToday we reviewed the quiz that we took the week before.\n\nFor Homework:\n\nCreate a new project and title it MonsterInheritance.java\nIn it\, you should have two classes\, MonsterSystem.java and Monster.java\nThe Monster.java class will have 3 attributes: health\, species\, and maxDamage.\nMake sure to create the constructor\, getters\, and setters.\nCreate the menu shown below and be able to infinitely loop it and exit out when you want.\n\nPlease select from one of the following\n1. Add new monster\n2. List all monsters\n3. Play the game\nEnter your selection (enter "exit" to quit): 123123\n\nPlease select from one of the following\n1. Add new monster\n2. List all monsters\n3. Play the game\nEnter your selection (enter "exit" to quit): exit\nThank you for playing the Monster Inheritance game. \n\n\n\n\n  \n 
URL:https://www.ayclogic.com/event/730-pm-intro-to-java-alex-lee-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR