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:20220323T170000
DTEND;TZID=America/Los_Angeles:20220323T180000
DTSTAMP:20260424T030842
CREATED:20220324T045514Z
LAST-MODIFIED:20220324T045514Z
UID:12168-1648054800-1648058400@www.ayclogic.com
SUMMARY:5PM - Advanced Digital Illustration
DESCRIPTION:WEDNESDAY \nToday we finished the Sayu project. Great job! It was a big project with lots of details\, but I think you all did very well. \nWe started a new project today. Since it will be our last project\, it will be a fun and more simple project to finish off this class. The new project we are working on is the Pokemon\, Eevee. Today we just started on the sketch of her body\, using circles and simple shapes. \nREMINDER: After today there will be only two classes left. (March 30 and April 6) \nHOMEWORK \nContinue to work on your final projects. In the notes below\, is the full outline of the final project. Everyone needs to be caught up on Step 6: FLAT COLORS by next class. \nRemember\, class is ending soon\, so I want us to all have time to get feedback on your final projects so that they can be the best possible.
URL:https://www.ayclogic.com/event/5pm-advanced-digital-illustration-50/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220323T180000
DTEND;TZID=America/Los_Angeles:20220323T190000
DTSTAMP:20260424T030842
CREATED:20220324T015721Z
LAST-MODIFIED:20220324T015721Z
UID:12159-1648058400-1648062000@www.ayclogic.com
SUMMARY:6 PM – Coding Olympic Training
DESCRIPTION:Homework \nThis is the homework: https://leetcode.com/problems/sort-colors/ \nThere are several different ways to solve this problem\, the approach we discussed in class is just one of them\, try to solve the problem in different ways\, make sure your approach can pass all Leetcode test cases. \n 
URL:https://www.ayclogic.com/event/6-pm-coding-olympic-training-18/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220323T180000
DTEND;TZID=America/Los_Angeles:20220323T190000
DTSTAMP:20260424T030842
CREATED:20220324T015813Z
LAST-MODIFIED:20220324T015813Z
UID:12158-1648058400-1648062000@www.ayclogic.com
SUMMARY:6PM - Intro to Python - Latisha
DESCRIPTION:Today We Did:\n\nHow to fix Python Errors\n\nHomework:\n\nStudy for the Quiz 2\nThings to Study:\n\nData Types (strings\, integers\, doubles\, booleans\, etc.)\nFunctions: with and without return values. Function with parameter vs no parameter\nRandom module.\nFor loop\, While loop\nIF\, ELSE\, ELIF.\nList: how to loop through each element in the list. How to add elements to the list. How to get the length of a list\nString built-in functions: strip\, title\, upper\, lower.\nHow to read error messages in Python and fix the problem.\nHow to continuously ask user until user enter “quit” or “exit”.\n\n\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-17/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220323T180000
DTEND;TZID=America/Los_Angeles:20220323T190000
DTSTAMP:20260424T030842
CREATED:20220324T032130Z
LAST-MODIFIED:20220324T032153Z
UID:12164-1648058400-1648062000@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe finished Hangman game.\n\nHomework\n\nCreate Mar23_PythonFunctionExercises.py\nThis is an old homework\, but I want you guys to try to do it again without looking at the solution as an exercise: https://www.ayclogic.com/intro-to-python/star-wars-problem/
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220323T190000
DTEND;TZID=America/Los_Angeles:20220323T200000
DTSTAMP:20260424T030842
CREATED:20220324T025516Z
LAST-MODIFIED:20220324T025516Z
UID:12162-1648062000-1648065600@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe finished reviewing Tell Me Your Age with While Loop homework.\nWe reviewed what we have learned so far during the class.\n\nHomework\n\nCreate Mar23_PythonExercisesBeforeQuiz1.py\nDo exercises from https://www.ayclogic.com/intro-to-python-exercises/
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-gamas-10/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220323T190000
DTEND;TZID=America/Los_Angeles:20220323T200000
DTSTAMP:20260424T030842
CREATED:20220324T033417Z
LAST-MODIFIED:20220331T015654Z
UID:12166-1648062000-1648065600@www.ayclogic.com
SUMMARY:7 PM - Python Game Development
DESCRIPTION:Today: \n\nWe went over the homework to add the coins indicator.\nWe added the start waves button.\nWe added code for handling enemy waves.\n\nHomework: \n\nAdd configs for three different enemy types: ENEMY_1\, ENEMY_2\, ENEMY_3.\nInside enemy.py sprite\, depending on the enemy_type\, load a different image corresponding to the name of the directory.\nMake sure that you can load different enemy types with the three series of image animation where the given type of enemy is walking.\nBonus: create a new method called “create_enemy_with_timer”. If the self.current_wave attribute has a length greater than three then create a new enemy.  Use the self.current_wave.pop() method to make the current wave smaller and look up the next enemy_type.  Delay the creating of enemies using the timer technique.  Don’t try to pop more enemy_types and create more enemies if self.current_wave is empty.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-114/
CATEGORIES:Advanced Python Game Development
END:VEVENT
END:VCALENDAR