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:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220224T163000
DTEND;TZID=America/Los_Angeles:20220224T173000
DTSTAMP:20260424T043122
CREATED:20220225T015723Z
LAST-MODIFIED:20220225T015858Z
UID:11741-1645720200-1645723800@www.ayclogic.com
SUMMARY:4:30 PM - Python OOP - Gamas
DESCRIPTION:Homework\n\nCreate a new file Feb24_ClassHomework2.py\nDo page 167\, TRY IT YOURSELF: 9-4 this is the continuation of the last week homework (Restaurant class)
URL:https://www.ayclogic.com/event/430-pm-python-oop-gamas-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220224T170000
DTEND;TZID=America/Los_Angeles:20220224T180000
DTSTAMP:20260424T043122
CREATED:20220225T034642Z
LAST-MODIFIED:20220225T034642Z
UID:11742-1645722000-1645725600@www.ayclogic.com
SUMMARY:5 PM Scratch Level 2 - Alexander Lee
DESCRIPTION:Today We Did\n\nToday we added in the witches movement and some other things.\nWe added in the fireball and how it shoots based on the witch’s direction\, along with the bat who starts in the middle and goes out to the edge\, coming back to touch the witch.\n\nFor Homework\n\nCreate a new variable called Lives\, and when the bat touches the witch\, the witch will lose a life.\nEvery time the witch loses a life\, she should let out a “Scream” which can be found in the sounds\, and lose one life.\nWhen she reaches zero lives the game should end.
URL:https://www.ayclogic.com/event/5-pm-scratch-level-2-alexander-lee-9/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220224T170000
DTEND;TZID=America/Los_Angeles:20220224T180000
DTSTAMP:20260424T043122
CREATED:20220228T015747Z
LAST-MODIFIED:20220228T015747Z
UID:11797-1645722000-1645725600@www.ayclogic.com
SUMMARY:5PM - Python Game Development - Latisha
DESCRIPTION:Today We Did:\n\nWorked on Birdie\n\nFlipped image for Bird moving left\nFlipped image for Player moving left\n\n\n\nHomework:\n\nIf the fireball’s direction is left\, make it move left. If the fireball’s direction is right\, make it move right. Also\, if the fireball’s direction is LEFT\, flip the image like how we did it for Bird.\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/5pm-python-game-development-latisha-6/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220224T190000
DTEND;TZID=America/Los_Angeles:20220224T200000
DTSTAMP:20260424T043122
CREATED:20220225T035831Z
LAST-MODIFIED:20220225T035831Z
UID:11747-1645729200-1645732800@www.ayclogic.com
SUMMARY:7 PM - Intro to Python - David
DESCRIPTION:Topics covered in class today:\n\nWe went over the homework that covered how to access elements in a list\, how to replace elements\, and add/remove elements.\nWe learned about for loops and using them to loop through lists.\n\nHomework:\n\nPage 56: 4-1 & 4-2\n\nIf you have any questions or need any help\, please email me at david@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-david-7/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220224T190000
DTEND;TZID=America/Los_Angeles:20220224T200000
DTSTAMP:20260424T043122
CREATED:20220225T041018Z
LAST-MODIFIED:20220225T041018Z
UID:11749-1645729200-1645732800@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued with EmailApplication project and we changed the “messageMap” from Map<String\, EmailMessage> to Map<String\, List<EmailMessage>> . This is so that we can store multiple email messages per person. But we are not done with code because we ran out of time.\n\nHomework\n\nChange the code inside handleCreateEmail(EmailAccount). Before you do below code\, you first have to check if messageMap already has an existing List. If it has\, use that List instead of creating a new list.\n\nList<EmailMessage> emailList = new ArrayList<>();\nemailList.add(message);\nmessageMap.put(sendToEmail\, emailList);
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-9/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR