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:20260614T024911
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:20200926T170000
DTEND;TZID=America/Los_Angeles:20200926T180000
DTSTAMP:20260614T024911
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:20260614T024911
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