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:20250923T173000
DTEND;TZID=America/Los_Angeles:20250923T183000
DTSTAMP:20260514T232036
CREATED:20250924T012718Z
LAST-MODIFIED:20250924T012718Z
UID:31026-1758648600-1758652200@www.ayclogic.com
SUMMARY:Scratch 1 - Tue 5:30 PM - Julian
DESCRIPTION:What We Did:\n\nFinished our Drawing Shapes project.\n\nHomework:\n\nStart a new project called Birthday Card.\nInside the project\, add a birthday banner that has the text “Happy Birthday” on it.\n\nIf you have any questions feel free to email me at jsaroufim@ayclogic.com
URL:https://www.ayclogic.com/event/scratch-1-tue-530-pm-julian-8/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250923T173000
DTEND;TZID=America/Los_Angeles:20250923T193000
DTSTAMP:20260514T232036
CREATED:20250924T013516Z
LAST-MODIFIED:20250924T013516Z
UID:31028-1758648600-1758655800@www.ayclogic.com
SUMMARY:5:30 PM - Python Game Development - Daniel (Joel Sub)
DESCRIPTION:Today we did:\n\nWe did the homework for the fireball_skill.\nWe added the giant fireball.\n\nHomework:\n\nIn this function\, use the birdie_title asset and display it on the screen\nPut it in the middle of the screen\, and below this title\, display the play button on the screen. It will be using the play_button asset. For now\, you can simply plug and play with these coordinates\, and try to find the right coordinates for both the title and the play button in order to get them like the above.
URL:https://www.ayclogic.com/event/530-pm-python-game-development-daniel-joel-sub/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250923T190000
DTEND;TZID=America/Los_Angeles:20250923T200000
DTSTAMP:20260514T232036
CREATED:20250924T031037Z
LAST-MODIFIED:20250924T031037Z
UID:31033-1758654000-1758657600@www.ayclogic.com
SUMMARY:7:00 PM - Python OOP - Joshua
DESCRIPTION:Today we Did \n\nreviewed the parts of  an application\nreviewed how\n\n  \n  \nHomework:\nStep 1: Open up a new file called teacher.py and create a teacher object \n\nIt should be the same as a student object\, but instead of a grade\, it should be a subject class variable\n\nStep 2: import your teacher into your “main”  look at your import for examples \n\nremember from <name_of_file> import <name_of_class>\n\nStep 3: Everything we did in class to day concerning dictionarys and students\, you will do to teachers \n\nAdd a self.teacher_dict to your __init__\nAdd three options (find_teacher\, add_teacher\, list_all_teachers) to your menu and application loop\nImplement the following three methods\n\nfind_teacher\, which searches a dictionary by name to find a teacher\nadd_teacher: acts exactly like add_student\, but with dictionaries\nlist_all_teachers: prints all teachers
URL:https://www.ayclogic.com/event/700-pm-python-oop-joshua-8/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250923T190000
DTEND;TZID=America/Los_Angeles:20250923T200000
DTSTAMP:20260514T232036
CREATED:20250924T041829Z
LAST-MODIFIED:20250924T041829Z
UID:31032-1758654000-1758657600@www.ayclogic.com
SUMMARY:7 PM - Intro To Competitive Programming - Darin
DESCRIPTION:Gamas Sub \nToday We Did\n\nWe discussed Cowntact Tracing 2 USACO problem from https://usaco.org/index.php?page=viewproblem2&cpid=1348\nWe discussed 3 things\n\nFinding the number of smallest infected cow group.\nFinding the longest number of days have passed.\n\n\n\nHomework\n\nimplement in Java to find the longest number of days have passed.\n\nYou first need to find the smallest infected cow group number. Edge case\, for the edge cow group\, double the number. For example\, if you have “111011110”\, the smallest infected cow group number is 4 instead of 3. This is because 3 on the edge is doubled to become 6. This doubling of the number on the edge is only for the purpose of finding longest number of days have passed.\nAfter finding the smallest infected cow group number\, use the formula already discussed in the class in google spreadsheet. to get the longest number of days passed.\n\n\nFind the greedy algorithm formula for finding the smallest number of initial infection cows. Consider the following data points/variables\n\nLongest number of day passed\nNumber of sick cow per group.\n\n\nAfter you find the formula you can use for loop to go through each group of the sick cow and apply formula and sum up the result.
URL:https://www.ayclogic.com/event/7-pm-intro-to-competitive-programming-darin-23/
END:VEVENT
END:VCALENDAR