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:20250309T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20251102T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250730T190000
DTEND;TZID=America/Los_Angeles:20250730T200000
DTSTAMP:20260610T075218
CREATED:20250731T030321Z
LAST-MODIFIED:20250731T030321Z
UID:29898-1753902000-1753905600@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nFinished a robot drawing using python and geometry\nLearnt how to use different shapes to form a function for a drawing\n\nHomework:\n\nDraw something with at least 4 rectangles WITHOUT a function\nmake sure the first rectangle is at (0\, 0) for starting point\nTransform this drawing into a function\, as shown above.\nThe trick is to replace the first rectangles starting point with (x\, y)\nand for every other rectangle\, you add the x and y in front of it for starting point\n\nSo something like this: \n# head\nmakeRectangle(0\, 0\, "red"\, 80\, 50)\n# eyes\nmakeRectangle(25\, -10\, "white"\, 30\, 10)\nmakeRectangle(30\, -15\, "black"\, 5\, 5)\nmakeRectangle(40\, -15\, "black"\, 5\, 5)\n# mouth\nmakeRectangle(20\, -35\, "black"\, 30\, 5)\nABOVE TRANSFORMS INTO: \ndef makeHead(x\, y\, color):\n   # head\n   makeRectangle(x\, y\, color\, 80\, 50)\n   # eyes\n   makeRectangle(x+25\, y-10\, "white"\, 30\, 10)\n   makeRectangle(x+30\, y-15\, "black"\, 5\, 5)\n   makeRectangle(x+40\, y-15\, "black"\, 5\, 5)\n   # mouth\n   makeRectangle(x+20\, y-35\, "black"\, 30\, 5)\n\n\nmakeHead(200\, 200\, "red")\nmakeHead(-200\, -200\, "yellow")\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1JIaswYI_MssVSv7icxgYPd_LblYQvOVO?usp=sharing
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-31/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250730T190000
DTEND;TZID=America/Los_Angeles:20250730T200000
DTSTAMP:20260610T075218
CREATED:20250731T030503Z
LAST-MODIFIED:20250731T030521Z
UID:29904-1753902000-1753905600@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Yitong
DESCRIPTION:Today we:\n\nWent over input_from_shell_hw 1 and 2.\nReviewed getting input from the shell & using lists\n\nHomework:\n\nMake a file called “July30_list_hw1” and do pages 37-41 in the book (do not do the “Try It Yourself”).\n\n\nEmail me for help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-yitong-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR