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:20220202T170000
DTEND;TZID=America/Los_Angeles:20220202T180000
DTSTAMP:20260424T061629
CREATED:20220203T021643Z
LAST-MODIFIED:20220209T031603Z
UID:11421-1643821200-1643824800@www.ayclogic.com
SUMMARY:5pm Intro To Python - Bill
DESCRIPTION:Today We:\n\nLeaned how to make a complicated polygon function\nMade a polygon function that only drew starting from 0\,0\nFixed the function to use the parameters x\,y\, and color\nMade the polygon function able to draw a complex shape anywhere on the screen\nStarted to learn about how to draw letters\nLearned to change turtle direction to make even more slanted lines\n\nYour HW:\n\nTry your best to finish drawing the letter A we started\n\nYou will have to turn turtle a bit more to get the slant for the right leg of the “A”\nMake sure to take into account this change in direction and ensure the direction is reset to 0 by the end of the function\n\n\nContinue to work on your Turtle Projects\n\nIf you need help with your code\, you can email billhan@ayclogic.com\nIf you need more help for longer time like to setup an extra class\, please reach out to Gamas@ayclogic.com or call 626-5327844.
URL:https://www.ayclogic.com/event/5pm-intro-to-python-bill-16/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220202T170000
DTEND;TZID=America/Los_Angeles:20220202T180000
DTSTAMP:20260424T061629
CREATED:20220203T022403Z
LAST-MODIFIED:20220203T022431Z
UID:11427-1643821200-1643824800@www.ayclogic.com
SUMMARY:5PM - Advanced Digital Illustration
DESCRIPTION:WEDNESDAY \nToday we continued the Sayu project. We sketched her head\, face\, hair\, and cat hoodie. We also sketched her hand pose. \n \nBelow is a review of the hand-pose feedback. You can look at it for the details. \n  \n  \nHOMEWORK \nContinue working on Lyn. No tracing. You can use the image as a reference only! \nFinish up the flat colors by next class.
URL:https://www.ayclogic.com/event/5pm-advanced-digital-illustration-37/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220202T180000
DTEND;TZID=America/Los_Angeles:20220202T190000
DTSTAMP:20260424T061629
CREATED:20220203T025831Z
LAST-MODIFIED:20220203T025831Z
UID:11435-1643824800-1643828400@www.ayclogic.com
SUMMARY:6PM - Intro to Python - Latisha
DESCRIPTION:Today We Did:\n\nReviewed the Quiz 1\nLearned about functions without return\n\nHomework:\n\nDo pg. 130\, 131 (TRY IT YOURSELF)\, 132 from the textbook in a file called Feb2_FunctionsWithoutReturnHomework.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-10/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220202T180000
DTEND;TZID=America/Los_Angeles:20220202T200000
DTSTAMP:20260424T061629
CREATED:20220203T040727Z
LAST-MODIFIED:20220203T040727Z
UID:11439-1643824800-1643832000@www.ayclogic.com
SUMMARY:6 PM – Coding Olympic Training
DESCRIPTION:Homework \nHerdle Problem \nTo use stdin: \nanswer = []\nguess = []\nindex = 0\nfor line in sys.stdin:\n    for c in line.strip():\n        if index < 3:\n            answer.append(c)\n        else:\n            guess.append(c)\n    index += 1\nprint(answer)\nprint(guess)\n  \n 
URL:https://www.ayclogic.com/event/6-pm-coding-olympic-training-4/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220202T190000
DTEND;TZID=America/Los_Angeles:20220202T200000
DTSTAMP:20260424T061629
CREATED:20220203T040952Z
LAST-MODIFIED:20220203T040952Z
UID:11440-1643828400-1643832000@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe learned about IF ELSE and IF ELIF ELSE statements. And we learned the difference between these two.\nWe learned about == and != .\nWe learned a little bit about how to get input from shell.\n\nHomework\n\nCreate Feb2_IFELSEHomework2.py\nDo exercises from page 80-81: Only do 5-3\, 5-4\,5-5 and 5-6.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-gamas-3/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220202T190000
DTEND;TZID=America/Los_Angeles:20220202T200000
DTSTAMP:20260424T061629
CREATED:20220203T042617Z
LAST-MODIFIED:20220203T042617Z
UID:11443-1643828400-1643832000@www.ayclogic.com
SUMMARY:7 PM - Python Game Development
DESCRIPTION:Today: \n\nWe went over the homework to add the tank explosion sprite.\nWe delayed the shield power-up creation\, and created it on random empty squares.\n\nHomework: \n\nClone Tower of Defense and checkout the “skeleton” branch.  Then create a new branch using your name from this branch.  Then setup the project so that you can load the game background.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-106/
CATEGORIES:Advanced Python Game Development
END:VEVENT
END:VCALENDAR