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:20240326T180000
DTEND;TZID=America/Los_Angeles:20240326T190000
DTSTAMP:20260426T120438
CREATED:20240327T015846Z
LAST-MODIFIED:20240327T015939Z
UID:24532-1711476000-1711479600@www.ayclogic.com
SUMMARY:6 PM – Intro To Python – Shawn
DESCRIPTION:Today We Did\n\nWe learned about variables and data types.\n\nHomework\n\nCreate a file named Mar26_VariableDataTypeHW.py\nCopy the code\, not the output from pages 20-23\nUpload it to the Google Drive\n\nIf you have any questions\, email me at szhuang@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-shawn-34/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240326T180000
DTEND;TZID=America/Los_Angeles:20240326T190000
DTSTAMP:20260426T120438
CREATED:20240327T020335Z
LAST-MODIFIED:20240327T020335Z
UID:24536-1711476000-1711479600@www.ayclogic.com
SUMMARY:6 PM – Python Game Development – Sebastian
DESCRIPTION:Today We Did \n\nContinued creating the Bug class\nStarted adding bug image sprites\nYou can always find the code we wrote in class in my Gitlab repository here:\nhttps://gitlab.com/gsugiart/tue-6-pm-shoot-balloon/-/tree/Sebastian?ref_type=heads\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\nContinue with the homework we wrote together in our project proposal document.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-sebastian-24/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240326T180000
DTEND;TZID=America/Los_Angeles:20240326T190000
DTSTAMP:20260426T120438
CREATED:20240327T085657Z
LAST-MODIFIED:20240327T090757Z
UID:24529-1711476000-1711479600@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:Today We Do\n\nLearnt how to make a grocery system\, where our computer keeps track of what items we bought and we imitated a simple text based game.\nReviewed the final projects\n\nHomework\nFINISH UP your final project! This means you want to finish all of the criteria shown in the final project guidelines: https://www.ayclogic.com/intro-to-python-final-project-criteria/ \nSend your code for the final project into the google drive preferably before Sunday so I can look over it! \nASK me in email if you have any questions or need help! \nYOU MUST HAVE THIS DONE BY NEXT WEEK!! \nFor Eden\, your homework is to edit the crystal shaped figure to make it smaller\, and put it inside of your final project that you have already. Make it spawn infinitely at random locations while changing its color each time! \nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com \n  \nEXTRA TIPS:\nHere is the code for how to make a triangle \nI started with this: \n——————————————————————\nt.right(60)\nt.forward(60)\nt.right(120)\nt.forward(60)\nt.right(120)\nt.forward(60)\n—————————————————————— \nand then changed it into a function like this: \n——————————————————————\ndef makeTriangle(x\, y\, color\, length):\nt.penup()\nt.goto(x\, y)\nt.pendown() \nt.color(color) \nt.begin_fill()\n# everything else below here draws the triangle\nt.right(60)\nt.forward(length) \nfor i in range(2):\nt.right(120)\nt.forward(length)\n# to set the mouse in the original direction\nt.right(60) \nt.end_fill() \n—————————————————————— \nYou may have noticed that the triangle has equal length and is made from the top\, but if you want to angle your triangle\, you can add a heading parameter: \n——————————————————————\ndef makeTriangle(x\, y\, color\, length\, heading=0):\nt.penup()\nt.goto(x\, y)\nt.pendown() \nt.setheading(heading)\nt.color(color) \nt.begin_fill()\n# everything else below here draws the triangle\nt.right(60)\nt.forward(length) \nfor i in range(2):\nt.right(120)\nt.forward(length)\n# to set the mouse in the original direction\nt.right(60) \nt.end_fill()\n—————————————————————— \nYou can call the function like this and see what happens: \nmakeTriangle(100\, 100\, “pink”\, 100\, 30)
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-57/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240326T180000
DTEND;TZID=America/Los_Angeles:20240326T190000
DTSTAMP:20260426T120438
CREATED:20240402T053828Z
LAST-MODIFIED:20240402T053828Z
UID:24589-1711476000-1711479600@www.ayclogic.com
SUMMARY:6PM - Digital Illustration 2
DESCRIPTION:Continued the Belle project. \nToday we did: \n\nFinished the hair\nAdded details to clothes\, such as the apron\, and the lacy under-dress\nDuplicated the “Sketch layers” —> renamed “line layers”\nErased parts of the body lines that are under clothes\n\n 
URL:https://www.ayclogic.com/event/6pm-digital-illustration-2-52/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240326T190000
DTEND;TZID=America/Los_Angeles:20240326T200000
DTSTAMP:20260426T120438
CREATED:20240327T030405Z
LAST-MODIFIED:20240327T030405Z
UID:24539-1711479600-1711483200@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - Bill
DESCRIPTION:Today We:\n\nContinued learning about while loops\nLearned how to convert old code to ask the user things forever\n\nYour HW:\n\nCreate a new file called Mar_26_PracticeQuiz1\nGo to this link and do all the problems there\n\nhttps://www.ayclogic.com/intro-to-python-exercises/\nPlease do not do this last minute
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-bill-12/
END:VEVENT
END:VCALENDAR