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:20250309T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20251102T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250123T070000
DTEND;TZID=America/Los_Angeles:20250123T200000
DTSTAMP:20260514T102655
CREATED:20250124T035956Z
LAST-MODIFIED:20250124T035956Z
UID:27965-1737615600-1737662400@www.ayclogic.com
SUMMARY:7pm- Intro to Python - Joshua
DESCRIPTION:Today We Did\n\nPractice random int and random choice\nCreated random passwords\n\nHomework\n\n in the file “random_starwars.py” do the following questions\nhttps://www.ayclogic.com/intro-to-python/star-wars-problem/
URL:https://www.ayclogic.com/event/7pm-intro-to-python-joshua-5/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250123T080000
DTEND;TZID=America/Los_Angeles:20250123T170000
DTSTAMP:20260514T102655
CREATED:20250124T043044Z
LAST-MODIFIED:20250124T043044Z
UID:27964-1737619200-1737651600@www.ayclogic.com
SUMMARY:6pm- Intro To Python - Joshua Widjanarko
DESCRIPTION:Today We Do\n\nReviewed Projects\nTalk about how to get quarter circles and half circles\nturltle.setheading(90) (rotates your shape 90 degrees as long as you don’t use turtle.goto)\n\nHomework\nRemember\, you need something that changes color. To make that easier\, make sure the thing you want to change color have a color attribute \nSo lets say you want to change the color of letters\, make it so that your letters functions have a color attribute (i.e   def letter_x(x\,y\,color):) \n\nMake Progress on your project\nJustin: Ocean Composistion\n\nOverall Good Image\, but half of it is empty\, lower the floor slightly\, maybe add the top of the waves \, add more of your fish\n\nYour letters (make sure there straight\, update it to be cleaner\, update it so you can change the color of your functions\nYour axolotol (probably your most complicated\, a circle head and a few hand drawn items quarter circles\, etc.)\nyour fish\nyour seaweed\nYour starfish\nyour turtle\nyour other objects\n\n\nEach of these should be a function\, and most likely have the option to change location (x\,y and color)\n\n\nChloe: Mountain house with animals\n\nYou got a basic structure down\, now its time to draw\n\nYour letters (Made of Squares\, circles\, Polygons)\nYour mountains\nYour House\nYour two animals\nYour Sun\nClouds\n\n\n Each of these should be its own function\n\nNote\, your word should be a function and your letters be a function\n\nExample for the word mat\ndef word(x\,y\,color)\n\ndraw_m(x\,y\,color)\ndraw_a(x\,y\,color)\ndraw_t(x\,y\,color))\n\n\nEach of these should be a function\, and most likely have the option to change location (x\,y and color)\n\n\n\n\n\n\nJacob: Moving Tanks\n\nSo right now you need to add two more complicated objects and fix your floor\, and fix some of your current ones\nAlso\, your project looks a bit empty now\, considering adding trees\, clouds\, background images\, more tanks/people\nMore of a personal opinion\, but make the words on your images either better /straight. Right now your W is above A and R
URL:https://www.ayclogic.com/event/6pm-intro-to-python-joshua-widjanarko-12/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250123T180000
DTEND;TZID=America/Los_Angeles:20250123T190000
DTSTAMP:20260514T102655
CREATED:20250124T030512Z
LAST-MODIFIED:20250124T030512Z
UID:27968-1737655200-1737658800@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Daniel
DESCRIPTION:What We Did\n\nWe reviewed the dictionary homework.\nWe started and finished the phone book system.\nWe went through the Grocery System and changed it to use dictionaries.\n\nHomework\n\nCreate a file Jan_23_RobuxShoppingCart.py and just like we did in class using a dictionary for the Grocery System\, use a dictionary for the Robux shopping cart. The original robux shopping cart should be in the files you used for IntroToPython\, or it can be found here https://drive.google.com/file/d/1Zm2c0ats05mPsKHe2ELxdDDNxEv6bv6W/view?usp=drive_link\nIf you have any questions\, email me at dmeng@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-python-oop-daniel-9/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250123T180000
DTEND;TZID=America/Los_Angeles:20250123T190000
DTSTAMP:20260514T102655
CREATED:20250124T031133Z
LAST-MODIFIED:20250124T031133Z
UID:27970-1737655200-1737658800@www.ayclogic.com
SUMMARY:6 PM - USACO - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed Word guessing / Hangman game.\nWe started on Wordle game.\n\nHomework\n\nContinue implementation of WordleGame.\n\nUse checkmark (✓) if the letter exist and the position is correct.\nUse x if the letter exists but the position is not correct.\n\n\nBelow is the expected result.\n\nDEBUG - quack\n\n\n1. _ _ _ _ _ \n\n2. _ _ _ _ _ \n\n3. _ _ _ _ _ \n\n4. _ _ _ _ _ \n\n5. _ _ _ _ _ \n\n6. _ _ _ _ _ \n1. Enter your guess : bloom\n\n\n1. b l o o m \n\n2. _ _ _ _ _ \n\n3. _ _ _ _ _ \n\n4. _ _ _ _ _ \n\n5. _ _ _ _ _ \n\n6. _ _ _ _ _ \n2. Enter your guess : flags\n\n\n1. b l o o m \n✓ \n2. f l a g s \n\n3. _ _ _ _ _ \n\n4. _ _ _ _ _ \n\n5. _ _ _ _ _ \n\n6. _ _ _ _ _ \n3. Enter your guess : bush\n\n\n1. b l o o m \n✓ \n2. f l a g s \n✓ \n3. b u s h _ \n\n4. _ _ _ _ _ \n\n5. _ _ _ _ _ \n\n6. _ _ _ _ _ \n4. Enter your guess : kite\n\n\n1. b l o o m \n✓ \n2. f l a g s \n✓ \n3. b u s h _ \nx \n4. k i t e _ \n\n5. _ _ _ _ _ \n\n6. _ _ _ _ _ \n5. Enter your guess : quick\n\n\n1. b l o o m \n✓ \n2. f l a g s \n✓ \n3. b u s h _ \nx \n4. k i t e _ \n✓ ✓ ✓ ✓ \n5. q u i c k \n\n6. _ _ _ _ _ \n6. Enter your guess : addff\nSorry you lose - quack
URL:https://www.ayclogic.com/event/6-pm-usaco-gamas-4/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250123T183000
DTEND;TZID=America/Los_Angeles:20250123T193000
DTSTAMP:20260514T102655
CREATED:20250124T040855Z
LAST-MODIFIED:20250124T040855Z
UID:27974-1737657000-1737660600@www.ayclogic.com
SUMMARY:6:30 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nStarted learning how to build a robot using turtle\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\nNo homework for this week
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-37/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR