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:20190310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20191103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191101T170000
DTEND;TZID=America/Los_Angeles:20191101T180000
DTSTAMP:20260430T153528
CREATED:20191102T010454Z
LAST-MODIFIED:20191102T010454Z
UID:2362-1572627600-1572631200@www.ayclogic.com
SUMMARY:5 PM Python Level 1
DESCRIPTION:We reviewed Python Level 1 topics for next week quiz: \n\nVariable and Data Types.\nIF\, IF ELSE\, IF ELIF ELSE\nFor Loop\nWhile Loop\nTake input from shell\nHow to do Random\nFunctions: with and without return value\nHow to fix Python errors.
URL:https://www.ayclogic.com/event/5-pm-python-level-1-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191102T090000
DTEND;TZID=America/Los_Angeles:20191102T100000
DTSTAMP:20260430T153528
CREATED:20191102T165646Z
LAST-MODIFIED:20191102T165646Z
UID:2373-1572685200-1572688800@www.ayclogic.com
SUMMARY:9 AM Python Level 1
DESCRIPTION:We reviewed last week quiz.\nNext week we will have another quiz\, don’t be late.\nHomework:\n\nReview last week quiz.
URL:https://www.ayclogic.com/event/9-am-python-level-1-14/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191102T090000
DTEND;TZID=America/Los_Angeles:20191102T100000
DTSTAMP:20260430T153528
CREATED:20191109T171607Z
LAST-MODIFIED:20191109T171607Z
UID:2409-1572685200-1572688800@www.ayclogic.com
SUMMARY:11 AM Python Level 1
DESCRIPTION:We went over the quiz result.\nNext week is another quiz please study the same quiz topics:\n\nVariables and Data types.\nHow to get input from shell.\nIF\, IF ELSE\, IF ELIF ELSE statements\nLoop: For Loop and While Loop.\nForever loop.
URL:https://www.ayclogic.com/event/11-am-python-level-1-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191102T110000
DTEND;TZID=America/Los_Angeles:20191102T120000
DTSTAMP:20260430T153528
CREATED:20191102T191446Z
LAST-MODIFIED:20191102T191446Z
UID:2377-1572692400-1572696000@www.ayclogic.com
SUMMARY:11 AM Python Level 1
DESCRIPTION:We went over the quiz and do another practice.\nNext week is another quiz\, please study last quiz. In Thonny do all the quiz question and practice.\nNo homework\, just study for quiz:\n\nVariables and data types\nList\nIF\, IF ELSE\, IF ELIF ELSE\nFor Loop\nWhile Loop. How to do forever loop and break\nHow to get input from shell
URL:https://www.ayclogic.com/event/11-am-python-level-1-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191102T150000
DTEND;TZID=America/Los_Angeles:20191102T160000
DTSTAMP:20260430T153528
CREATED:20191103T022015Z
LAST-MODIFIED:20191103T022015Z
UID:2386-1572706800-1572710400@www.ayclogic.com
SUMMARY:3 PM Python Game Development
DESCRIPTION:We went over how to setup Pycharm. But failed to install Pygame. I will revisit this next week.\nWe made the bouncing of the ball with the paddle a little bit more random.\nWe also make sure that all the 3 sound effects were added properly.\n\nWhen the ball hit the paddle\, it should play the “bubbles.wav” sound effect.\nWhen the ball hit the left or right edge\, it should play the “blast.wav” sound effect.\nWhen the ball hit the top or bottom edge\, it should play the “plop.wav” sound effect.\n\n\nHomework:\n\nInside Pong.py\, init the __init__()\, add self.winning_score = 3\nWhenever the score of each player increase\, check if the player score is equal to the winning_score. If it does\, display “BluePlayerWin.png” or “OrangePlayerWin.png” banner depending on who wins the game.\nGet all the assets from the google drive.
URL:https://www.ayclogic.com/event/3-pm-python-game-development-14/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191108T170000
DTEND;TZID=America/Los_Angeles:20191108T190000
DTSTAMP:20260430T153529
CREATED:20191110T031855Z
LAST-MODIFIED:20191110T031855Z
UID:2438-1573232400-1573239600@www.ayclogic.com
SUMMARY:5 PM Python Level 1
DESCRIPTION:We had 2 hours of quiz which covers the following topics\n\nVariable and Data types.\nIF\, IF ELSE\, IF ELIF ELSE.\nFor and While Loop\nRandom\nFunctions\nList\nHow to fix errors in Python.\n\n\nWe reviewed the quiz result.
URL:https://www.ayclogic.com/event/5-pm-python-level-1-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191109T090000
DTEND;TZID=America/Los_Angeles:20191109T100000
DTSTAMP:20260430T153529
CREATED:20191109T180134Z
LAST-MODIFIED:20191109T180134Z
UID:2411-1573290000-1573293600@www.ayclogic.com
SUMMARY:9 AM Python Level 1
DESCRIPTION:We did the quiz again.\nWe went over the quiz result.\nWe did random module.\nHomework:\n\nDo https://www.ayclogic.com/coding-in-python-level-1/magic-8-ball/
URL:https://www.ayclogic.com/event/9-am-python-level-1-15/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191109T100000
DTEND;TZID=America/Los_Angeles:20191109T110000
DTSTAMP:20260430T153529
CREATED:20191109T185807Z
LAST-MODIFIED:20191109T185905Z
UID:2413-1573293600-1573297200@www.ayclogic.com
SUMMARY:10 AM Python Level 1
DESCRIPTION:We went over the quiz result.\nWe reviewed functions\nHomework:\n\nCreate a list of boy_names = ‘Mark’\, ‘Matthew’\, ‘Luke’\, ‘John’\nCreate a list of girl_names = ‘Abigail’\, ‘Mary’\, ‘Martha’\, ‘Eunice’\nCreate a function\, favorite_boys_name\, 1 parameter (gender).\nwhen this function is called\,\nif gender == ‘boy’\, return a random boy name from the list above\nif gender == ‘girl’\, return a random girl name from the list above\nprint the name to the shell.
URL:https://www.ayclogic.com/event/10-am-python-level-1-9/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191109T110000
DTEND;TZID=America/Los_Angeles:20191109T120000
DTSTAMP:20260430T153529
CREATED:20191109T190923Z
LAST-MODIFIED:20191109T191458Z
UID:2417-1573297200-1573300800@www.ayclogic.com
SUMMARY:11 AM Python Level 1
DESCRIPTION:Python Quiz retake because the last quiz result were not good.\nNo homework
URL:https://www.ayclogic.com/event/11-am-python-level-1-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191109T150000
DTEND;TZID=America/Los_Angeles:20191109T160000
DTSTAMP:20260430T153529
CREATED:20191110T031019Z
LAST-MODIFIED:20191110T031019Z
UID:2431-1573311600-1573315200@www.ayclogic.com
SUMMARY:3 PM Python Game Development
DESCRIPTION:We went over how to use Pycharm in the class.\nWe went over how to display Blue Player or Orange Player win banner.\nHomework:\n\nMake Blue or Orange Player banner appear exactly in the middle.\nWhen banner appear\, stop the game.
URL:https://www.ayclogic.com/event/3-pm-python-game-development-15/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191109T160000
DTEND;TZID=America/Los_Angeles:20191109T170000
DTSTAMP:20260430T153529
CREATED:20191110T031334Z
LAST-MODIFIED:20191110T065013Z
UID:2433-1573315200-1573318800@www.ayclogic.com
SUMMARY:4 PM Python Game Development
DESCRIPTION:We went over the test level 1 result a little bit.\nWe went over the concept of Object Oriented Programming (OOP)\nWe went over how to create a class in Python.\nWe went over how to inherit a class in Python.\nHomework:\n\nCreate Bird class.\nCreate Flying Bird and Non Flying Bird classes which inherits from Bird class.\nCreate Eagle class which inherits from Flying Bird class.\nCreate Penguin class which inherits from Non Flying Bird class.\nDownload Python 3.7: http://www.ayclogic.com/python-installation-guide/\nDownload Pycharm: https://www.ayclogic.com/pycharm-setup-guide/
URL:https://www.ayclogic.com/event/4-pm-python-game-development/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191116T090000
DTEND;TZID=America/Los_Angeles:20191116T100000
DTSTAMP:20260430T153529
CREATED:20191116T202352Z
LAST-MODIFIED:20191116T202352Z
UID:2466-1573894800-1573898400@www.ayclogic.com
SUMMARY:9 AM Python Level 1
DESCRIPTION:We went over the Magic 8 Ball homework\nHomework:\n\nDo codes from page 130\, 131 (“Try It Yourself”)\, 132
URL:https://www.ayclogic.com/event/9-am-python-level-1-16/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191116T100000
DTEND;TZID=America/Los_Angeles:20191116T110000
DTSTAMP:20260430T153529
CREATED:20191116T201649Z
LAST-MODIFIED:20191116T201649Z
UID:2464-1573898400-1573902000@www.ayclogic.com
SUMMARY:10 AM Python Level 1
DESCRIPTION:We went over the homework favorite name generator.\nWe went over how to draw using turtle.\nHomework:\n\nIn the grid paper\, draw robot.\nFind the coordinate of the top left corner of every rectangle in the grip paper.
URL:https://www.ayclogic.com/event/10-am-python-level-1-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191116T110000
DTEND;TZID=America/Los_Angeles:20191116T120000
DTSTAMP:20260430T153529
CREATED:20191116T201429Z
LAST-MODIFIED:20191116T201511Z
UID:2461-1573902000-1573905600@www.ayclogic.com
SUMMARY:11 AM Python Level 1
DESCRIPTION:We went over the quiz result.\nWe went over how to use random module.\nHomework\n\nInside the  “Nov16_PasswordGenerator.py” file\nAsk user from shell\, “How many password you want? “\nCreate a for loop which will loop according to the number that user enter in the shell.\nInside the for loop\, generate random items from\n\nadjectives list\nnouns list\nrandom number between 10 to 99\npunctuations list\nCombine all of these random string into one string and print to the shell.
URL:https://www.ayclogic.com/event/11-am-python-level-1-9/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191116T140000
DTEND;TZID=America/Los_Angeles:20191116T150000
DTSTAMP:20260430T153529
CREATED:20191117T041342Z
LAST-MODIFIED:20191117T041422Z
UID:2468-1573912800-1573916400@www.ayclogic.com
SUMMARY:2 PM Python Game Development Makeup
DESCRIPTION:We went over how to display the winning banner in the middle of the screen when one of the player wins.\nWe went over how to use Pycharm Python editor.\nWe restrict the movement of the player to be within the screen.
URL:https://www.ayclogic.com/event/2-pm-python-game-development-makeup/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191116T150000
DTEND;TZID=America/Los_Angeles:20191116T160000
DTSTAMP:20260430T153529
CREATED:20191117T042011Z
LAST-MODIFIED:20191117T042011Z
UID:2471-1573916400-1573920000@www.ayclogic.com
SUMMARY:3 PM Python Game Development
DESCRIPTION:We went over how to use the Pycharm python editor.\nWhen one of the players wins\, we hide the ball and paddle from the screen.\nWe restrict the movement of the player to be inside the screen.\nHomework:\n\nWhen one of the players wins\, play the “WellDone.ogg” audio file.\nIf you have not downloaded Python 3.7\, please do it and follow this instruction: http://www.ayclogic.com/python-installation-guide
URL:https://www.ayclogic.com/event/3-pm-python-game-development-16/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191116T160000
DTEND;TZID=America/Los_Angeles:20191116T170000
DTSTAMP:20260430T153529
CREATED:20191117T042553Z
LAST-MODIFIED:20191117T042553Z
UID:2473-1573920000-1573923600@www.ayclogic.com
SUMMARY:4 PM Python Game Development
DESCRIPTION:We went over the homework of Object Oriented Programming (OOP)\n\nWe created Bird class.\nWe created FlyingBird class which inherits from Bird class.\nWe created NonFlyingBird class which inherits from Bird class.\nWe created SwimmingBird class which inherits from Bird class.\nWe went over how to override the implementation of the function of the parent class.\n\n\nWe downloaded Birdie project directory from google drive.\nHomework:\n\nPlease download Python 3.7\, follow this instruction: http://www.ayclogic.com/python-installation-guide\nPlease download PyCharm Python editor\, follow this instruction: https://www.ayclogic.com/pycharm-setup-guide/
URL:https://www.ayclogic.com/event/4-pm-python-game-development-2/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191122T180000
DTEND;TZID=America/Los_Angeles:20191122T190000
DTSTAMP:20260430T153529
CREATED:20191123T030714Z
LAST-MODIFIED:20191123T030714Z
UID:2496-1574445600-1574449200@www.ayclogic.com
SUMMARY:6 PM Python Level 1
DESCRIPTION:We went through Robot Builder homework.\nWe did Kaleido Spiral project.\nNo homework.
URL:https://www.ayclogic.com/event/6-pm-python-level-1-12/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191123T090000
DTEND;TZID=America/Los_Angeles:20191123T100000
DTSTAMP:20260430T153529
CREATED:20191123T175932Z
LAST-MODIFIED:20191123T175932Z
UID:2498-1574499600-1574503200@www.ayclogic.com
SUMMARY:9 AM Python Level 1
DESCRIPTION:We went over Functions homework.\nWe learned about Function and parameters.\nHomework:\n\nP. 138 and 139
URL:https://www.ayclogic.com/event/9-am-python-level-1-17/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191123T100000
DTEND;TZID=America/Los_Angeles:20191123T110000
DTSTAMP:20260430T153529
CREATED:20191123T200325Z
LAST-MODIFIED:20191123T200325Z
UID:2500-1574503200-1574506800@www.ayclogic.com
SUMMARY:10 AM Python Level 1
DESCRIPTION:We went over how to draw rectangle and circle using turtle Python module.\nHomework:\n\nDraw whatever shapes that you draw in your grid paper in Python.
URL:https://www.ayclogic.com/event/10-am-python-level-1-11/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191123T110000
DTEND;TZID=America/Los_Angeles:20191123T120000
DTSTAMP:20260430T153529
CREATED:20191123T200507Z
LAST-MODIFIED:20191123T200507Z
UID:2502-1574506800-1574510400@www.ayclogic.com
SUMMARY:11 AM Python Level 1
DESCRIPTION:We went through and completed Password Generator program.\nWe went through Functions in Python.\nHomework:\n\nPage 130 to 133\nPage 138 and 139 and 141
URL:https://www.ayclogic.com/event/11-am-python-level-1-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR