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:20220330T180000
DTEND;TZID=America/Los_Angeles:20220330T190000
DTSTAMP:20260428T112442
CREATED:20220331T032221Z
LAST-MODIFIED:20220331T032221Z
UID:12249-1648663200-1648666800@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe reviewed homework from https://www.ayclogic.com/intro-to-python/star-wars-problem/\n\nHomework\n\nCreate a new python file Mar30_FixSimplePythonError1.py. Copy and paste below broken python codes and fix all the problems\,\n\n\nage = input("How old are you: "\ngenius = input("Are you a genius (y or n): ")\n\nif Age > 16 and genius == "y":\nprint("You can join my super cool club.")\nelse:\nprint("You cannot join my club\, because you are not cool enough.")\n\n\n\nIf you fix all the problems\, the code should run like the following\n\n\nHow old are you: 9\nAre you a genius (y or n): y\nYou cannot join my club\, because you are not cool enough.\n\nHow old are you: 17\nAre you a genius (y or n): y\nYou can join my super cool club.\n\nHow old are you: 20\nAre you a genius (y or n): n\nYou cannot join my club\, because you are not cool enough.\n\n\n\nCreate a new python file Mar30_ExercisesBefore2ndQuizHomework.py and do exercises from number 1 to 5 from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\n\n 
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220330T190000
DTEND;TZID=America/Los_Angeles:20220330T200000
DTSTAMP:20260428T112442
CREATED:20220331T030520Z
LAST-MODIFIED:20220331T030520Z
UID:12244-1648666800-1648670400@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe reviewed homework from https://www.ayclogic.com/intro-to-python-exercises/\nWe reviewed what’s going to be in the 1st quiz next week.\n\nHomework\n\nNext week is the 1st quiz. It will cover all the topics we have learned so far.\nAll the questions will be coding questions. You will need to use Thonny for testing your codes and then you have to copy and paste the code to the quiz form.\nThe quiz is not open book so you cannot look at any of your previous codes or homeworks. If you get caught cheating\, you will get 0.\nThere is no homework\, but I suggest you do coding exercises yourself. For example\, try redoing https://www.ayclogic.com/intro-to-python-exercises/ from scratch.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-gamas-11/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220330T190000
DTEND;TZID=America/Los_Angeles:20220330T200000
DTSTAMP:20260428T112442
CREATED:20220331T030537Z
LAST-MODIFIED:20220406T030344Z
UID:12245-1648666800-1648670400@www.ayclogic.com
SUMMARY:7 PM - Python Game Development
DESCRIPTION:Today: \n\nWe went over the homework to add the waves and enemy type.\nWe went over different enemy healths.\nWe added logic to keep track of attack_point for tower and bullet and made the enemies only die when they ran out of health.\n\nHomework: \n\nAdd a game over page.  Show the game over page when your health goes to zero.  From the game over page\, you should be able to click the play button and restart the game. It should look like this.\n\n\n\n\nAdd a game won page.  You win the game when no more waves are left\, the current wave is empty\, and there are no more enemies on the screen (the enemy_group sprite group is empty).  The game won page should look like this:\n\n\n\n\nMake sure you reset the waves and all other sprites when you click the play button from the game over or game won pages.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-115/
CATEGORIES:Python Game Development
END:VEVENT
END:VCALENDAR