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:20260430T105714
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:20260430T105714
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:20260430T105714
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:20200201T150000
DTEND;TZID=America/Los_Angeles:20200201T160000
DTSTAMP:20260430T105714
CREATED:20200208T021311Z
LAST-MODIFIED:20200208T022637Z
UID:2775-1580569200-1580572800@www.ayclogic.com
SUMMARY:3 PM Python Game Development
DESCRIPTION:1. We went over final project progress in the class with Vivian and Ryan.
URL:https://www.ayclogic.com/event/3-pm-python-game-development-23/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200201T160000
DTEND;TZID=America/Los_Angeles:20200201T170000
DTSTAMP:20260430T105714
CREATED:20200202T010102Z
LAST-MODIFIED:20200202T010102Z
UID:2745-1580572800-1580576400@www.ayclogic.com
SUMMARY:4 PM Python Game Development
DESCRIPTION:We continued Birdie game.\nHomework:\n\nInside Bird class\, flip between imageA and imageB so the bird will flap its wing.
URL:https://www.ayclogic.com/event/4-pm-python-game-development-5/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200207T170000
DTEND;TZID=America/Los_Angeles:20200207T190000
DTSTAMP:20260430T105714
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:20260430T105714
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:20260430T105714
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:20260430T105714
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:20260430T105714
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:20260430T105714
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:20200209T150000
DTEND;TZID=America/Los_Angeles:20200209T160000
DTSTAMP:20260430T105714
CREATED:20200209T235207Z
LAST-MODIFIED:20200209T235207Z
UID:2789-1581260400-1581264000@www.ayclogic.com
SUMMARY:3 PM Python Game Development
DESCRIPTION:We continued with Birdie game\n\nWe reviewed the homework where we need to make the Bird flap its wing.\nWe created Player class\n\n\nHomework:\n\nCreate Bullet class
URL:https://www.ayclogic.com/event/3-pm-python-game-development-25/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200213T183000
DTEND;TZID=America/Los_Angeles:20200213T193000
DTSTAMP:20260430T105714
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:20260430T105714
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:20200214T180000
DTEND;TZID=America/Los_Angeles:20200214T190000
DTSTAMP:20260430T105714
CREATED:20200215T030559Z
LAST-MODIFIED:20200215T030559Z
UID:2817-1581703200-1581706800@www.ayclogic.com
SUMMARY:6 PM Python Game Development
DESCRIPTION:We learned about Python Dictionary.\nHomework:\n\nChange Baby Name Generator\, when user selected a gender that is not “girl” or “boy”:\n\nJust print “invalid selection” and do not ask for any more question.\nIt should not print “None” or “Invalid gender”.\n\n\nPage 92\,93\,94
URL:https://www.ayclogic.com/event/6-pm-python-game-development-3/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200215T100000
DTEND;TZID=America/Los_Angeles:20200215T110000
DTSTAMP:20260430T105714
CREATED:20200215T191055Z
LAST-MODIFIED:20200215T191055Z
UID:2819-1581760800-1581764400@www.ayclogic.com
SUMMARY:10 AM Python Game Development
DESCRIPTION:We learned about dictionary.\nWe enhanced Food Recommendation program to not have duplication using dictionary.\nHomework:\n\nPage 92\,93\,94\,95
URL:https://www.ayclogic.com/event/10-am-python-game-development/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200215T150000
DTEND;TZID=America/Los_Angeles:20200215T160000
DTSTAMP:20260430T105714
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:20200215T150000
DTEND;TZID=America/Los_Angeles:20200215T160000
DTSTAMP:20260430T105714
CREATED:20200216T031056Z
LAST-MODIFIED:20200216T031056Z
UID:2842-1581778800-1581782400@www.ayclogic.com
SUMMARY:3 PM Python Game Development
DESCRIPTION:We continued with Shooting Baloon project.\nWe discussed final project.\nHomework:\n\nWhen Baloon is out of screen\, call self.kill()\nWhen Baloon is shot by target\, increase the score.
URL:https://www.ayclogic.com/event/3-pm-python-game-development-26/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200215T160000
DTEND;TZID=America/Los_Angeles:20200215T170000
DTSTAMP:20260430T105714
CREATED:20200216T004826Z
LAST-MODIFIED:20200216T005827Z
UID:2832-1581782400-1581786000@www.ayclogic.com
SUMMARY:4 PM Python Game Development
DESCRIPTION:We continued with Birdie game.\n\nWe created config.py\nWe moved bullet_group into player.py because Player is the one who is going to launch the bullet.\nWe launch the bullet when we pressed the space key.\n\n\nHomework:\n\nPut a warmup delay for bullet.\nWhen a bullet is outside the screen call self.kill()
URL:https://www.ayclogic.com/event/4-pm-python-game-development-6/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200220T183000
DTEND;TZID=America/Los_Angeles:20200220T193000
DTSTAMP:20260430T105714
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:20260430T105714
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:20200222T100000
DTEND;TZID=America/Los_Angeles:20200222T110000
DTSTAMP:20260430T105714
CREATED:20200222T190014Z
LAST-MODIFIED:20200222T190014Z
UID:2878-1582365600-1582369200@www.ayclogic.com
SUMMARY:10 AM Python Game Development
DESCRIPTION:We went over dictionary again\n Homework:\n\nPage 113\, 114\nAlso do Try It Yourself in page 115\n\n6-8\n\n\nClass\n\nPage 162\n164\n165
URL:https://www.ayclogic.com/event/10-am-python-game-development-2/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200222T110000
DTEND;TZID=America/Los_Angeles:20200222T120000
DTSTAMP:20260430T105714
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:20260430T105714
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:20200222T150000
DTEND;TZID=America/Los_Angeles:20200222T160000
DTSTAMP:20260430T105714
CREATED:20200223T032342Z
LAST-MODIFIED:20200223T032342Z
UID:2895-1582383600-1582387200@www.ayclogic.com
SUMMARY:3 PM Python Game Development
DESCRIPTION:We continued with Shoot Baloon project.\n\nWhen target shoot the baloon\, increase the score and play sound effect.\nAdded Play button in the beginning of the game.\n\n\nFinal project code review.
URL:https://www.ayclogic.com/event/3-pm-python-game-development-27/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200222T160000
DTEND;TZID=America/Los_Angeles:20200222T170000
DTSTAMP:20260430T105714
CREATED:20200223T032850Z
LAST-MODIFIED:20200223T032850Z
UID:2897-1582387200-1582390800@www.ayclogic.com
SUMMARY:4 PM Python Game Development
DESCRIPTION:We continued with Birdie project.\n\nWe call self.kill() when the bullet is outside of the screen\nWe call self.kill() when the bird is outside of the screen.\nWe made the player controllable by W\, A \,S \,D keys in the keyboard.\n\n\nHomework:\n\nIn the Player class\n\nAdd self.score = 0 in the init.\n\n\nCreate a new class “Cloud”\n\nDownload 3 cloud images from https://drive.google.com/drive/u/0/folders/117K-CUIzW-VTEjqrtuzhLU73EA5RIofc \nIn the Cloud class\, load these 3 images.\nIn the main.py\, create a self.cloud_group\nEvery 3 seconds\, create a random class and make it appear on the screen.
URL:https://www.ayclogic.com/event/4-pm-python-game-development-7/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200224T190000
DTEND;TZID=America/Los_Angeles:20200224T200000
DTSTAMP:20260430T105714
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:20200226T183000
DTEND;TZID=America/Los_Angeles:20200226T193000
DTSTAMP:20260430T105714
CREATED:20200227T043457Z
LAST-MODIFIED:20200227T043528Z
UID:2921-1582741800-1582745400@www.ayclogic.com
SUMMARY:6:30 PM Python Level 1 - Makeup
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-python-level-1-makeup/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200227T183000
DTEND;TZID=America/Los_Angeles:20200227T193000
DTSTAMP:20260430T105714
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:20200228T180000
DTEND;TZID=America/Los_Angeles:20200228T190000
DTSTAMP:20260430T105714
CREATED:20200229T031600Z
LAST-MODIFIED:20200229T031600Z
UID:2966-1582912800-1582916400@www.ayclogic.com
SUMMARY:6 PM Python
DESCRIPTION:We started Zelda project\nHomework:\n\nMake the sword thrust works for all directions\nCreate 4 maps
URL:https://www.ayclogic.com/event/6-pm-python/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR