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:20260308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20261101T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260204T190000
DTEND;TZID=America/Los_Angeles:20260204T200000
DTSTAMP:20260419T122756
CREATED:20260205T041557Z
LAST-MODIFIED:20260205T041557Z
UID:32389-1770231600-1770235200@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – Yitong
DESCRIPTION:Today We:\n\nReviewed final projects.\nFinished the Robux Balance project.\n\nHomework:\n\nKeep working on your final project. You have 1 weeks left to do it. I will check your progress next class.\n\nAlex Feng\n\nFinish drawing the trees and clouds in the background.\nFinish drawing the letters.\n\n\nElise Ho\n\nFinish drawing the letters.\n\n\nPreslie Tong\n\nFinish organizing the tree functions into one.\nFinish drawing the bushes (after making a function to draw them).\nFinish drawing the clouds (after making a function to draw them).\nFinish drawing the path.\nFinish drawing the letters.\n\n\n\n\n\n\nEmail me if you need help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-yitong-23/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260206T170000
DTEND;TZID=America/Los_Angeles:20260206T180000
DTSTAMP:20260419T122756
CREATED:20260207T025229Z
LAST-MODIFIED:20260207T025229Z
UID:32402-1770397200-1770400800@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Darin
DESCRIPTION:What We Did Today:\n\n\n\n\nLearnt more about turtle\, how to use functions to draw shapes\n\nHomework:\nContinue in the previous file Feb6_ShapeFunctions.py and: \n# HW: make new functions for the triangle and octagon so you can\n# change the x and y position however you want for spawning \n# after doing this\, draw a sword with the drawRectangle function \nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com \nClass notes can be found here: here
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-36/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260211T190000
DTEND;TZID=America/Los_Angeles:20260211T200000
DTSTAMP:20260419T122756
CREATED:20260212T040323Z
LAST-MODIFIED:20260212T042505Z
UID:32480-1770836400-1770840000@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – Yitong
DESCRIPTION:Today We:\n\nReviewed final projects.\nReviewed for the Final Test.\n\nHomework\n\nKeep working on your final project; it is due Saturday night.\n\nAlex Feng\n\nAdd 3 more clouds in the background.\nFix the letter k in “chicken.”\nDraw the letters repeatedly in different colors.\n\n\nElise Ho\n\nDraw the letters repeatedly in different colors.\n\n\nPreslie Tong\n\nDraw the path.\nDraw the letters repeatedly in different colors.\n\n\n\n\nReview for the final test. You’ve done these problems before\, but check if you still remember how to do them:\n\nhttps://www.ayclogic.com/intro-to-python-exercises/\nhttps://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/\n\n\n\nThe winner of our review session gameshow was Elise!!! \nEmail me if you need help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-yitong-24/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260213T170000
DTEND;TZID=America/Los_Angeles:20260213T180000
DTSTAMP:20260419T122756
CREATED:20260215T051221Z
LAST-MODIFIED:20260215T051221Z
UID:32543-1771002000-1771005600@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Darin
DESCRIPTION:What We Did Today:\n\n\n\n\nLearnt more about turtle\, how to use functions to draw shapes\, adding more parameters to the functions.\nTried to copy over a collection of shapes from one location to the next (this will be hw)\n\nHomework:\nCreate a copy of the previous file Feb13_Robot.py called Feb13_Robot2.py and: \nCreate a second robot building off of the second head we’ve already made at the end of class. You shouldn’t try to guess the values for the (x\, y) position of the rectangles. \n\nYou can calculate the needed x position for each of the rectangles by figuring out the difference between the new second head and the first head then use that same difference for every other rectangle. \n\nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com \nClass notes can be found here: here
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-37/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260217T170000
DTEND;TZID=America/Los_Angeles:20260217T180000
DTSTAMP:20260419T122756
CREATED:20260219T054300Z
LAST-MODIFIED:20260224T031220Z
UID:32603-1771347600-1771351200@www.ayclogic.com
SUMMARY:5 PM - Intro to Python - Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over last weeks homework.\nWe learned about if else statements.\n\nHomework\n(Upload your homework into your Google Drive HW folder a day before the class starts) \n\nMake a new file called “Feb17_HW.py”\nPage 25 (section 2-3 to 2-6)\nCopy down code from page 78-81.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-abigail-12/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260218T190000
DTEND;TZID=America/Los_Angeles:20260218T210000
DTSTAMP:20260419T122756
CREATED:20260219T214052Z
LAST-MODIFIED:20260219T214118Z
UID:32612-1771441200-1771448400@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – Yitong
DESCRIPTION:Today We:\n\nTook the Final Test.\n\nHomework:\nNo homework!!! Wait for two emails from me: \n\nOne email will have your graded project’s score.\nAnother email will be your released test score. If you got marked off\, check your test for comments.\n\nEmail me if you need help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-yitong-25/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260220T170000
DTEND;TZID=America/Los_Angeles:20260220T180000
DTSTAMP:20260419T122756
CREATED:20260221T020516Z
LAST-MODIFIED:20260221T020516Z
UID:32625-1771606800-1771610400@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Darin
DESCRIPTION:What We Did Today:\n\n\n\n\nLearnt more about turtle\, how to use functions to draw shapes\, adding more parameters to the functions.\nTried to copy over a collection of shapes from one location to the next (this will be hw)\n\nHomework:\nContinue in the file Feb20_RobotDuplication.py and: \nCreate a function called makeRobot(x\, y) that lets you draw the full robot anywhere. \nRefer to Feb20_FunctionChaining.py to figure out how to decide on the x and y values. The key idea is that when you input a x and y value\, all the shapes move together. \n\n\nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com \nClass notes can be found here: here
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-38/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260227T170000
DTEND;TZID=America/Los_Angeles:20260227T180000
DTSTAMP:20260419T122756
CREATED:20260228T020748Z
LAST-MODIFIED:20260228T021005Z
UID:32697-1772211600-1772215200@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Darin
DESCRIPTION:What We Did Today:\n\n\n\n\nLearnt more on function chaining for whole shapes.\nMade a robot and spaceship function duplicator.\nLearnt how to draw circles in python using turtle.\n\nHomework:\nCreate your final project proposal on paper or digital drawing! Upload a png\, jpg\, or pdf file of your proposal through taking a picture/screenshot to the google drive when done\, and name it FinalProjectProposal.extension. \nThe final project criteria is shown here: https://www.ayclogic.com/intro-to-python-final-project-criteria/. You must make sure your project proposal fits the criteria. However for this proposal you don’t need to color it\, you may just use text to describe the color of the things in your scene. \nYou can look at past projects for inspiration\, but do not duplicate what has been done 1:1 – https://www.ayclogic.com/python-projects/ \nThese are examples of project proposals: \n\n  \n\nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com \nClass notes can be found here: here
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-39/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260228T123000
DTEND;TZID=America/Los_Angeles:20260228T133000
DTSTAMP:20260419T122756
CREATED:20260228T212946Z
LAST-MODIFIED:20260228T212946Z
UID:32711-1772281800-1772285400@www.ayclogic.com
SUMMARY:12:30 PM – Intro to Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over homework.\nWe went over input from shell.\n\nHomework\n(Upload your homework into your Google Drive HW folder a day before the class starts) \n\nMake a new file called “Feb28_InputFromShell_HW.py”\nCopy down code from page 114-117.\n(Page 117 – Try it Yourself Section) do 7-1 to 7-2.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/1230-pm-intro-to-python-abigail/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR