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:20250309T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20251102T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250809T090000
DTEND;TZID=America/Los_Angeles:20250809T100000
DTSTAMP:20260514T224445
CREATED:20250809T165751Z
LAST-MODIFIED:20250809T165751Z
UID:30010-1754730000-1754733600@www.ayclogic.com
SUMMARY:9 AM - Python OOP - Gamas
DESCRIPTION:Today We Did\n\nWe started School System.\nWe added Student class.\n\nHomework\n\nFinish School System remaining features. Look at below expected behavior\n\nPlease select one of the following\n1. Add student\n2. List all students\n3. Find Student\n4. Add teacher\n5. List all teachers\n6. Find teacher\n7. List all teachers older than 30 years old.\nEnter your selection (Enter "exit" to quit): 2\n\nLIST ALL STUDENTS\n\nPlease select one of the following\n1. Add student\n2. List all students\n3. Find Student\n4. Add teacher\n5. List all teachers\n6. Find teacher\n7. List all teachers older than 30 years old.\nEnter your selection (Enter "exit" to quit): 1\n\nADD NEW STUDENT\nEnter student's name: Sirui\nEnter student's age: 15\nEnter student's grade: 11\nYou have added Sirui into our system.\n\nPlease select one of the following\n1. Add student\n2. List all students\n3. Find Student\n4. Add teacher\n5. List all teachers\n6. Find teacher\n7. List all teachers older than 30 years old.\nEnter your selection (Enter "exit" to quit): 2\n\nLIST ALL STUDENTS\nSirui - 15 years old - grade 11.\n\nPlease select one of the following\n1. Add student\n2. List all students\n3. Find Student\n4. Add teacher\n5. List all teachers\n6. Find teacher\n7. List all teachers older than 30 years old.\nEnter your selection (Enter "exit" to quit): 1\n\nADD NEW STUDENT\nEnter student's name: John\nEnter student's age: 16\nEnter student's grade: 11\nYou have added John into our system.\n\nPlease select one of the following\n1. Add student\n2. List all students\n3. Find Student\n4. Add teacher\n5. List all teachers\n6. Find teacher\n7. List all teachers older than 30 years old.\nEnter your selection (Enter "exit" to quit): 2\n\nLIST ALL STUDENTS\nSirui - 15 years old - grade 11.\nJohn - 16 years old - grade 11.\n\nPlease select one of the following\n1. Add student\n2. List all students\n3. Find Student\n4. Add teacher\n5. List all teachers\n6. Find teacher\n7. List all teachers older than 30 years old.\nEnter your selection (Enter "exit" to quit): 3\n\nFIND STUDENT\nWhat is the student's name: John\nJohn - 16 years old - grade 11.\n\nPlease select one of the following\n1. Add student\n2. List all students\n3. Find Student\n4. Add teacher\n5. List all teachers\n6. Find teacher\n7. List all teachers older than 30 years old.\nEnter your selection (Enter "exit" to quit): 5\n\nLIST ALL TEACHERS\n\nPlease select one of the following\n1. Add student\n2. List all students\n3. Find Student\n4. Add teacher\n5. List all teachers\n6. Find teacher\n7. List all teachers older than 30 years old.\nEnter your selection (Enter "exit" to quit): 4\n\nADD NEW TEACHER\nEnter Teacher's First name: Gamas\nEnter Teacher's Last name: Chang\nEnter Teacher's age: 48\nEnter Teacher's subject: Python\nYou have added Gamas Chang into our system.\n\nPlease select one of the following\n1. Add student\n2. List all students\n3. Find Student\n4. Add teacher\n5. List all teachers\n6. Find teacher\n7. List all teachers older than 30 years old.\nEnter your selection (Enter "exit" to quit): 5\n\nLIST ALL TEACHERS\nGamas Chang- 48 years old - subject Python\n\nPlease select one of the following\n1. Add student\n2. List all students\n3. Find Student\n4. Add teacher\n5. List all teachers\n6. Find teacher\n7. List all teachers older than 30 years old.\nEnter your selection (Enter "exit" to quit): 3\n\nFIND STUDENT\nWhat is the student's name: aasdfadfas\naasdfadfas is not in our system.\n\nPlease select one of the following\n1. Add student\n2. List all students\n3. Find Student\n4. Add teacher\n5. List all teachers\n6. Find teacher\n7. List all teachers older than 30 years old.\nEnter your selection (Enter "exit" to quit): 5\n\nLIST ALL TEACHERS\nGamas Chang- 48 years old - subject Python\n\nPlease select one of the following\n1. Add student\n2. List all students\n3. Find Student\n4. Add teacher\n5. List all teachers\n6. Find teacher\n7. List all teachers older than 30 years old.\nEnter your selection (Enter "exit" to quit): 4\n\nADD NEW TEACHER\nEnter Teacher's First name: Chris\nEnter Teacher's Last name: McFadden\nEnter Teacher's age: 29\nEnter Teacher's subject: Math\nYou have added Chris McFadden into our system.\n\nPlease select one of the following\n1. Add student\n2. List all students\n3. Find Student\n4. Add teacher\n5. List all teachers\n6. Find teacher\n7. List all teachers older than 30 years old.\nEnter your selection (Enter "exit" to quit): 5\n\nLIST ALL TEACHERS\nGamas Chang- 48 years old - subject Python \nChris McFadden- 29 years old - subject Math\n\nPlease select one of the following\n1. Add student\n2. List all students\n3. Find Student\n4. Add teacher\n5. List all teachers\n6. Find teacher\n7. List all teachers older than 30 years old.\nEnter your selection (Enter "exit" to quit): 7\nGamas Chang - 48 years old - Subject Python\n\nPlease select one of the following\n1. Add student\n2. List all students\n3. Find Student\n4. Add teacher\n5. List all teachers\n6. Find teacher\n7. List all teachers older than 30 years old.\nEnter your selection (Enter "exit" to quit):
URL:https://www.ayclogic.com/event/9-am-python-oop-gamas-9/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250809T100000
DTEND;TZID=America/Los_Angeles:20250809T110000
DTSTAMP:20260514T224445
CREATED:20250809T180201Z
LAST-MODIFIED:20250809T180201Z
UID:30013-1754733600-1754737200@www.ayclogic.com
SUMMARY:10 AM - Scratch 1 - Gamas
DESCRIPTION:Homework\n\nMemorize\, the area 1\, 2\, 3 and 4 in the grid\n\nArea 1. x is negative\, y is positive\nArea 2. x is positive\, y is positive\nArea 3\, x is negative\, y is negative.\nArea 4\, x is positive\, y is negative.\n\n\nBut try to memorize the 4 angels (0\, 90\, -90 and 180). And where each of these directions is pointing to.\nTry to memorize the 5 coordinates (0\,0)\, (-240\,0)\, (240\,0)\, (0\, 180)\, (0\, -180) and where they are at in Scratch screen.\nContinue with Tunnel of Doom page 132.
URL:https://www.ayclogic.com/event/10-am-scratch-1-gamas-9/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250809T170000
DTEND;TZID=America/Los_Angeles:20250809T180000
DTSTAMP:20260514T224445
CREATED:20250810T021540Z
LAST-MODIFIED:20250810T021558Z
UID:30015-1754758800-1754762400@www.ayclogic.com
SUMMARY:5 PM - Scratch 1 - Elijah
DESCRIPTION:What we did:\n\nWent over homework.\nStarted the Animal crossing project.\n\nHomework:\n\nAdd the dragonfly Into the project and make it go from the bottom to the top.\nWhen the dragonfly reaches the top make a banner appear that says Hooray!
URL:https://www.ayclogic.com/event/5-pm-scratch-1-elijah-7/
END:VEVENT
END:VCALENDAR