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:20251121T170000
DTEND;TZID=America/Los_Angeles:20251121T180000
DTSTAMP:20260515T004049
CREATED:20251122T020603Z
LAST-MODIFIED:20251122T020603Z
UID:31727-1763744400-1763748000@www.ayclogic.com
SUMMARY:5 PM – Intro To Python – Darin
DESCRIPTION:Today We Do\n\nWent over final project details\nLearnt how to draw incline shapes in python\nDrew a kaleidospiral for animation effect\n\nHomework\nThere is 2 homework assignments this week\, mainly to ensure you get practice for both the final project and the final exam. \n\nIf you haven’t already\, submit your final project proposal to the google drive homework folder\, the details are listed here:\nFinal Project Criteria: https://www.ayclogic.com/intro-to-python-final-project-criteria/\nExample projects: https://www.ayclogic.com/python-projects/\nBegin working on the final project\, you need to draw at least two objects as shape functions for this week.\n\nSubmit both the final project proposal drawing (just take an image of it) and the current progress of your thonny drawing to google drive when you are done. \nNotes:\nYou can reach me at ddjapri@ayclogic.com. \nAll class notes can be found here: https://drive.google.com/drive/folders/1ClxGyA_3oLZtwhgN0j3BVZjpffoxMHNj?usp=sharing
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-28/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20251121T170000
DTEND;TZID=America/Los_Angeles:20251121T180000
DTSTAMP:20260515T004049
CREATED:20251122T051303Z
LAST-MODIFIED:20251126T055204Z
UID:31736-1763744400-1763748000@www.ayclogic.com
SUMMARY:5 PM – Intro To Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over last week’s quiz answers.\nWe briefly introduced functions.\n\nHomework\n(Upload your homework into your Google Drive HW folder a day before the class starts) \n\nMake a new file called “Nov21_Function_HW.py”\nDo copy the code from pages 130 – 133.\n\nNO CLASS NEXT FRIDAY DUE TO THANKSGIVING BREAK (Check out our Holiday dates here!)\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-abigail-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20251121T200000
DTEND;TZID=America/Los_Angeles:20251121T210000
DTSTAMP:20260515T004049
CREATED:20251122T040501Z
LAST-MODIFIED:20251122T051422Z
UID:31731-1763755200-1763758800@www.ayclogic.com
SUMMARY:8 PM - USACO Bronze - Gamas
DESCRIPTION:Today We Did\n\nWent over the roundabout rounding problem\n\nHomework\n\nResearch out how to do sorting in Java\n\nList – ascending and descending.\n\n\nList<Integer> nums = new ArrayList<Integer>();\nnums.add(100);\nnums.add(-20);\nnums.add(10);\nnums.add(0);\n\n// sort the list here ascending and print\n// ascending -20 0 10 100\n\n// sort the list here descending and print\n// descending 100 10 0 -20\n\n\n\nArray\n\n\nint[] nums = new int[] {100\,-20\, 10\,0};\n\n// sort the array here ascending and print\n// ascending -20 0 10 100\n\n// sort the array here descending and print\n// descending 100 10 0 -20\n\n\n\nSort Map’s keys\n\n\nMap<String\, Boolean> nameToOwnCar = new HashMap<>();\nnameToOwnCar.put("gamas"\, true);\nnameToOwnCar.put("eugene"\, false);\nnameToOwnCar.put("john"\, true);\nnameToOwnCar.put("christian"\, false);\n\n/**\n* write code to get the keys of the Map\n* sort the keys ascending order and print\n* christian=false\, eugene=false\, gamas=true\, john=true\n*\n* sort the keys descending order and print\n* john=true\, gamas=true\, christian=false\, eugene=false\n*/\n\n\n\n\n\n\n\nDo codeforces problem\n\nDo the last week codeforces problem\, this one – https://codeforces.com/problemset/problem/2167/C\nhttps://codeforces.com/problemset/problem/2167/A\nhttps://codeforces.com/contest/2167/problem/B\n\n\nDo USACO problem\n\nhttps://usaco.org/index.php?page=viewproblem2&cpid=1444
URL:https://www.ayclogic.com/event/8-pm-usaco-bronze-gamas/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20251121T200000
DTEND;TZID=America/Los_Angeles:20251121T210000
DTSTAMP:20260515T004049
CREATED:20251122T045330Z
LAST-MODIFIED:20251122T045330Z
UID:31733-1763755200-1763758800@www.ayclogic.com
SUMMARY:8 PM - AI/ML - Joel
DESCRIPTION:Today we did:\n\nWe went over the Pandas homework and also finished deploying the third project.\n\nHomework:\n\nContinue making progress on your custom project. For Aidan and Russell\, make sure you guys try to finish the project’s Kaggle notebook by next week. For Rafael and Joshua\, make sure you guys make as much progress on the project\, ideally at least up to the DataLoader part.\n Create a empty new Kaggle notebook 8PM-AI/ML-Boston Housing Prediction.
URL:https://www.ayclogic.com/event/8-pm-ai-ml-joel-13/
END:VEVENT
END:VCALENDAR