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:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210113T170000
DTEND;TZID=America/Los_Angeles:20210113T190000
DTSTAMP:20260429T140641
CREATED:20210117T031827Z
LAST-MODIFIED:20210117T031827Z
UID:5948-1610557200-1610564400@www.ayclogic.com
SUMMARY:5 to 7 PM - Intro To Python
DESCRIPTION:We had 2 hours final test from 5 PM to 7 PM.
URL:https://www.ayclogic.com/event/5-to-7-pm-intro-to-python/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210113T190000
DTEND;TZID=America/Los_Angeles:20210113T200000
DTSTAMP:20260429T140641
CREATED:20210114T062330Z
LAST-MODIFIED:20210114T062330Z
UID:5905-1610564400-1610568000@www.ayclogic.com
SUMMARY:7 PM – Python Game Development
DESCRIPTION:We went over the homework and finished adding the “Bird” class.\nWe modified “Bird” to move and added a Birdie method to create an additional Bird at a random location.\nWe refactored the configurations/constants to a “config.py” file.\nWe implemented a technique to slow down the number of birds created by spawning a new bird after 40 frames.\nYou can find the current project files here.\nHomework:\n\nReset the `bird_creation_timer` to the original value after creating a new bird\, so that a new bird is created about once every second.\nWe currently are only loading one bird image every time a bird is created.  Instead\, select a random bird image using random.choice.  First create a list of possible bird filenames.  Then use random.choice to pick a random name and then load it when a new bird is created.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-20/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR