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:20250309T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20251102T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250220T060000
DTEND;TZID=America/Los_Angeles:20250220T190000
DTSTAMP:20260514T122243
CREATED:20250221T032054Z
LAST-MODIFIED:20250221T032054Z
UID:28200-1740031200-1740078000@www.ayclogic.com
SUMMARY:6pm - Intro To Python -Joshua Widjanarko
DESCRIPTION:Final Class Before Test \nGreat Job Everyone\, you have until next class to get any extra points. \nQuick Summary \nJustin: \nThe Largest part of you “fixes’ is more of a setheading and posistioning. Right now\, when you run your code\, the T of axolotol\, your turtle\, and your seaweed are cutoff.\nYour first A is also messed up. it is slanted. This is a set heading problem. Look through your code for times you use set heading\, and then at the end of your shape you didn’t set it back (particularly before you wrote the word) \nJacob and Chloe:\nThe largest part of your “fixes” involve fixing your x\,y coordinate \nexample \ndef random_shape(x\,y\,color): \nrectangle(x+70\, y-20\, color\,10\,10) \nrectangle(x+60\, y-40\, color\,10\,10) \nrectangle(x+82\, y+20\, color\,10\,10) \nlets say this as an a example. I want the first shape to be at x\, y\, so we need to adjust them all \nsimply do the opposite of what did on the first shape you wrote \nfro examply since you added 70 to x and subtracted 20 to y\, you do the opposite to all x\,y’s in your code \ndef random_shape(x\,y\,color): \nrectangle(x\, y\, color\,10\,10)    (subtract 70 from x and add 20 from y) \nrectangle(x-10\, y-20\, color\,10\,10) (subtract 70 from x and add 20 from y) \nrectangle(x+12\, y+40\, color\,10\,10) (subtract 70 from x and add 20 from y) \n(remember\, you need to adjust how you call your function
URL:https://www.ayclogic.com/event/6pm-intro-to-python-joshua-widjanarko-15/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250220T180000
DTEND;TZID=America/Los_Angeles:20250220T190000
DTSTAMP:20260514T122243
CREATED:20250221T030007Z
LAST-MODIFIED:20250221T030007Z
UID:28205-1740074400-1740078000@www.ayclogic.com
SUMMARY:6 PM - USACO Bronze - Gamas
DESCRIPTION:Today We Did\n\nWe finished Shell Game solution\nWe started Mixing Milk problem\n\nHomework\n\nContinue the implementation of https://usaco.org/index.php?page=viewproblem2&cpid=855
URL:https://www.ayclogic.com/event/6-pm-usaco-bronze-gamas/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250220T183000
DTEND;TZID=America/Los_Angeles:20250220T193000
DTSTAMP:20260514T122243
CREATED:20250221T032928Z
LAST-MODIFIED:20250228T015140Z
UID:28209-1740076200-1740079800@www.ayclogic.com
SUMMARY:6:30 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nFinish grocery system project\nStarted learning how to draw letters a different way\n\nWe can obviously do this using t.goto()\nWe learned how to use t.forward() and t.right() to do this instead\n\n\nThursday 6:30PM class code: https://drive.google.com/drive/folders/1qlUjB3gRXHSK5kRzjKzDD2qIz-OqB2bK?usp=sharing\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: Continue making progress on your final project\, make sure you ask any questions during class!\n\nCompleted project is due on March 13th\nPlease upload any progress you made
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-41/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250220T190000
DTEND;TZID=America/Los_Angeles:20250220T200000
DTSTAMP:20260514T122243
CREATED:20250221T031227Z
LAST-MODIFIED:20250221T031227Z
UID:28201-1740078000-1740081600@www.ayclogic.com
SUMMARY:7pm - Intro To Python -Joshua Widjanarko
DESCRIPTION:No Homework For Today \nToday we Did the quiz\nDespite being “done” you need to keep in mind the lessons from this class. Very specifically\, how to write functions\, how to do loops\, if and else statements\, and input. Bug fixing will also be important. Whether you feel like you did great or did poorly\, you tried your best. That’s important. Its about tackling what you need to improve.
URL:https://www.ayclogic.com/event/7pm-intro-to-python-joshua-widjanarko-11/
END:VEVENT
END:VCALENDAR