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:20241114T060000
DTEND;TZID=America/Los_Angeles:20241114T170000
DTSTAMP:20260520T011420
CREATED:20241115T043031Z
LAST-MODIFIED:20241115T043059Z
UID:27405-1731564000-1731603600@www.ayclogic.com
SUMMARY:6PM- Intro To Python - Joshua Widjanarko
DESCRIPTION:Today We Did:\n\nReviewed Homework\nReviewed Turtle\n\nremember to import with import turtle\nHow to put a background color\nHow to put a draw with turtle\npenup() vs pendown()\nturtle.goto(x_coordinate\, y_coordinate)\nHow to fill a shape\n\n\nNew Turtle Topics\n\nImproving our functions\nusing turtle.right(90)\nusing turtle.forward\n\n\n\n  \nHomework\n \n\nCreate a new file “Nov_21_robot_drawing_Homework.py”\nYou Have made a New function in class today rectangle.\n\nI want you to use that function to make a robot\nUse call the function rectangle multiple times\, and make a robot\nHint\, the arm is two rectangle.\n\n\nPut it in your folder by Wednesday\n\nIn case you missed it \ndef rectangle(color\,x\,y\,length\,width):\nturtle.bgcolor(“#cf8dd6”)\nturtle.color(color)\nturtle.penup()\nturtle.goto(x\,y)\nturtle.pendown()\nturtle.begin_fill()\nturtle.forward(length)\nturtle.right(90)\nturtle.forward(width)\nturtle.right(90)\nturtle.forward(length)\nturtle.right(90)\nturtle.forward(width)\nturtle.end_fill() \nemail jwidjanarko@ayclogic.com for questions
URL:https://www.ayclogic.com/event/6pm-intro-to-python-joshua-widjanarko-9/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241114T180000
DTEND;TZID=America/Los_Angeles:20241114T190000
DTSTAMP:20260520T011420
CREATED:20241115T030015Z
LAST-MODIFIED:20241115T030015Z
UID:27407-1731607200-1731610800@www.ayclogic.com
SUMMARY:6 PM – Intro to Python – Daniel
DESCRIPTION:What We Did\n\nWent over the project proposals and clarified any questions.\nContinued drawing more functions. Worked on drawing a letter a and went over set heading more.\n\nHomework\n\nCreate a file\, Nov_14_LetterShape.py and create a rectangle function and then create a function\, letter_w\, that draws the letter w using the rectangle function. Call the function letter_w and have it draw the letter at 100\, 100.\nFinish the project proposal and make any changes to it as needed. Upload it to the google drive after you are done.\nIf you have any questions\, email me at dmeng@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-daniel-46/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241114T190000
DTEND;TZID=America/Los_Angeles:20241114T200000
DTSTAMP:20260520T011420
CREATED:20241115T040521Z
LAST-MODIFIED:20241115T040815Z
UID:27406-1731610800-1731614400@www.ayclogic.com
SUMMARY:7PM- Intro To Python- Joshua Widjanarko
DESCRIPTION:Today We Did – Review 1\n\n\n\n\n\n\nReviewed While loop homework\nReviewed Test content\n\nVariables\nIf/Elif/else\ninput\nusing strings\nWhile loops\n\n\n\n\n\n\n\nHOMEWORK \n\n\n\nCreate a file and name it November_ReviewHW.py and do these problems https://www.ayclogic.com/intro-to-python-exercises/\nUpload your answer to google drive before next week Wednesday night.\n\nIf you have any questions feel free to email me jwidjanarko@ayclogic.com
URL:https://www.ayclogic.com/event/7pm/
END:VEVENT
END:VCALENDAR