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:20220309T170000
DTEND;TZID=America/Los_Angeles:20220309T180000
DTSTAMP:20260424T002150
CREATED:20220310T020741Z
LAST-MODIFIED:20220310T020741Z
UID:11927-1646845200-1646848800@www.ayclogic.com
SUMMARY:Wed 5pm Intro To Python - Bill
DESCRIPTION:Today We:\n\nWent over the Robux System Homework\nUsed a function to reduce code duplication\n\nYour HW:\n\nMake it so when the user enters 3\, you use the purchase_item function instead of the if else chunk of code\nMake it so when the user exits\, the list of items is printed out with the numbering\n\nEx:\n1. Hat\n2. Hair\n3. Hat\n\n\nYou will have to look at old code we did (Hint: use a for loop with an index)
URL:https://www.ayclogic.com/event/wed-5pm-intro-to-python-bill/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220309T170000
DTEND;TZID=America/Los_Angeles:20220309T180000
DTSTAMP:20260424T002150
CREATED:20220314T080021Z
LAST-MODIFIED:20220314T080021Z
UID:12017-1646845200-1646848800@www.ayclogic.com
SUMMARY:5PM - Advanced Digital Illustration
DESCRIPTION:WEDNESDAY \nWe continued the Sayu project – we added the extra details on the character\, such as the tail and leaf. \nHOMEWORK \nContinue working on the Final Project. We are continuing on to finish off the sketch. Just finish up the clothes and face and other details you want to add to the sketch.
URL:https://www.ayclogic.com/event/5pm-advanced-digital-illustration-47/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220309T180000
DTEND;TZID=America/Los_Angeles:20220309T190000
DTSTAMP:20260424T002150
CREATED:20220310T025620Z
LAST-MODIFIED:20220310T025620Z
UID:11931-1646848800-1646852400@www.ayclogic.com
SUMMARY:6 PM – Coding Olympic Training
DESCRIPTION:Homework1: \nFinish the fence painting problem we discussed in class with O(1) time complexity \nHomework2: \nhttps://leetcode.com/problems/jump-game/\, please make sure your approach can pass all tests.
URL:https://www.ayclogic.com/event/6-pm-coding-olympic-training-14/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220309T180000
DTEND;TZID=America/Los_Angeles:20220309T190000
DTSTAMP:20260424T002150
CREATED:20220310T025934Z
LAST-MODIFIED:20220310T025934Z
UID:11934-1646848800-1646852400@www.ayclogic.com
SUMMARY:6PM - Intro to Python - Latisha
DESCRIPTION:Today We Did:\n\nContinued Hangman\n\nChecked if User entered the wrong input\nChecked if User entered right answer\nStarted List Loop with Index\n\n\n\nHomework:\n\nDo all the exercises from Star Wars Problems Website in a file called March9_StarWarsHomework.py\nNOTE: Please submit your homework file inside the google drive folder Tuesday at 5pm\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/6pm-intro-to-python-latisha-15/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220309T180000
DTEND;TZID=America/Los_Angeles:20220309T190000
DTSTAMP:20260424T002150
CREATED:20220310T035342Z
LAST-MODIFIED:20220310T035342Z
UID:11932-1646848800-1646852400@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Gamas
DESCRIPTION:Homework\n\nContinue with your Mar2_Hangman.py\nAdd code to check if life is equal to 0 then stop the loop. You should do this after you decrease life by one.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220309T190000
DTEND;TZID=America/Los_Angeles:20220309T200000
DTSTAMP:20260424T002150
CREATED:20220310T040744Z
LAST-MODIFIED:20220310T041204Z
UID:11937-1646852400-1646856000@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe learned about For Loop Range.\n\nHomework\n\nCreate Mar9_WhileLoopHomework.py\nCopy codes from page 118 to 121.\nPlease email me at gamas@ayclogic.com if you have any questions
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-gamas-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220309T190000
DTEND;TZID=America/Los_Angeles:20220309T200000
DTSTAMP:20260424T002150
CREATED:20220310T041157Z
LAST-MODIFIED:20220310T042705Z
UID:11938-1646852400-1646856000@www.ayclogic.com
SUMMARY:7 PM - Python Game Development
DESCRIPTION:Today: \n\nWe went over the homework to add the landing page.\nWe add the TowerForPurchase sprite and created a floating TowerForPurchase when the target collides with the non floating TowerForPurchase.\n\nHomework: \n\nCreate a new sprite class called “TowerHotspot”\, and then position them at these locations:\n\nWhen the floating tower collides with a tower hotspot sprite\, create a Tower at the hotspot location using similar logic we used to create the floating TowerForPurchase.\nWhen the Tower is created\, remove the floating tower from its sprite group.\n\n 
URL:https://www.ayclogic.com/event/7-pm-python-game-development-112/
CATEGORIES:Advanced Python Game Development
END:VEVENT
END:VCALENDAR