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:20250626T133000
DTEND;TZID=America/Los_Angeles:20250626T153000
DTSTAMP:20260514T224609
CREATED:20250626T223735Z
LAST-MODIFIED:20250626T223735Z
UID:29481-1750944600-1750951800@www.ayclogic.com
SUMMARY:1:30 PM -Intro to Python Summer - Joshua
DESCRIPTION:Today we did \n\nTurtle\nturtle.goto vs turtle.forward/left/right to make shapes\nhow to do circles\nhow to convert your shapes into functions\nfunctions that call functions inside of it (combining functions\n\nHomework: \nLook through your email and complete the quiz if not already completed \n\nTurtle based homework\n\nin a file week_4_turtle_hw.py\nDraw a face. A face should have the following charecteristics\n\nit should a circle face\nHave two eyes and a mouth\, made up of rectangles\, half circles\, or other shapes of your choice (up to you)\nmake as much of your drawings function based as possible\n\nex. instead of 4 turtle.goto’s to make a rectangle\, use the rectangle function we already mad\n\n\n\n\nDraw a simple robot\n\nusing only rectangles\, make a “robot\n\nStep 1: create function for robot_leg\, robot_arm (similar to l block)\, robot_body\, and robot_head\n\nthe only variables you should care about is the x\,y for these functions\nall these functions should only use the rectangle function created in class\n\n\nStep2 put all those functions in a “robot” function\n\nthe only functions that should be in your robot function is robot_leg\, robot_arm\,robot_body\,robot_head\,etc.
URL:https://www.ayclogic.com/event/130-pm-intro-to-python-summer-joshua/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250626T160000
DTEND;TZID=America/Los_Angeles:20250626T170000
DTSTAMP:20260514T224609
CREATED:20250627T004432Z
LAST-MODIFIED:20250627T004432Z
UID:29486-1750953600-1750957200@www.ayclogic.com
SUMMARY:4 PM - Digital Illustration 1 - Abigail
DESCRIPTION:Today We\n\nWe continued working on the Aang drawing.\n\nHomework\n\nNo Homework!\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/4-pm-digital-illustration-1-abigail/
CATEGORIES:Beginner Digital Illustration,Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250626T180000
DTEND;TZID=America/Los_Angeles:20250626T190000
DTSTAMP:20260514T224609
CREATED:20250627T022015Z
LAST-MODIFIED:20250627T022015Z
UID:29489-1750960800-1750964400@www.ayclogic.com
SUMMARY:6 PM - USACO Bronze - Gamas
DESCRIPTION:Today We Did\n\nWe continued with 2023 December Cowntact Tracing 2 USACO problem – https://usaco.org/index.php?page=viewproblem2&cpid=1348\nWe discussed about the edge cases where if the scenario has sick cows on the left edge and right edge.\n\nHomework\n\nFinish finding the MAX DAY HAVE PASSED considering the left edge and the right edge scenarios.\nTry to figure out the formula to find the minimum number of initial sick cow for each group. Consider this. Your formula MUST  utilize at least 2 things\n\nthe number of current cow on your group\nthe number of MAX DAY HAVE PASSED.\n\n\nFor example if you have 6 cows and 2 days\, the minimum number of initial sick cow is 2\n\n\n\nmax day - 2 days\n01111110 - 6 cows - day 2\n00111100 - 4 cows - day 1\n00011000 - 2 cows - day 0\n\n \n\n\nFor example if you have 6 cows and 1 day\, the minimum number of initial sick cow is still 2\n\n\n\nmax day - 1 day \n01111110  - 6 - day 1\n00100100  - 2 - day 0\n\n \n\n\nFor example if you have 7 cows and 2 days\, the minimum number of initial sick cow is 2\n\n\n\nmax days - 2 days - 7 cows\n011111110 - 7 cows - day 2\n001111100 - 5 cows - day 1\n000101000 - 2 cows - day 0\n\n \n\n\nFor example if you have 7 cows and 1 day\, the minimum number of initial sick cow is 3\n\n\n\nmax days - 1 day - 7 cows\n011111110 - 7 cows - Day 1\n001010100 - 3 cows - Day 0
URL:https://www.ayclogic.com/event/6-pm-usaco-bronze-gamas-17/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250626T183000
DTEND;TZID=America/Los_Angeles:20250626T193000
DTSTAMP:20260514T224609
CREATED:20250627T023759Z
LAST-MODIFIED:20250627T023759Z
UID:29491-1750962600-1750966200@www.ayclogic.com
SUMMARY:6:30 PM – Python OOP  – Sebastian
DESCRIPTION:Today we did \n\nSmall review on inheritance\nOrganized our code into methods in monster project\nStarted the sword attack method\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 and name it “JUN26_hw.py”\, just upload the entire main.py file with your changes but rename it to “JUN26_hw.py” after uploading\nHomework: Add on to sword_attack() method\n\nChoose a random number between 0 and the self.monster_object’s max_attack attribute\nRemove that amount from player.health attribute\nWe’re now able to play the game\, we can hit the monster and take damage
URL:https://www.ayclogic.com/event/630-pm-python-oop-sebastian-12/
CATEGORIES:OOP Python,Python Class
END:VEVENT
END:VCALENDAR