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:20200926T090000
DTEND;TZID=America/Los_Angeles:20200926T100000
DTSTAMP:20260429T204455
CREATED:20200926T210400Z
LAST-MODIFIED:20200926T210400Z
UID:4656-1601110800-1601114400@www.ayclogic.com
SUMMARY:9 AM - Python Game Development
DESCRIPTION:Homework:\n\nCreate fireball.py\, copy the code from cloud.py and change accordingly.\nLoad the assets/fireball.png inside fireball.py\nInside main.py\n\nimport fireball on the top of your file.\ncreate fireball_group\nCreate Fireball variable and add it to the group.\nCall fireball_group.update() in game_loop function.
URL:https://www.ayclogic.com/event/9-am-python-game-development-24/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200926T100000
DTEND;TZID=America/Los_Angeles:20200926T110000
DTSTAMP:20260429T204455
CREATED:20200930T034014Z
LAST-MODIFIED:20200930T034014Z
UID:4703-1601114400-1601118000@www.ayclogic.com
SUMMARY:10 AM - Python Game Development
DESCRIPTION:We continued with Flappy Duck project.\n\nWe added gravity on Flappy Duck.\n\n\nHomework:\n\nStart thinking on what you want to do for your final project.\n\nGo here to look for your game assets: https://graphicriver.net/game-assets\nYou should make a final project proposal like the following: https://docs.google.com/document/d/1hPjLFw9kmUgSBjevJaHODYOMcz4Xd7A05CAq_8G_GGU/
URL:https://www.ayclogic.com/event/10-am-python-game-development-25/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200926T120000
DTEND;TZID=America/Los_Angeles:20200926T130000
DTSTAMP:20260429T204455
CREATED:20200926T200335Z
LAST-MODIFIED:20200926T200335Z
UID:4663-1601121600-1601125200@www.ayclogic.com
SUMMARY:12 PM - Python Game Development
DESCRIPTION:Homework:\n\nFor FlappyDuck project\, create player.py. Copy code from Birdie player.py\nInside player.py\, you need to load the following images\n\n“assets/png/Green Duck Sprites/Green duck #1-01.png”\n“assets/png/Green Duck Sprites/Green duck #2-01.png”\n\n\nIntegrate player.py into main.py. Look at example in Birdie project on how we integrated player.py into main.py.
URL:https://www.ayclogic.com/event/12-pm-python-game-development-2/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200926T170000
DTEND;TZID=America/Los_Angeles:20200926T180000
DTSTAMP:20260429T204455
CREATED:20200927T003232Z
LAST-MODIFIED:20200927T005939Z
UID:4672-1601139600-1601143200@www.ayclogic.com
SUMMARY:5 PM - Introduction To Python
DESCRIPTION:Homework:\n\nSep26_FunctionWithReturnValueHomework.py\nDo function with return value homework from page 138 to 139.\nConvert Farenheight into Celcius\n\nAsk user “Enter a temperature in Farenheight: “\nWhatever user enter\, pass to below function\nCreate a function “convert_F_to_C”\, one parameter: “farenheight”\nInside the function convert the parameter “farenheight” into “celcius” and return the result. Formula is\n\nCelcius = (farenheight -32) * 5/9\n\n\nCall the function and pass the user input as the parameter.\nCapture the result and print “<farenheight> Farenheight is equal to <result> Celcius”
URL:https://www.ayclogic.com/event/5-pm-introduction-to-python-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200926T180000
DTEND;TZID=America/Los_Angeles:20200926T190000
DTSTAMP:20260429T204455
CREATED:20200927T015947Z
LAST-MODIFIED:20200927T015947Z
UID:4676-1601143200-1601146800@www.ayclogic.com
SUMMARY:6 PM - Intro To Python
DESCRIPTION:Homework:\n\nContinue with Sep26_BabyNameGenerator.py\nOutside the while loop create the following\n\nboy_names list. Inside the list\, put 6 different boy’s names.\ngirl_names list. Inside the list\, put 6 different girl’s names.\n\n\nInside the while loop\n\nif user enter “1”\, then print a random name from “boy_names” list.\nif user enter “2”\, then print a random name from “girl_names” list.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-30/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR