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:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240504T150000
DTEND;TZID=America/Los_Angeles:20240504T160000
DTSTAMP:20260515T124257
CREATED:20240506T154720Z
LAST-MODIFIED:20240506T154720Z
UID:25003-1714834800-1714838400@www.ayclogic.com
SUMMARY:3 PM – Intro to Python – Sebastian
DESCRIPTION:Today We Did \n\n\nSAT3PM class code: https://drive.google.com/drive/folders/1CtwIu3EczMxWU83o5ECJylqtfCmTKvb9\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework into your Google Drive\nHomework: https://www.ayclogic.com/intro-to-python-exercises/
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-40/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240504T170000
DTEND;TZID=America/Los_Angeles:20240504T180000
DTSTAMP:20260515T124257
CREATED:20240505T012452Z
LAST-MODIFIED:20240505T012452Z
UID:24993-1714842000-1714845600@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nReviewed x-\,y- coordinate system\nAdded body to robot\nDrew pentagon + polygon\n\nHomework\nCode for today’s lesson: https://drive.google.com/file/d/1DRueQQ9kB5K51cmthKCBg2nzg0qxTbSR/view?usp=drive_link \nWork on the following files: \n\nMar23_TurtleHW.py\n\nComplete the HW Exercises at https://www.ayclogic.com/event/6-pm-intro-to-python-46/\n\nLast week to finish this! We’ll be moving on after this\n\n\n\n\nApr28_RobotBuilder.py\n\nCreate a function right_arm() with the parameters: x\, y\n\nDraw a right arm using 2 rectangles\, similar to the left arm\n\n\nDraw the following features for the robot (can optionally create functions):\n\nBody\nRight arm\nLegs\nHead\nEyes\nAnything else you’d like (within reason)!\n\n\n\n\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-william-26/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240506T160000
DTEND;TZID=America/Los_Angeles:20240506T170000
DTSTAMP:20260515T124257
CREATED:20240506T220014Z
LAST-MODIFIED:20240507T011218Z
UID:25012-1715011200-1715014800@www.ayclogic.com
SUMMARY:4 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nLearnt and improved how we connect different shaped together using geometry.\nLearnt how to use a function to combine different shapes together to create an object.\n\nHomework:\nYour homework this week is to make a function for the right arm as we did in class for the right leg. \nYou should complete this function: \ndef makeRightArm(x\, y):\n……….drawRectangle(__\, __\, 100\, 20\, “black”)\n……….drawRectangle(__\, __\, 20\, 70\, “red”) \nand here you need to figure out the x and the y positions\, where the second rectangle’s x and y is relative to the first rectangles. \nIf I originally had \n drawRectangle(-30\, -50\, 20\, 100\, “black”)\ndrawRectangle(-30\, -150\, 55\, 20\, “yellow”) \nThen my function coordinates would become: \ndrawRectangle(x\, y\, 20\, 100\, “black”)\ndrawRectangle(x\, y-100\, 55\, 20\, “yellow”) \nwhere the second rectangle’s coordinates depend on the difference between the second rectangle and the firs rectangle. \nWhile you’re at it\, finish the rest of the robot (left leg and left arm). \n \nNotes:\nYou can contact me via ddjapri@ayclogic.com for any questions or concerns.
URL:https://www.ayclogic.com/event/4-pm-intro-to-python-darin-22/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240513T160000
DTEND;TZID=America/Los_Angeles:20240513T170000
DTSTAMP:20260515T124257
CREATED:20240514T072305Z
LAST-MODIFIED:20240514T073034Z
UID:25088-1715616000-1715619600@www.ayclogic.com
SUMMARY:4 PM - Intro To Python - Darin
DESCRIPTION:  \nWhat We Did Today:\n\nCreated a function for the right arm\, showing how to create a function for a collection of rectangles.\nLearnt how to use the t.circle which we engineered into a makeCircle function that allows us to place the circle anywhere on the screen\, with any size\, and any color.\n\nHomework:\nWork on your final project proposal! You need to create a drawing on paper (or digitally if you prefer)\, and send it to me via email OR post it on the google drive. \nHere is an example of your proposal: \n \nYou need to refer to this website for the final project details\, and YOU MUST meet all of the requirements: \n  \nhttps://www.ayclogic.com/intro-to-python-final-project-criteria/ \nAnd for inspiration\, you can check out other students projects! \nhttps://www.ayclogic.com/python-games-gallery/ \n  \nNotes:\nYou can contact me via ddjapri@ayclogic.com for any questions or concerns.
URL:https://www.ayclogic.com/event/4-pm-intro-to-python-darin-23/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240516T193000
DTEND;TZID=America/Los_Angeles:20240516T203000
DTSTAMP:20260515T124257
CREATED:20240517T030231Z
LAST-MODIFIED:20240517T045435Z
UID:25131-1715887800-1715891400@www.ayclogic.com
SUMMARY:7:30 PM - Intro To Python - William
DESCRIPTION:Gamas Sub \nWhat We Did\n\nWe went over how to do right_arm function.\nWe went over how to find coordinate of a new shape base on a coordinate of a known shape.\n\nGo right means X is becoming bigger.\nGo left means X is becoming smaller.\nGo up means Y is becoming bigger\nGo down means Y is becoming smaller.\n\n\nWe started doing face_1 (not complete)\nWe went over project proposal\n\nHomework\n\nTristan because you did not finish last week homework\, please finish the robot builder. Change the width and height of left_arm and right_arm rectangles. Draw left arm and right arm.\n\n. both Tristan and Nathan\, create project proposal – upload to google drive.\n\nIn a piece of paper\, draw your project proposal with colors\n\nsample proposal – \nanother sample – \n\n\nLook at project criteria – https://www.ayclogic.com/intro-to-python-final-project-criteria/\nFor sample of the finished versions from other students\, you can look at https://www.ayclogic.com/python-projects/\nProject proposal is worth 10% of your project.\n\n\nInside may_16_many_shapes.py\, finish the face_1 function. It is currently missing 3 more circles to complete the 2 eyes and 2 pupils.
URL:https://www.ayclogic.com/event/730-pm-intro-to-python-william-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240518T150000
DTEND;TZID=America/Los_Angeles:20240518T160000
DTSTAMP:20260515T124257
CREATED:20240604T204858Z
LAST-MODIFIED:20240604T204858Z
UID:25330-1716044400-1716048000@www.ayclogic.com
SUMMARY:3 PM – Intro to Python – Sebastian
DESCRIPTION:Quiz 1
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-42/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240520T160000
DTEND;TZID=America/Los_Angeles:20240520T170000
DTSTAMP:20260515T124257
CREATED:20240520T175439Z
LAST-MODIFIED:20240521T010757Z
UID:25167-1716220800-1716224400@www.ayclogic.com
SUMMARY:4 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nShowcased how to combine circles and rectangles for a shape.\nShowed how to use “heading” to make our shapes inclined.\nShowed how to use the “extent” parameter for a circle to make a semicircle.\nShowed how to make our shape change colors forever.\n\nHomework:\nWork on your final project! You need to make 25% progress on your final project each week\, starting today\, and that means you want to be done with at least 2 objects per week. You can send the file into the google drive when you are done and then send me an email so I can check your progress and correct you on any mistakes. \nYou need to refer to this website for the final project details\, and YOU MUST meet all of the requirements: \nhttps://www.ayclogic.com/intro-to-python-final-project-criteria/ \nAnd for inspiration\, you can check out other students projects! \nhttps://www.ayclogic.com/python-games-gallery/ \nNotes:\nYou can contact me via ddjapri@ayclogic.com for any questions or concerns.
URL:https://www.ayclogic.com/event/4-pm-intro-to-python-darin-24/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240530T193000
DTEND;TZID=America/Los_Angeles:20240530T203000
DTSTAMP:20260515T124257
CREATED:20240531T034709Z
LAST-MODIFIED:20240601T000855Z
UID:25278-1717097400-1717101000@www.ayclogic.com
SUMMARY:7:30 PM – Intro To Python – William
DESCRIPTION:Today We Did\n\nReviewed Project Proposals\nKaleidoscope Spiral\n\nLearned how to change colors infinitely (will be useful for the project!)\n\n\n\nCode for today’s lesson: https://drive.google.com/file/d/14-jq6tTrF-UmgCcABNyZ1EVEKYqy6Tf_/view?usp=drive_link \nHomework\nStart coding up your projects!! You should have at least 25% of the project done by next week so I can give feedback. If you get stuck\, do some of the easier objects 🙂 \nUpload your code at the end of the week to Google Drive. Reminder\, the project criteria can be found here: https://www.ayclogic.com/intro-to-python-final-project-criteria/ \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/730-pm-intro-to-python-william-9/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR