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:20201104T190000
DTEND;TZID=America/Los_Angeles:20201104T200000
DTSTAMP:20260613T195949
CREATED:20201105T030025Z
LAST-MODIFIED:20201105T030025Z
UID:5054-1604516400-1604520000@www.ayclogic.com
SUMMARY:6 PM - Intro To Python
DESCRIPTION:Homework: Inside Oct28_RobotBuilder.py\n\nCreate draw_right_arm function. This should be very similar to draw_left_arm function\nDraw 3 right arms using for loop\nFinish the 2 legs and the 2 feet. Look at last week calendar event for picture reference
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-36/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201107T160000
DTEND;TZID=America/Los_Angeles:20201107T170000
DTSTAMP:20260613T195949
CREATED:20201108T033047Z
LAST-MODIFIED:20201108T033606Z
UID:5112-1604764800-1604768400@www.ayclogic.com
SUMMARY:4 PM - Intro To Python
DESCRIPTION:Homework\n\nCopy broken python codes from here into your Thonny and fix the errors using techniques taught in the class: https://www.ayclogic.com/fixing-python-bugs/
URL:https://www.ayclogic.com/event/4-pm-intro-to-python-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201107T170000
DTEND;TZID=America/Los_Angeles:20201107T180000
DTSTAMP:20260613T195949
CREATED:20201108T020843Z
LAST-MODIFIED:20201112T031008Z
UID:5106-1604768400-1604772000@www.ayclogic.com
SUMMARY:5 PM - Introduction to Python
DESCRIPTION:Today we learned:\n\nThat all inputs from the shell are strings\nTo compare user inputs to integers\, input variable must be converted to int\nThe different combinations of if/elif | if/elif/if\nHow to format condition statements to only print once\n\n\nHomework:\n\nTell me your age (https://www.ayclogic.com/tell-me-your-age/)\n\n\n\nFeel free to reach out to naelee@ucsc.edu if you have any questions!
URL:https://www.ayclogic.com/event/5-pm-introduction-to-python-3/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201111T180000
DTEND;TZID=America/Los_Angeles:20201111T190000
DTSTAMP:20260613T195949
CREATED:20201119T003704Z
LAST-MODIFIED:20201119T003704Z
UID:5218-1605117600-1605121200@www.ayclogic.com
SUMMARY:6 PM - Intro To Python
DESCRIPTION:Homework\n\nInside Nov11_Polygon.py\, add some codes inside draw_face2(x\,y) function.\nCall draw_face2(x\,y) from the forever loop.\nYou should draw something like this
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-38/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201114T160000
DTEND;TZID=America/Los_Angeles:20201114T170000
DTSTAMP:20260613T195949
CREATED:20201115T003416Z
LAST-MODIFIED:20201115T003416Z
UID:5183-1605369600-1605373200@www.ayclogic.com
SUMMARY:4 PM - Intro To Python
DESCRIPTION:Next week is a 1 hour quiz\, please review the following:\n1. Functions: with and without return values. Function with parameter vs no parameter\n2. Random module.\n3. For loop\, While loop.\n4. IF\, ELSE\, ELIF.\n5. List: how to loop through each element in the list. How to add element to the list.\n6. String built-in functions: strip\, title\, upper\, lower.\n7. How to read error messages in Python and fix the problem.\n8. How to continuously ask user until user enter “quit” or “exit”.
URL:https://www.ayclogic.com/event/4-pm-intro-to-python-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201114T170000
DTEND;TZID=America/Los_Angeles:20201114T180000
DTSTAMP:20260613T195949
CREATED:20201115T020823Z
LAST-MODIFIED:20201115T031708Z
UID:5187-1605373200-1605376800@www.ayclogic.com
SUMMARY:5 PM - Introduction to Python
DESCRIPTION:Today we learned:\n\nReviewed “Tell me your age” homework\nDiscussed logical operators (<=\, >\, ==\, etc)\nHow to make lists\nHow to use elements in a list by their index\n\n\nHomework:\n\nPg. 36 3-1 and 3-2\nPgs. 37-38\, 39\, 41\n\n\n\nIf you have any questions\, please feel free to email me at naelee@ucsc.edu!
URL:https://www.ayclogic.com/event/5-pm-introduction-to-python-4/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201118T180000
DTEND;TZID=America/Los_Angeles:20201118T190000
DTSTAMP:20260613T195949
CREATED:20201119T055740Z
LAST-MODIFIED:20201119T055740Z
UID:5229-1605722400-1605726000@www.ayclogic.com
SUMMARY:6 PM - Intro To Python
DESCRIPTION:Homework:\n\nCreate a Python Turtle project proposal on a piece of paper.\nThe drawing has to have colors.\nThere needs to be some words on it.\nThere needs to be some shape that can be repeatedly drawn by calling a function.\nDon’t worry if you don’t know-how to make it\, I will teach you how to do it.\nLook at examples of other kids final projects here: https://www.ayclogic.com/intro-to-python/
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-39/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201121T170000
DTEND;TZID=America/Los_Angeles:20201121T180000
DTSTAMP:20260613T195949
CREATED:20201122T021917Z
LAST-MODIFIED:20201122T022040Z
UID:5269-1605978000-1605981600@www.ayclogic.com
SUMMARY:5PM - Introduction to Python
DESCRIPTION:Today we learned:\n\nThe list homework (pg.36 3-1 and 3-2) and (pgs. 37-38\, 39\, 41)\nList operations such as append()\, remove()\, insert()\, and del\nAn introduction to for loops\, how they work\, using the index.\nUsing for loops with lists\n\n\nHomework:\n\nPgs. 52\, 57\, 58\,\n\n\n\nThe class will resume after this upcoming holiday. Happy Thanksgiving and stay safe everyone! \nIf you have any questions\, please feel free to email me at naelee@ucsc.edu!
URL:https://www.ayclogic.com/event/5pm-introduction-to-python/
CATEGORIES:Python Level 1
END:VEVENT
END:VCALENDAR