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:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220112T170000
DTEND;TZID=America/Los_Angeles:20220112T180000
DTSTAMP:20260424T114616
CREATED:20220113T020846Z
LAST-MODIFIED:20220113T020846Z
UID:11061-1642006800-1642010400@www.ayclogic.com
SUMMARY:5pm Intro To Python - Bill
DESCRIPTION:Today We:\n\nContinued the robot builder project\nCreated a left arm function\nUsed coordinates and widths of things near it to figure out and guesstimate the coordinates and widths of the arm\nLooked at some turtle project proposals\nReviewed the requirements\n\nYour HW:\n\nCreate a new function in robot builder file called “right_arm”\nFigure out the coordinates and widths to make it draw arms that are to the right of the body\nDraw your Turtle Project proposal\n\nRequirements: https://www.ayclogic.com/intro-to-python-final-project-criteria/\n\n\nEmail a picture of it to me at billhan@ayclogic.com
URL:https://www.ayclogic.com/event/5pm-intro-to-python-bill-12/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220112T170000
DTEND;TZID=America/Los_Angeles:20220112T180000
DTSTAMP:20260424T114616
CREATED:20220118T022202Z
LAST-MODIFIED:20220118T022202Z
UID:11162-1642006800-1642010400@www.ayclogic.com
SUMMARY:5PM - Advanced Digital Illustration
DESCRIPTION:WEDNESDAY \nToday we finished the Mikey project. We added the shadows and highlights to his hair. Well done all. \nWe also did a short lesson on how a light source can change the way the highlights and shadows should appear on a drawing. \n \nHOMEWORK \nWe are continuing the Lyn Homework by continuing “Step 5: Lines”. \nTry to finish the lines for her whole body. Try adding all the details as well. \nNO TRACING! \nUse the reference\, and do your best.
URL:https://www.ayclogic.com/event/5pm-advanced-digital-illustration-33/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220112T180000
DTEND;TZID=America/Los_Angeles:20220112T190000
DTSTAMP:20260424T114616
CREATED:20220113T030348Z
LAST-MODIFIED:20220113T030348Z
UID:11064-1642010400-1642014000@www.ayclogic.com
SUMMARY:6PM - Intro to Python - Latisha
DESCRIPTION:Today We Did:\n\nLearned about While Loops\n\nHomework:\n\nDo problems 1-8 from Intro to Python Exercises  in a file called Jan12_WebsiteExercisesHomework.py\nNOTE: Please submit your homework file inside the google drive folder Tuesday at 7pm\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/6pm-intro-to-python-latisha-8/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220112T180000
DTEND;TZID=America/Los_Angeles:20220112T190000
DTSTAMP:20260424T114616
CREATED:20220113T051221Z
LAST-MODIFIED:20220113T053359Z
UID:11069-1642010400-1642014000@www.ayclogic.com
SUMMARY:6 PM - Coding Olympic Training
DESCRIPTION:Homework\n\nDo the problem in https://train.usaco.org/usacoprob2?a=fqLeaOd4zrH&S=gift1 after you are done upload the python file to your individual google drive homework folder. Do this before January 17.\nIf you don’t have Pycharm editor\, you need to do 2 things: Download latest python from https://www.python.org/downloads/ and then download Pycharm community edition from https://www.jetbrains.com/pycharm/download/ Please make sure you download the Community edition . The Professional version is NOT FREE.
URL:https://www.ayclogic.com/event/6-pm-coding-olympic-training/
CATEGORIES:Coding Competition Training,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220112T190000
DTEND;TZID=America/Los_Angeles:20220112T200000
DTSTAMP:20260424T114616
CREATED:20220113T041242Z
LAST-MODIFIED:20220113T041242Z
UID:11066-1642014000-1642017600@www.ayclogic.com
SUMMARY:7 PM - Python Game Development
DESCRIPTION:Today: \n\nWe went over the homework to show game won when the enemy tank is destroyed.\nWe fixed the bug in maze_solver that got the enemy tank stuck.\nWe added logic to point the enemy tank turret at the player tank.\n\nHomework: \n\nMake it so that the enemy tank continuously fires bullets at the player tank every 3 seconds.\nMake sure the bullet created every 3 seconds is created at the location of the enemy tank and uses the direction of the enemy tank’s turret.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-103/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220112T190000
DTEND;TZID=America/Los_Angeles:20220112T200000
DTSTAMP:20260424T114616
CREATED:20220113T052419Z
LAST-MODIFIED:20220113T052419Z
UID:11071-1642014000-1642017600@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe went over how to create variables with different data types: Integer\, double/float\, Boolean\, String.\nWe learned how to combine String.\nWe learned how to do mathematical operations.\n\nHomework\n\nCreate a new Python file in your Thonny: Jan12_StringHomework.py.\nCopy all the python codes only from page 20 to 23. Copy one section of the code at a time and run it and see if you understand the result.\nIf you guys don’t have the book yet\, you can look from here IntroToPythonP20toP23\n\n 
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-gamas/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR