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:20260605T223256
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:20260605T223256
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:20260605T223256
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:20191102T100000
DTEND;TZID=America/Los_Angeles:20191102T110000
DTSTAMP:20260605T223256
CREATED:20191102T180409Z
LAST-MODIFIED:20191102T180409Z
UID:2375-1572688800-1572692400@www.ayclogic.com
SUMMARY:10AM-Scratch Level 2
DESCRIPTION:We started the Spaceship 2.0 Project.\nWe made a copy of the Spaceship 1.0 project and added the fireball sprite.\nWe added the Fireball PowerUp sprite and Fireball Remaining Variable.\nHomework\n\nDuplicate the Fireball sprite and change the name and costume to Lightning\nDuplicated the Fireball Powerup sprite and change the letter to B and the name to Bomb Powerup.\nCreate a Bomb variable
URL:https://www.ayclogic.com/event/10am-scratch-level-2-18/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191102T110000
DTEND;TZID=America/Los_Angeles:20191102T120000
DTSTAMP:20260605T223256
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:20191102T140000
DTEND;TZID=America/Los_Angeles:20191102T150000
DTSTAMP:20260605T223256
CREATED:20191102T215939Z
LAST-MODIFIED:20191102T215939Z
UID:2380-1572703200-1572706800@www.ayclogic.com
SUMMARY:2 PM Scratch Level 1 - Make up
DESCRIPTION:We started Funny Faces project.\n\nWe created a Face\nEye balls\nNose with runny nose animation\nBow Tie\nBody\n\n\nHomework:\n\nDraw a Santa’s hat.
URL:https://www.ayclogic.com/event/2-pm-scratch-level-1-make-up/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191102T150000
DTEND;TZID=America/Los_Angeles:20191102T160000
DTSTAMP:20260605T223256
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:20191102T160000
DTEND;TZID=America/Los_Angeles:20191102T170000
DTSTAMP:20260605T223256
CREATED:20191103T022516Z
LAST-MODIFIED:20191103T022516Z
UID:2388-1572710400-1572714000@www.ayclogic.com
SUMMARY:4 PM Scratch Level 2
DESCRIPTION:We completed Fireball Fight game.\nWe went over what is going to be in the test next week\n\nFireball Fight project.\nCheese Chase project.\nSpaceship 2.0 project.\n\n\nMake sure you have gmail for next week test\nNo homework\, just prepare for the test next week on Sunday at 2 to 4PM.
URL:https://www.ayclogic.com/event/4-pm-scratch-level-2-8/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191102T170000
DTEND;TZID=America/Los_Angeles:20191102T180000
DTSTAMP:20260605T223256
CREATED:20191103T022632Z
LAST-MODIFIED:20191103T022632Z
UID:2390-1572714000-1572717600@www.ayclogic.com
SUMMARY:5 PM Scratch Level 1
DESCRIPTION:We went over how to make draw Ninja and other cool stuff in Scratch.\nNo homework.
URL:https://www.ayclogic.com/event/5-pm-scratch-level-1-15/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191102T180000
DTEND;TZID=America/Los_Angeles:20191102T190000
DTSTAMP:20260605T223256
CREATED:20191103T020351Z
LAST-MODIFIED:20191103T020351Z
UID:2382-1572717600-1572721200@www.ayclogic.com
SUMMARY:6 PM Scratch Level 2
DESCRIPTION:Today we went continued on with the Spaceship 1.0 code.\nWe added in a fireball and lightning into the code for destroying the asteroids.\nFor Homework\n\nAdd in a bomb power-up and a fireball power-up\n\nMake the power ups fall from the top of the screen like asteroids and when the spaceship touches them they add a point to the variables.
URL:https://www.ayclogic.com/event/6-pm-scratch-level-2-2/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191103T160000
DTEND;TZID=America/Los_Angeles:20191103T170000
DTSTAMP:20260605T223256
CREATED:20191104T005951Z
LAST-MODIFIED:20191104T005951Z
UID:2392-1572796800-1572800400@www.ayclogic.com
SUMMARY:4 PM Scratch Level 2
DESCRIPTION:We completed “Doom On The Broom” project.\nWe started Fantastic Flower from the white book page 106.\nHomework:\n\nContinue Fantastic Flower project from page 111 to 115.
URL:https://www.ayclogic.com/event/4-pm-scratch-level-2-9/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191105T181500
DTEND;TZID=America/Los_Angeles:20191105T191500
DTSTAMP:20260605T223256
CREATED:20191106T032420Z
LAST-MODIFIED:20191106T032420Z
UID:2407-1572977700-1572981300@www.ayclogic.com
SUMMARY:6:15 PM Scratch Level 1
DESCRIPTION:We reviewed Virtual Snow code.\nWe started Spaceship 1.0.\nHomework:\n\nMake the Asteroid costume better.\nMake the 3 more costumes for Rocket which will be used to animate explosion on the rocket:\n\nOne with small cloud.\nOne with medium cloud.\nOne with big cloud.
URL:https://www.ayclogic.com/event/615-pm-scratch-level-1-5/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191108T170000
DTEND;TZID=America/Los_Angeles:20191108T190000
DTSTAMP:20260605T223256
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:20260605T223256
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:20260605T223256
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:20191109T100000
DTEND;TZID=America/Los_Angeles:20191109T110000
DTSTAMP:20260605T223256
CREATED:20191109T185831Z
LAST-MODIFIED:20191109T185831Z
UID:2414-1573293600-1573297200@www.ayclogic.com
SUMMARY:10AM-Scratch Level 2
DESCRIPTION:Today we completed Spaceship 2.0 by adding the Bomb sprite.\nWe also made the Asteroid get faster as time progressed.\nHomework\n\nWhen the player reaches 100 seconds of play broadcast You Win message.\nWhen You Win message broadcasted create a banner and play music.
URL:https://www.ayclogic.com/event/10am-scratch-level-2-19/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191109T110000
DTEND;TZID=America/Los_Angeles:20191109T120000
DTSTAMP:20260605T223256
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:20191109T140000
DTEND;TZID=America/Los_Angeles:20191109T150000
DTSTAMP:20260605T223256
CREATED:20191110T030800Z
LAST-MODIFIED:20191110T030800Z
UID:2429-1573308000-1573311600@www.ayclogic.com
SUMMARY:2 PM Coding Trial
DESCRIPTION:We went over Cat Art and show most of the Scratch project for level 1
URL:https://www.ayclogic.com/event/2-pm-coding-trial-2/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191109T150000
DTEND;TZID=America/Los_Angeles:20191109T160000
DTSTAMP:20260605T223256
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:20260605T223256
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:20191109T170000
DTEND;TZID=America/Los_Angeles:20191109T180000
DTSTAMP:20260605T223256
CREATED:20191110T015659Z
LAST-MODIFIED:20191110T031603Z
UID:2425-1573318800-1573322400@www.ayclogic.com
SUMMARY:5 PM Scratch Level 1
DESCRIPTION:We started Birthday Card project from page 82.\n Homework\, continue Birthday Card project in the following pages:\n\nPage 87\nPage 90 and 91
URL:https://www.ayclogic.com/event/5-pm-scratch-level-1-16/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191109T180000
DTEND;TZID=America/Los_Angeles:20191109T190000
DTSTAMP:20260605T223256
CREATED:20191110T030029Z
LAST-MODIFIED:20191110T030029Z
UID:2427-1573322400-1573326000@www.ayclogic.com
SUMMARY:6PM Scratch Level 2
DESCRIPTION:Today we went over the homework for Spaceship 2.0\nWe were able to finish the Spaceship project and we started with the Circle Wars.\nFor Homework\n\nPlease do pages 83-85 for homework.\nMake sure to add some decorations to your instructions as well.
URL:https://www.ayclogic.com/event/6pm-scratch-level-2-5/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191110T140000
DTEND;TZID=America/Los_Angeles:20191110T160000
DTSTAMP:20260605T223256
CREATED:20191111T043516Z
LAST-MODIFIED:20191111T043516Z
UID:2445-1573394400-1573401600@www.ayclogic.com
SUMMARY:2 PM Scratch Level 2
DESCRIPTION:Scratch Level 2 Test.
URL:https://www.ayclogic.com/event/2-pm-scratch-level-2/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191110T160000
DTEND;TZID=America/Los_Angeles:20191110T170000
DTSTAMP:20260605T223256
CREATED:20191111T010525Z
LAST-MODIFIED:20191111T010525Z
UID:2443-1573401600-1573405200@www.ayclogic.com
SUMMARY:4PM Scratch Level 2
DESCRIPTION:Today we went over the Fantastic Flowers and finished it up.\nWe started the Glacier Race and were able to do the road.\nFor Homework\n\nPlease add in some scenery into your road such as trees and rocks.\nAlso do pages from 172-173 to be able to move the car around.
URL:https://www.ayclogic.com/event/4pm-scratch-level-2-25/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191112T181500
DTEND;TZID=America/Los_Angeles:20191112T191500
DTSTAMP:20260605T223256
CREATED:20191121T031946Z
LAST-MODIFIED:20191121T031946Z
UID:2494-1573582500-1573586100@www.ayclogic.com
SUMMARY:6:15 PM Scratch Level 1
DESCRIPTION:We continued and completed with Spaceship 1.0 project.\nNo homework.
URL:https://www.ayclogic.com/event/615-pm-scratch-level-1-6/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191113T180000
DTEND;TZID=America/Los_Angeles:20191113T190000
DTSTAMP:20260605T223256
CREATED:20191114T030141Z
LAST-MODIFIED:20191114T030141Z
UID:2447-1573668000-1573671600@www.ayclogic.com
SUMMARY:6 PM Scratch Level 2
DESCRIPTION:We started Star Hunter project from page 30.\n Homework:\n\nIn all sprites\, listen to message “You Win” and stop other script in the sprite.\nCreate a sprite (“banner”) with 2 costumes:\n\n“Game Over” costume which will appear when “Game Over” message is received.\n“You Win” costume which will appear when “You Win” message is received.
URL:https://www.ayclogic.com/event/6-pm-scratch-level-2-3/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191115T180000
DTEND;TZID=America/Los_Angeles:20191115T190000
DTSTAMP:20260605T223256
CREATED:20191116T030136Z
LAST-MODIFIED:20191116T030136Z
UID:2457-1573840800-1573844400@www.ayclogic.com
SUMMARY:6 PM Python Level 1
DESCRIPTION:We reviewed the quiz\nHomeworks:\n\n1st homework:\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\nif gender is everything else\, return “invalid selection”.\nprint the name to the shell.\n\n\n2nd Homework:\n\nCreate a list with a random 10 nouns.\nCreate a function that would return a random noun from the above list.\n\n\nDownload Thonny if you don’t have it in your computer: https://github.com/thonny/thonny/releases/download/v3.2.3/thonny-3.2.3.exe
URL:https://www.ayclogic.com/event/6-pm-python-level-1-11/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191116T090000
DTEND;TZID=America/Los_Angeles:20191116T100000
DTSTAMP:20260605T223256
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:20260605T223256
CREATED:20191116T190359Z
LAST-MODIFIED:20191116T190359Z
UID:2459-1573898400-1573902000@www.ayclogic.com
SUMMARY:10 AM Scratch Level 2
DESCRIPTION:We reviewed the Spaceship 2.0 and we were able to find the errors inside the Spaceship 2.0 project and fix them.\nWe started the Circle Wars project today.\nFor homework\n\nAdd different color circles to the instructions to make it look nice.
URL:https://www.ayclogic.com/event/10-am-scratch-level-2-3/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191116T100000
DTEND;TZID=America/Los_Angeles:20191116T110000
DTSTAMP:20260605T223256
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
END:VCALENDAR