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:20200603T193000
DTEND;TZID=America/Los_Angeles:20200603T203000
DTSTAMP:20260430T045415
CREATED:20200604T033806Z
LAST-MODIFIED:20200604T033806Z
UID:3616-1591212600-1591216200@www.ayclogic.com
SUMMARY:7:30 PM - Intro To Python
DESCRIPTION:Homework:\n\nName your homework file Jun3_Homework.py\nPage 20 to 23\, copy the codes into the Jun3_Homework.py file and run it. Submit your homework to gamas@ayclogic.com before next week.\nIf you have problem\, please email me at gamas@ayclogic.com.
URL:https://www.ayclogic.com/event/730-pm-intro-to-python/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200604T183000
DTEND;TZID=America/Los_Angeles:20200604T193000
DTSTAMP:20260430T045415
CREATED:20200605T023618Z
LAST-MODIFIED:20200605T023618Z
UID:3618-1591295400-1591299000@www.ayclogic.com
SUMMARY:6:30 PM - Intro To Python
DESCRIPTION:We went over the quiz result.\nHomework:\n\np. 138 to 139
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200606T090000
DTEND;TZID=America/Los_Angeles:20200606T100000
DTSTAMP:20260430T045415
CREATED:20200606T170019Z
LAST-MODIFIED:20200606T170019Z
UID:3623-1591434000-1591437600@www.ayclogic.com
SUMMARY:9 AM - Python Game Development
DESCRIPTION:We completed Python Dictionary.\nWe completed enhancing BabyNameGenerator program.\n Homework:\n\n158\, 160 and 161
URL:https://www.ayclogic.com/event/9-am-python-game-development-5/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200606T100000
DTEND;TZID=America/Los_Angeles:20200606T110000
DTSTAMP:20260430T045415
CREATED:20200606T173858Z
LAST-MODIFIED:20200606T180059Z
UID:3625-1591437600-1591441200@www.ayclogic.com
SUMMARY:10 AM - Python Game Development
DESCRIPTION:We made the fireball face left and right\nWe learned about hitbox.\nHomework:\n\nCreate a hitbox for the player.\nCreate Cloud class. Look at Bird class for reference.\nIf you can integrate Cloud class into main.py.
URL:https://www.ayclogic.com/event/10-am-python-game-development-16/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200606T110000
DTEND;TZID=America/Los_Angeles:20200606T120000
DTSTAMP:20260430T045415
CREATED:20200606T231254Z
LAST-MODIFIED:20200606T231254Z
UID:3633-1591441200-1591444800@www.ayclogic.com
SUMMARY:11 AM - Python Game Development
DESCRIPTION:We continued with Birdie project\n\nWe made the Bird to be able to face left and right.\nWe made the Bird to be able to appear from left or right of the screen\n\n\nHomework:\n\nNow when we run the program the program is creating 40 to 60 birds/second. We need to change the code so it will create less frequently.\n\nInside Bird class\, look at how we delay wing flapping delay. Look at where we use self.flap_delay_timer\nYou need to use the same technique inside main.py to call self.create_random_bird() less frequently.
URL:https://www.ayclogic.com/event/11-am-python-game-development-8/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200606T120000
DTEND;TZID=America/Los_Angeles:20200606T140000
DTSTAMP:20260430T045415
CREATED:20200606T231353Z
LAST-MODIFIED:20200606T231353Z
UID:3635-1591444800-1591452000@www.ayclogic.com
SUMMARY:12 PM - Intro To Python
DESCRIPTION:1st Quiz: 2 hours.
URL:https://www.ayclogic.com/event/12-pm-intro-to-python/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200606T180000
DTEND;TZID=America/Los_Angeles:20200606T190000
DTSTAMP:20260430T045415
CREATED:20200607T022247Z
LAST-MODIFIED:20200607T022247Z
UID:3639-1591466400-1591470000@www.ayclogic.com
SUMMARY:6 PM - Intro To Python
DESCRIPTION:We went over last week homework.\nHomework for Jonathan and Benjamin:\n\nCreate a list of Integers: 345\, 9\, -20\,40. Use for loop to print every number in the list.\nCreate a variable\, name\,  whose value is a String: “bEnjAmiN” . Print the variable to the shell and use the String built in function to get the following result:\n\n\nBENJAMIN\nBenjamin\n\n\n\nCreate a program that would continuously ask user to “Are we there yet? ” . If user answer “Yes”\, the program will print “Hurray” and break from the loop. If not it will continuously ask the user the same question again. If you do the program properly\, it will look like below\n\n\nAre we there yet? No\nAre we there yet? No\nAre we there yet? asdfadf\nAre we there yet? Yes\nHurray
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200607T090000
DTEND;TZID=America/Los_Angeles:20200607T100000
DTSTAMP:20260430T045415
CREATED:20200607T170750Z
LAST-MODIFIED:20200607T170750Z
UID:3649-1591520400-1591524000@www.ayclogic.com
SUMMARY:9 AM - Python Game Development
DESCRIPTION:We went over how to make the duck falls when it hits the tube.\nHomework:\n\nWe display the landing page. Landing page includes logo and play button.\nBy tonight (06/07) send me an email regarding your final project:\n\nGo here and choose a game asset.  https://graphicriver.net/game-assets?sort=sales\nGive details on how the game storyline is going to be. Tell me which sprite you are going to use from the game asset. Is there going to be an enemy boss? How do you win the game?\nChoose background song from this website: https://audiojungle.net/
URL:https://www.ayclogic.com/event/9-am-python-game-development-6/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200610T193000
DTEND;TZID=America/Los_Angeles:20200610T203000
DTSTAMP:20260430T045415
CREATED:20200611T034555Z
LAST-MODIFIED:20200611T034555Z
UID:3658-1591817400-1591821000@www.ayclogic.com
SUMMARY:7:30 PM - Intro To Python
DESCRIPTION:We went over Python homework – String functions and formatter\n\nString built-in functions: title()\, upper()\, lower()\nPython formater: f”{f_name}”\nWe went over “\t” and “\n”\n\n\nHomework:\n\nCreate homework file as June10_List1Homework.py\nDo page 34 to 38.
URL:https://www.ayclogic.com/event/730-pm-intro-to-python-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200611T183000
DTEND;TZID=America/Los_Angeles:20200611T193000
DTSTAMP:20260430T045415
CREATED:20200612T025337Z
LAST-MODIFIED:20200612T025337Z
UID:3661-1591900200-1591903800@www.ayclogic.com
SUMMARY:6:30 PM - Intro To Python
DESCRIPTION:We went over function homework. How to have a default parameter.\nWe started Python Turtle module and Robot Builder project.\nHomework:\n\nContinue with Robot Builder project to complete the robot like below. No need to draw the balloon or the multiple arms.
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-11/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200612T180000
DTEND;TZID=America/Los_Angeles:20200612T190000
DTSTAMP:20260430T045415
CREATED:20200613T013826Z
LAST-MODIFIED:20200620T010413Z
UID:3664-1591984800-1591988400@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:We integrate Cloud class into main.py\nHomework:\n\nMake the Player flap its wing.\nMake the cloud have its own timer. Look at how we did it to create random bird.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-12/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200613T090000
DTEND;TZID=America/Los_Angeles:20200613T100000
DTSTAMP:20260430T045415
CREATED:20200613T165545Z
LAST-MODIFIED:20200613T175811Z
UID:3670-1592038800-1592042400@www.ayclogic.com
SUMMARY:9 AM - Python Game Development
DESCRIPTION:We went over Python Class or Object Oriented Language\nHomework:\n\nCreate a new file June13_AirPlaneHomework.py:\nCreate a new class called AirPlane:\n\nIt has “number_of_seat”\nIt has “number_of_door”\nWho is the “maker”: Boeing\, Lockheed\, AirBus\nHow high it can fly\, “how_high”.\nIt has “type”: Boeing 747\, Airbus 380
URL:https://www.ayclogic.com/event/9-am-python-game-development-7/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200613T100000
DTEND;TZID=America/Los_Angeles:20200613T110000
DTSTAMP:20260430T045415
CREATED:20200613T175947Z
LAST-MODIFIED:20200613T175947Z
UID:3674-1592042400-1592046000@www.ayclogic.com
SUMMARY:10 AM - Python Game Development
DESCRIPTION:We went over how to add Cloud to the main.\n Homework:\n\nSimilar to how we call create_random_bird() function\, put delay on how we call create_random_cloud() function.
URL:https://www.ayclogic.com/event/10-am-python-game-development-17/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200613T130000
DTEND;TZID=America/Los_Angeles:20200613T140000
DTSTAMP:20260430T045415
CREATED:20200613T205517Z
LAST-MODIFIED:20200613T205943Z
UID:3676-1592053200-1592056800@www.ayclogic.com
SUMMARY:11 AM - Python Game Development
DESCRIPTION:We reviewed the quiz result.\nWe went over function with no return value.\nHomework:\n\nP.130\, P.132\, P.133\nDo the first question in here: https://www.ayclogic.com/intro-to-python/star-wars-problem/
URL:https://www.ayclogic.com/event/11-am-python-game-development-9/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200613T130000
DTEND;TZID=America/Los_Angeles:20200613T140000
DTSTAMP:20260430T045415
CREATED:20200617T035029Z
LAST-MODIFIED:20200617T035029Z
UID:3716-1592053200-1592056800@www.ayclogic.com
SUMMARY:1 PM - Intro To Python
DESCRIPTION:Homework:\n\nDo number 1 only from this page: https://www.ayclogic.com/intro-to-python/star-wars-problem/\nFrom the book do page 132 to 134.
URL:https://www.ayclogic.com/event/1-pm-intro-to-python-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200613T180000
DTEND;TZID=America/Los_Angeles:20200613T190000
DTSTAMP:20260430T045415
CREATED:20200614T020955Z
LAST-MODIFIED:20200621T005828Z
UID:3689-1592071200-1592074800@www.ayclogic.com
SUMMARY:6 PM - Intro To Python
DESCRIPTION:Homework:\n\nInside the while loop\, if the user did not guess the entire word correctly\, in the else part do the following\n\nwe need to check if “guess” variable is inside the “word”.\nif it is not inside “word”\, subtract “lives”\n\n\n\n\nHomework clue:\n\n\n1. \nname = "Gamas"\nif "z" in name:\n    print("Hurray")\nelse:\n    print("boo")\n\n2. lives = lives -1
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-13/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200614T090000
DTEND;TZID=America/Los_Angeles:20200614T100000
DTSTAMP:20260430T045415
CREATED:20200621T162337Z
LAST-MODIFIED:20200621T162337Z
UID:3768-1592125200-1592128800@www.ayclogic.com
SUMMARY:9 AM - Python Game Development
DESCRIPTION:Homework:\n\nCreate Coin sprite class. Copy code from the Tube class. Load coin-1.png and coin-2.png.
URL:https://www.ayclogic.com/event/9-am-python-game-development-9/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200616T180000
DTEND;TZID=America/Los_Angeles:20200616T190000
DTSTAMP:20260430T045415
CREATED:20200617T013446Z
LAST-MODIFIED:20200617T034727Z
UID:3711-1592330400-1592334000@www.ayclogic.com
SUMMARY:6 PM - Intro To Python
DESCRIPTION:We went over the List and IF ELSE homeworks\nWe went over the while loop\nHomework:\n\nThe last homework where we do Tell Me Your Age. Put that inside forever loop and continuously ask the user until the user enters “quit” or “exit” then it will break from the loop. The program has to be case insensitive and if there are spaces before and after\, the program should strip it.\nDo page 118 to 122.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-14/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200617T193000
DTEND;TZID=America/Los_Angeles:20200617T203000
DTSTAMP:20260430T045415
CREATED:20200618T033659Z
LAST-MODIFIED:20200618T033659Z
UID:3721-1592422200-1592425800@www.ayclogic.com
SUMMARY:7:30 PM - Intro To Python
DESCRIPTION:Homework:\n\nCreate a new file June17_InputHomework.py\nPage 114 to 116.
URL:https://www.ayclogic.com/event/730-pm-intro-to-python-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200618T173000
DTEND;TZID=America/Los_Angeles:20200618T183000
DTSTAMP:20260430T045415
CREATED:20200619T005728Z
LAST-MODIFIED:20200619T023836Z
UID:3725-1592501400-1592505000@www.ayclogic.com
SUMMARY:5:30 PM - Intro To Python
DESCRIPTION:Homework:\n\nFunction: Page.130 to 136.\nIn P. 137 do the Try It Yourself 8-3\, 8-4\, 8-5\nDo Magic8Ball from https://www.ayclogic.com/intro-to-python/magic-8-ball/
URL:https://www.ayclogic.com/event/530-pm-intro-to-python/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200618T183000
DTEND;TZID=America/Los_Angeles:20200618T193000
DTSTAMP:20260430T045415
CREATED:20200619T024311Z
LAST-MODIFIED:20200619T024311Z
UID:3729-1592505000-1592508600@www.ayclogic.com
SUMMARY:6:30 PM - Intro To Python
DESCRIPTION:We reviewed RobotBuilder project.\nWe started KalaeidoSpiral project.\nHomework:\n\nDraw in the piece of paper what’s going to be your final project.\n\nThis is going to be 20% of your grade.\nYou can draw anything\, but it cannot be too simple.\nIt needs to have colors.\nIt needs to have a section where it will keep changing its colors.\nAfter done\, take a picture and send the picture to my email gamas@ayclogic.com\nLook at this one for your example: https://www.ayclogic.com/intro-to-python-final-projects/
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-12/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200619T180000
DTEND;TZID=America/Los_Angeles:20200619T190000
DTSTAMP:20260430T045415
CREATED:20200620T021210Z
LAST-MODIFIED:20200620T021238Z
UID:3734-1592589600-1592593200@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:Homework\n\nInside Player class\n\nCreate 2 more images in __init__:\n\nrename imageA to imageA_right.\nrename imageB to imageB_right.\nimageA_left. Flip the imageA_right and assign it to imageA_left.\nimageB_left. Flip the imageB_right and assign it to imageB_left.\n\n\nWhen “a” keyboard is pressed\n\nyou need to set self.direction = 270\nyou need to change the image to imageA_left\n\n\nWhen “d” keyboard is pressed\n\nyou need to set self.direction = 90\nyou need to change the image to imageA_right\n\n\nWhen you flap the wing:\n\nCheck the self.direction to decide whether you need to use the left or the right image
URL:https://www.ayclogic.com/event/3734/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200620T090000
DTEND;TZID=America/Los_Angeles:20200620T100000
DTSTAMP:20260430T045415
CREATED:20200620T160002Z
LAST-MODIFIED:20200620T160002Z
UID:3739-1592643600-1592647200@www.ayclogic.com
SUMMARY:9 AM - Python Game Development
DESCRIPTION:Homework:\n\nPage 168 to 169
URL:https://www.ayclogic.com/event/9-am-python-game-development-8/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200620T100000
DTEND;TZID=America/Los_Angeles:20200620T110000
DTSTAMP:20260430T045415
CREATED:20200620T184133Z
LAST-MODIFIED:20200620T184133Z
UID:3741-1592647200-1592650800@www.ayclogic.com
SUMMARY:10 AM - Python Game Development
DESCRIPTION:Homework:\n\nInside main.py\n\nWe want to make sure the fireball cannot be launched too frequently.\nSimilar on how to we put delay on creating bird and cloud\, we need to delay creation of fireball.
URL:https://www.ayclogic.com/event/10-am-python-game-development-18/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200620T110000
DTEND;TZID=America/Los_Angeles:20200620T120000
DTSTAMP:20260430T045415
CREATED:20200620T184556Z
LAST-MODIFIED:20200620T184556Z
UID:3743-1592650800-1592654400@www.ayclogic.com
SUMMARY:11 AM - Python Game Development
DESCRIPTION:Homework:\n\nCreate Cloud class. It should be very similar to Bird class.\nIt will have x\, y\, direction\, screen\nReplace the code that loads the bird images with load all 3 cloud images.\nNo need to resize the image.
URL:https://www.ayclogic.com/event/11-am-python-game-development-10/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200620T130000
DTEND;TZID=America/Los_Angeles:20200620T140000
DTSTAMP:20260430T045415
CREATED:20200620T210013Z
LAST-MODIFIED:20200623T032627Z
UID:3745-1592658000-1592661600@www.ayclogic.com
SUMMARY:1 PM - Intro To Python
DESCRIPTION:Homework:\n\nPage 138\nCreate a function with return value\, “convert_kg_to_gram”\n\nIt has one parameter: “kg”\nInside the function it will return the value of 1 Kilogram from the parameter into gram. There are 1000 gram in 1 Kilogram.\nReturn the value.\nGet input from user “Enter number of Kilogram: “\nWhatever user enter\, pass to the “convert_kg_to_g” function\nCall the function\, get the result and print the result to the screen\nIf you code correctly\, you should be getting something like this in the shell.\n\nEnter number of Kilogram: 1\nThere are 1000 grams in 1 kilograms.\n\nEnter number of Kilogram: 2\nThere are 2000 grams in 2 kilograms.
URL:https://www.ayclogic.com/event/1-pm-intro-to-python-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200620T180000
DTEND;TZID=America/Los_Angeles:20200620T190000
DTSTAMP:20260430T045415
CREATED:20200621T021500Z
LAST-MODIFIED:20200621T021500Z
UID:3760-1592676000-1592679600@www.ayclogic.com
SUMMARY:6 PM - Intro To Python
DESCRIPTION:Homework:\n\nInside Hangman program\, complete the code inside “update_clue(guessed_letter)” function. This function should replace the question mark inside the “clue” variable with the letter that user entered.\nThe code should look very similar to the one we did inside June20_LoopingList.py. You can find this code inside the google drive.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-15/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200621T090000
DTEND;TZID=America/Los_Angeles:20200621T100000
DTSTAMP:20260430T045415
CREATED:20200621T162446Z
LAST-MODIFIED:20200621T171629Z
UID:3770-1592730000-1592733600@www.ayclogic.com
SUMMARY:9 AM - Python Game Development
DESCRIPTION:We integrated Coin into main.py\nHomework:\n\nStart working on your final project according to plan in https://docs.google.com/document/d/14LntcJ4bWl7V3GyjBDIsb-KkKk49xpTmePLIpnvJHqQ
URL:https://www.ayclogic.com/event/9-am-python-game-development-10/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200622T183000
DTEND;TZID=America/Los_Angeles:20200622T193000
DTSTAMP:20260430T045415
CREATED:20200623T033651Z
LAST-MODIFIED:20200623T033651Z
UID:3779-1592850600-1592854200@www.ayclogic.com
SUMMARY:6:30 PM - Intro To Python
DESCRIPTION:We reviewed Functions.\nWe did Hangman game.\nHomework:\n\nFunctions with return value: Page. 138\, 139.\nAlso do “Try It Yourself” in page 142\, just do the 8-6.
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-13/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200623T180000
DTEND;TZID=America/Los_Angeles:20200623T190000
DTSTAMP:20260430T045415
CREATED:20200624T012741Z
LAST-MODIFIED:20200624T012741Z
UID:3784-1592935200-1592938800@www.ayclogic.com
SUMMARY:6 PM - Intro To Python
DESCRIPTION:1 Hour 2nd Quiz
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-16/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR