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:20200201T090000
DTEND;TZID=America/Los_Angeles:20200201T100000
DTSTAMP:20260614T132314
CREATED:20200201T172946Z
LAST-MODIFIED:20200201T180040Z
UID:2734-1580547600-1580551200@www.ayclogic.com
SUMMARY:9 AM Introduction To Python
DESCRIPTION:We continued with Hangman game (Jan18_Hangman.py)\nWe added the logic that will display the question mark symbol.\nHomework:\n\nContinue with Hangman game\n\nbefore you start the loop create a function called “update_clue”\, one parameter(“guess”). Inside the function create a “for loop” which will loop according to the number of letter in the word. For example if the letter is “dragon” then inside the function\, it will loop 6 times and print “Hello World”.
URL:https://www.ayclogic.com/event/9-am-introduction-to-python/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200201T100000
DTEND;TZID=America/Los_Angeles:20200201T110000
DTSTAMP:20260614T132314
CREATED:20200201T180845Z
LAST-MODIFIED:20200201T180845Z
UID:2739-1580551200-1580554800@www.ayclogic.com
SUMMARY:10 AM Introduction to Python
DESCRIPTION:Review test result.
URL:https://www.ayclogic.com/event/10-am-introduction-to-python/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200201T140000
DTEND;TZID=America/Los_Angeles:20200201T150000
DTSTAMP:20260614T132314
CREATED:20200202T193605Z
LAST-MODIFIED:20200202T193605Z
UID:2754-1580565600-1580569200@www.ayclogic.com
SUMMARY:2 PM Introduction to Python
DESCRIPTION:We went over variables and data types.\nHomework:\n\nBuy the following python book if you have not done so: https://www.amazon.com/Python-Crash-Course-2nd-Edition/dp/1593279280/ref=sr_1_3?crid=16NLB4LW407IK&keywords=python+programming&qid=1580672032&sprefix=python+%2Caps%2C233&sr=8-3 \nInstall https://thonny.org/ in your computer\nFrom the book above\, follow coding exercises from page 16\,20\, 21and 23
URL:https://www.ayclogic.com/event/2-pm-introduction-to-python/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200207T170000
DTEND;TZID=America/Los_Angeles:20200207T190000
DTSTAMP:20260614T132314
CREATED:20200208T021010Z
LAST-MODIFIED:20200208T021010Z
UID:2771-1581094800-1581102000@www.ayclogic.com
SUMMARY:5 to 7 PM Introduction to Python
DESCRIPTION:1. Test level 1 retake 2 hours.
URL:https://www.ayclogic.com/event/5-to-7-pm-introduction-to-python/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200208T090000
DTEND;TZID=America/Los_Angeles:20200208T100000
DTSTAMP:20260614T132314
CREATED:20200208T181556Z
LAST-MODIFIED:20200208T181556Z
UID:2779-1581152400-1581156000@www.ayclogic.com
SUMMARY:9 AM Introduction To Python
DESCRIPTION:We continued with Jan17_Hangman.py project.\nHomework:\n\nAdd code inside the loop\, if there is no more ‘?’ in the clue\, break from the loop.
URL:https://www.ayclogic.com/event/9-am-introduction-to-python-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200208T110000
DTEND;TZID=America/Los_Angeles:20200208T120000
DTSTAMP:20260614T132314
CREATED:20200208T200512Z
LAST-MODIFIED:20200208T200512Z
UID:2781-1581159600-1581163200@www.ayclogic.com
SUMMARY:11 AM Introduction To Python
DESCRIPTION:We reviewed how to fix python bugs and how to read python errors from https://www.ayclogic.com/fixing-python-bugs/\nNext week is Python Quiz\, today we reviewed the following for the quiz\n\nVariables: Integer\, String\, Float\, Boolean\, List\nHow to operate List\nIf statements\nLoop: For loop and while loop\nrandom\nFix python bugs\nFunctions
URL:https://www.ayclogic.com/event/11-am-introduction-to-python/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200208T140000
DTEND;TZID=America/Los_Angeles:20200208T150000
DTSTAMP:20260614T132314
CREATED:20200208T230100Z
LAST-MODIFIED:20200208T230100Z
UID:2783-1581170400-1581174000@www.ayclogic.com
SUMMARY:2 PM Introduction to Python
DESCRIPTION:We went over the homework.\nWe went over the IF ELSE.\nHomework:\n\nPage\, 79 to 82.
URL:https://www.ayclogic.com/event/2-pm-introduction-to-python-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200208T150000
DTEND;TZID=America/Los_Angeles:20200208T160000
DTSTAMP:20260614T132314
CREATED:20200209T213417Z
LAST-MODIFIED:20200209T213417Z
UID:2787-1581174000-1581177600@www.ayclogic.com
SUMMARY:3 PM Python Game Development
DESCRIPTION:We went over how to make Flappy Bird game for Ryan and Vivian final project.\nWe continued with Shoot The balloon project.
URL:https://www.ayclogic.com/event/3-pm-python-game-development-24/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200209T133000
DTEND;TZID=America/Los_Angeles:20200209T143000
DTSTAMP:20260614T132314
CREATED:20200209T213039Z
LAST-MODIFIED:20200209T222507Z
UID:2785-1581255000-1581258600@www.ayclogic.com
SUMMARY:1:30 PM Introduction To Python
DESCRIPTION:We completed Hangman game.\nWe went over how to read error messages in Python and fix bugs.\nHomework:\n\nCreate ‘Feb9_FixBugHomework.py’: fix this broken code: https://www.ayclogic.com/fix-python-bugs-2/
URL:https://www.ayclogic.com/event/130-pm-introduction-to-python/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200213T183000
DTEND;TZID=America/Los_Angeles:20200213T193000
DTSTAMP:20260614T132314
CREATED:20200214T032928Z
LAST-MODIFIED:20200214T032928Z
UID:2813-1581618600-1581622200@www.ayclogic.com
SUMMARY:6:30 PM Introduction To Python
DESCRIPTION:We reviewed the variable topic.\nWe reviewed the homework\nAnd we went over IF ELSE\, IF ELIF ELSE statements\nHomework: Page 79\,80\,81\,82
URL:https://www.ayclogic.com/event/630-pm-introduction-to-python-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200214T170000
DTEND;TZID=America/Los_Angeles:20200214T190000
DTSTAMP:20260614T132314
CREATED:20200215T020056Z
LAST-MODIFIED:20200215T020056Z
UID:2815-1581699600-1581706800@www.ayclogic.com
SUMMARY:5 PM Introduction To Python
DESCRIPTION:2nd Quiz: 2 hours
URL:https://www.ayclogic.com/event/5-pm-introduction-to-python/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200215T150000
DTEND;TZID=America/Los_Angeles:20200215T160000
DTSTAMP:20260614T132314
CREATED:20200215T230110Z
LAST-MODIFIED:20200215T230110Z
UID:2829-1581778800-1581782400@www.ayclogic.com
SUMMARY:2 PM Introduction To Python
DESCRIPTION:We went over IF ELSE statements\nWe went over List\nHomework:\n\nPage 34\,35\,37\,38\,39\,40\,41
URL:https://www.ayclogic.com/event/2-pm-introduction-to-python-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200220T183000
DTEND;TZID=America/Los_Angeles:20200220T193000
DTSTAMP:20260614T132314
CREATED:20200221T033646Z
LAST-MODIFIED:20200227T043548Z
UID:2874-1582223400-1582227000@www.ayclogic.com
SUMMARY:6:30 PM Introduction To Python
DESCRIPTION:We reviewed IF ELSE homework\nWe learned about List\nWe learned about Loop\nHomework:\n\nPage 37 to 41\nPage 51\nPage 59\nPage 72
URL:https://www.ayclogic.com/event/630-pm-introduction-to-python-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200222T090000
DTEND;TZID=America/Los_Angeles:20200222T100000
DTSTAMP:20260614T132314
CREATED:20200222T174208Z
LAST-MODIFIED:20200222T174208Z
UID:2876-1582362000-1582365600@www.ayclogic.com
SUMMARY:9 AM Introduction To Python
DESCRIPTION:We reviewed fixing bugs homework.\nNext week is Python quiz\, prepare the following\n\nData Types: Integer\, Float\, String\, Boolean\nIF ELSE Statements\nLoops: For loop and While Loop\nRandom\nFunctions\nHow to read error message in python\n\n\nHomework:\n\nPrepare for the quiz next week
URL:https://www.ayclogic.com/event/9-am-introduction-to-python-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200222T110000
DTEND;TZID=America/Los_Angeles:20200222T120000
DTSTAMP:20260614T132314
CREATED:20200222T200258Z
LAST-MODIFIED:20200222T200536Z
UID:2881-1582369200-1582372800@www.ayclogic.com
SUMMARY:11 AM Introduction To Python
DESCRIPTION:We reviewed the quiz result.\nWe learned how to draw in Python using Turtle module.\nHomework:\n\nComplete the Robot drawing in python\nIn grid paper\, create any complex shapes. For instance\,\n\nMario character.\nZombie\, Creeper\nWhite house
URL:https://www.ayclogic.com/event/11-am-introduction-to-python-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200222T140000
DTEND;TZID=America/Los_Angeles:20200222T150000
DTSTAMP:20260614T132314
CREATED:20200222T225953Z
LAST-MODIFIED:20200222T225953Z
UID:2886-1582380000-1582383600@www.ayclogic.com
SUMMARY:2 PM Introduction to Python
DESCRIPTION:We went over List and Loops\nHomework:\n\npage 51 and 52\npage 121 and 122
URL:https://www.ayclogic.com/event/2-pm-introduction-to-python-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200224T190000
DTEND;TZID=America/Los_Angeles:20200224T200000
DTSTAMP:20260614T132314
CREATED:20200225T030241Z
LAST-MODIFIED:20200225T035916Z
UID:2914-1582570800-1582574400@www.ayclogic.com
SUMMARY:7 PM Python Level 1
DESCRIPTION:Quiz Preparation 2 \nHomework: Do https://www.ayclogic.com/fixing-python-bugs/ \n 
URL:https://www.ayclogic.com/event/8-am-python-level-1/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200227T183000
DTEND;TZID=America/Los_Angeles:20200227T193000
DTSTAMP:20260614T132314
CREATED:20200228T034146Z
LAST-MODIFIED:20200228T034146Z
UID:2964-1582828200-1582831800@www.ayclogic.com
SUMMARY:6:30 PM Introduction to Python
DESCRIPTION:We reviewed homework from last week: List\, Loop\, and IF ELSE inside Loop\nHomework:\n\nDo number 1 to 3 from here: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
URL:https://www.ayclogic.com/event/630-pm-introduction-to-python-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200229T080000
DTEND;TZID=America/Los_Angeles:20200229T100000
DTSTAMP:20260614T132314
CREATED:20200229T180656Z
LAST-MODIFIED:20200229T180656Z
UID:2975-1582963200-1582970400@www.ayclogic.com
SUMMARY:8 AM to 10 AM Introduction To Python
DESCRIPTION:Python Quiz
URL:https://www.ayclogic.com/event/8-am-to-10-am-introduction-to-python/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200229T110000
DTEND;TZID=America/Los_Angeles:20200229T120000
DTSTAMP:20260614T132314
CREATED:20200229T200545Z
LAST-MODIFIED:20200229T200651Z
UID:2979-1582974000-1582977600@www.ayclogic.com
SUMMARY:11 AM Introduction To Python
DESCRIPTION:We completed robot builder project.\nWe started Kaleido spiral project.\nHomework:\n\nCreate a list colors: put 5 colors that you like in this list.\nCreate an Integer variable call it\, “current_index”\, set 0 as the value.\nCreate a function\, next_color()\, no parameter.\n\nInside the function\, you should return the next color in the list.\nYou need to use the “current_index” variable as the index of the list.\nFor instance\, if you put green\, yellow\, red in the list.\n\nThe first time you call the function\, it will return green.\nThe second time\, it will return yellow.\nThe third time\, it will return red.\nThe fourth time\, it will return green and so on.
URL:https://www.ayclogic.com/event/11-am-introduction-to-python-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200229T140000
DTEND;TZID=America/Los_Angeles:20200229T150000
DTSTAMP:20260614T132314
CREATED:20200229T225940Z
LAST-MODIFIED:20200229T225940Z
UID:2981-1582984800-1582988400@www.ayclogic.com
SUMMARY:2 PM Introduction To Python
DESCRIPTION:We reviewed homework of List and loops\nWe created “How old are you? ” program to continously ask user.\nHomework:\n\nPage 130 and 132\, 133.
URL:https://www.ayclogic.com/event/2-pm-introduction-to-python-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR