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:20200308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20201101T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201003T090000
DTEND;TZID=America/Los_Angeles:20201003T100000
DTSTAMP:20260429T192627
CREATED:20201004T024121Z
LAST-MODIFIED:20201004T024121Z
UID:4751-1601715600-1601719200@www.ayclogic.com
SUMMARY:9 AM - Python Game Development
DESCRIPTION:We continued with Birdie game.\nHomework:\n\nWe want to try to make the dragon flap its wing.\n\nInside player.py\, inside __init__ function\, create one more class attribute: self.images = []\nUse for loop to loop through all element inside Player.IMAGES list.\ninside the for loop\, load each image and append into self.images list.\nNext week\, we are going to learn how to use this loaded images.
URL:https://www.ayclogic.com/event/9-am-python-game-development-27/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201003T100000
DTEND;TZID=America/Los_Angeles:20201003T110000
DTSTAMP:20260429T192627
CREATED:20201004T024457Z
LAST-MODIFIED:20201004T024457Z
UID:4753-1601719200-1601722800@www.ayclogic.com
SUMMARY:10 AM - Python Game Development
DESCRIPTION:We continued with Flappy Duck game.\nWe discussed about creating Final Project proposal.\nHomework:\n\nIf you have not created the Final Project proposal google doc\, please do so. Look at this sample project proposal: https://docs.google.com/document/d/1hPjLFw9kmUgSBjevJaHODYOMcz4Xd7A05CAq_8G_GGU/ Also look at the shared game assets in the google drive.\nFor Jasmine\, please add code to detect collission between Duck and Tube. Look at how we did it in Birdie project.
URL:https://www.ayclogic.com/event/10-am-python-game-development-26/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201003T130000
DTEND;TZID=America/Los_Angeles:20201003T140000
DTSTAMP:20260429T192627
CREATED:20201004T024758Z
LAST-MODIFIED:20201004T024758Z
UID:4755-1601730000-1601733600@www.ayclogic.com
SUMMARY:1 PM - Intro To Python
DESCRIPTION:We completed Kaleido Spiral project.\nWe checked with everyone how the progress of their final projects.\nWe learned how to make diagonal rectangle.\nHomework:\n\nFinal project is due on October 17. Please make progress on your final project.
URL:https://www.ayclogic.com/event/1-pm-intro-to-python-21/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201003T170000
DTEND;TZID=America/Los_Angeles:20201003T180000
DTSTAMP:20260429T192627
CREATED:20201004T022302Z
LAST-MODIFIED:20201004T022302Z
UID:4747-1601744400-1601748000@www.ayclogic.com
SUMMARY:5 PM - Intro To Python
DESCRIPTION:We went through how to do function with return value.\nWe went through how to use random modules.\nHomework:\n\nDo exercises in https://www.ayclogic.com/intro-to-python/star-wars-problem/
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-16/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201003T180000
DTEND;TZID=America/Los_Angeles:20201003T190000
DTSTAMP:20260429T192627
CREATED:20201004T020745Z
LAST-MODIFIED:20201004T020949Z
UID:4743-1601748000-1601751600@www.ayclogic.com
SUMMARY:6 PM - Intro To Python
DESCRIPTION:We continued with Baby Name Generator\nHomework:\n\nWhen user enter a number that is bigger than the number of names that we have\, you should use for loop to go through all names inside the list and print all names. You should do this inside “get_names” function. Hint: len(names) will give the number of elements inside the list. Look at examples below where user ask for 10000 names but the program only gives 5 boys names because that all the names that the program has\n\nDo you want boy or girl?\n1. Boy\n2. Girl\n3. Quit\nEnter your selection number: 1\nHow many names do you want? 10000\nMattew\nmark\nLuke\nJohn\nAlex\n\nDo you want boy or girl? \n1. Boy \n2. Girl \n3. Quit \nEnter your selection number:
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-32/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR