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:20200308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20201101T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201216T180000
DTEND;TZID=America/Los_Angeles:20201216T190000
DTSTAMP:20260429T165148
CREATED:20201224T020323Z
LAST-MODIFIED:20201224T020323Z
UID:5703-1608141600-1608145200@www.ayclogic.com
SUMMARY:6 PM - Intro To Python
DESCRIPTION:We completed Kaleido Spiral last week.\n Homework:\n\nPlease continue with your final project. You should try to finish it next week so I can give feedback to improve your grade
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-42/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201216T190000
DTEND;TZID=America/Los_Angeles:20201216T200000
DTSTAMP:20260429T165148
CREATED:20201217T042435Z
LAST-MODIFIED:20201217T042924Z
UID:5547-1608145200-1608148800@www.ayclogic.com
SUMMARY:7PM - Python Game Development
DESCRIPTION:Today we finished setting up PyCharm and started the Birdie project from the Birdie Template.\nYour homework is to draw the blue “scene.png” as the background.\n\nInsert this line of code at the end of the __init__ method to load the “scene.png” image:\n\n\nself.background = pygame.image.load('assets/scene.png')\n\n\n\nThen insert this line of code inside the “game_loop” method after “pygame.display.flip()” to draw this blue “background” image onto the screen:\n\n\nself.screen.blit(self.background\, (0\, 0))\n\n\n\nWhen you’re done  you should see a blue window rather than a black window when you run by clicking the green triangle.
URL:https://www.ayclogic.com/event/7pm-python-game-development-2/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR