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:20190928T090000
DTEND;TZID=America/Los_Angeles:20190928T100000
DTSTAMP:20260617T020208
CREATED:20190928T170057Z
LAST-MODIFIED:20190928T170250Z
UID:2122-1569661200-1569664800@www.ayclogic.com
SUMMARY:9 AM Python Level 1
DESCRIPTION:We went over IF ELSE Homework.\nWe went over IF ELIF ELSE topics.\nWe went over For loop\n Homework:\n\nPrint ‘Hello World’ 7 times using For loop.\nPrint ‘Keep Out of My Room’ 7 times using For Loop.\n\nThe result should look like this\n\n1001 Keep Out of My Room\n1002 Keep Out of My Room\n1003 Keep Out of My Room\n1004 Keep Out of My Room\n1005 Keep Out of My Room\n1006 Keep Out of My Room\n1007 Keep Out of My Room\n\n\n\nDo page 52 from the book.
URL:https://www.ayclogic.com/event/9-am-python-level-1-9/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190928T100000
DTEND;TZID=America/Los_Angeles:20190928T110000
DTSTAMP:20260617T020208
CREATED:20190928T175806Z
LAST-MODIFIED:20190928T175806Z
UID:2126-1569664800-1569668400@www.ayclogic.com
SUMMARY:10AM-Scratch Level 2
DESCRIPTION:We started the Mary Had A Little Lamb project.\nHomework\n\nAdd the last two notes\, La and Ti with two new different colored sprites.
URL:https://www.ayclogic.com/event/10am-scratch-level-2-14/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190928T100000
DTEND;TZID=America/Los_Angeles:20190928T110000
DTSTAMP:20260617T020208
CREATED:20190928T191931Z
LAST-MODIFIED:20190928T191931Z
UID:2132-1569664800-1569668400@www.ayclogic.com
SUMMARY:10 AM Python Level 1
DESCRIPTION:We reviewed Python Functions.\nWe went over how to read Python error messages and fix them.\nHomework:\n\nCopy and paste broken Python code from https://www.ayclogic.com/fix-python-bugs-2/ into Thonny and fix the errors.
URL:https://www.ayclogic.com/event/10-am-python-level-1-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190928T110000
DTEND;TZID=America/Los_Angeles:20190928T120000
DTSTAMP:20260617T020208
CREATED:20190928T191511Z
LAST-MODIFIED:20190928T191511Z
UID:2130-1569668400-1569672000@www.ayclogic.com
SUMMARY:11 AM Python Level 1
DESCRIPTION:We went over how to use Thonny python editor.\nWe went over Variables and Data Types.\nWe went over how to get input from shell.\nHomework:\n\nInstall Thonny in your home computer: https://thonny.org/\nDo homework from page 20\, 21 and 23.
URL:https://www.ayclogic.com/event/11-am-python-level-1/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190928T140000
DTEND;TZID=America/Los_Angeles:20190928T150000
DTSTAMP:20260617T020208
CREATED:20190928T210519Z
LAST-MODIFIED:20190928T215525Z
UID:2134-1569679200-1569682800@www.ayclogic.com
SUMMARY:2 PM Scratch Level 1
DESCRIPTION:We review materials for next week Level 1 Test\n\nCat Art: https://scratch.mit.edu/projects/315903045\nAnimal Race: https://scratch.mit.edu/projects/249238583/\nSpaceship: https://scratch.mit.edu/projects/315901718/\n\n\nNext week is Test Level 1 from 6 to 8PM\n\nPlease make sure you have Gmail account that you can access during class because Test is going to be google forms.
URL:https://www.ayclogic.com/event/2-pm-scratch-level-1-2/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190928T150000
DTEND;TZID=America/Los_Angeles:20190928T160000
DTSTAMP:20260617T020208
CREATED:20190928T215700Z
LAST-MODIFIED:20191005T192222Z
UID:2136-1569682800-1569686400@www.ayclogic.com
SUMMARY:3 PM Python Game Development
DESCRIPTION:We reviewed last week homework.\nWe reviewed Inheritance in Python.\nWe reviewed how making BouncingBall and Player classes inherits from Sprite would benefit the game making process. Especially handling of collision using pygame.sprite.groupcollide\nWe went over how to make the ball bounce when it hits the paddle.\nWe passed Pong class to BouncingBall class so we can call Pong.ball_hit_edge() when the ball hit either the left or right edge.\nHomework:\n\nWhen ball hit the left edge: increase the orange player score.\nWhen ball hit the right edge: increase the blue player score.
URL:https://www.ayclogic.com/event/3-pm-python-game-development-11/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190928T160000
DTEND;TZID=America/Los_Angeles:20190928T170000
DTSTAMP:20260617T020208
CREATED:20190928T235512Z
LAST-MODIFIED:20190928T235512Z
UID:2138-1569686400-1569690000@www.ayclogic.com
SUMMARY:4 PM Python Level 1
DESCRIPTION:We reviewed our homework.\nWe started Kaleido Spiral project from page 82.\nHomework:\n\nWhen looping\, alternate drawing between circle and square.
URL:https://www.ayclogic.com/event/4-pm-python-level-1-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190928T170000
DTEND;TZID=America/Los_Angeles:20190928T180000
DTSTAMP:20260617T020208
CREATED:20190929T022847Z
LAST-MODIFIED:20190929T022847Z
UID:2140-1569690000-1569693600@www.ayclogic.com
SUMMARY:5 PM Scratch Level 1
DESCRIPTION:We reviewed homework last week. Draw shapes on the Scratch.\nWe started Name Animation project.\nHomework:\n\nComplete Name Animation by completing all the letters in your name.\n\nCreate a sprite by drawing the next letter in your name.\n\nWhen that sprite is clicked\, make it turn left forever.\n\n\nCreate a new sprite by choosing from Scratch library.\n\nWhen that sprite is clicked\, make it play sound Meow.
URL:https://www.ayclogic.com/event/5-pm-scratch-level-1-8/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190928T180000
DTEND;TZID=America/Los_Angeles:20190928T190000
DTSTAMP:20260617T020208
CREATED:20190929T023309Z
LAST-MODIFIED:20190929T023309Z
UID:2142-1569693600-1569697200@www.ayclogic.com
SUMMARY:6 PM Scratch Level 1
DESCRIPTION:We went over the Fireworks homework.\nWe went over the following Scratch projects for next week Test:\n\nCat Art: https://scratch.mit.edu/projects/315903045\nAnimal Race: https://scratch.mit.edu/projects/249238583/\nSpaceship: https://scratch.mit.edu/projects/315901718/\n\n\nNext week is Test Level 1 from 6 to 8PM\n\nPlease make sure you have Gmail account that you can access during class because Test is going to be google forms. Parents\, before you drop your kids\, make sure your kids can access a gmail so I can send the Test to that email.
URL:https://www.ayclogic.com/event/6-pm-scratch-level-1-12/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
END:VCALENDAR