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:20250708T133000
DTEND;TZID=America/Los_Angeles:20250708T153000
DTSTAMP:20260514T193507
CREATED:20250708T231816Z
LAST-MODIFIED:20250708T231846Z
UID:29599-1751981400-1751988600@www.ayclogic.com
SUMMARY:1:30 PM - Intro To Python Summer - Joshua
DESCRIPTION:Today We:\n\nReviewed the different turtle functions\nStarted robot builder\nStarted drawing shapes project\n\nYour HW:\n\nComplete the Robot Builder project\nCreate the neck\, head\, eyes\, mouth and arms\nIt should look like the following image
URL:https://www.ayclogic.com/event/130-pm-intro-to-python-bill/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250708T173000
DTEND;TZID=America/Los_Angeles:20250708T183000
DTSTAMP:20260514T193507
CREATED:20250709T021214Z
LAST-MODIFIED:20250709T021517Z
UID:29606-1751995800-1751999400@www.ayclogic.com
SUMMARY:Scratch 1 – TUE 5:30 PM – Julian (Allison Substitute)
DESCRIPTION:Today We Did:\n\nContinued our Animal Race project.\n\nHomework:\n\nVivian (Your homework is a bit different since you wanted to make your project a bit different)\n\nCreate a background that has a “Dog Win” banner\nCreate a background that has a “Bat Win” banner\nWhen the Dog touches the finish line:\n\nSwitch to the background with “Dog Win” banner\n\n\nWhen the Bat touches the finish line\n\nSwitch to the background with “Bat Win” banner\n\n\nWhen the Dog OR Bat touches the finish line:\n\nMake the Star sprite show. (Make sure the Star is hiding at the start of the game)\n\n\n\n\nEveryone else:\n\nIn your Flag sprite\, make a “Bat Win” costume\nMake the Flag hide when the game starts\nWhen the Dog touches the finish line:\n\nMake the Flag show with the “Dog Win” costume.\n\n\nWhen the Bat touches the finish line\n\nMake the Flag show with the “Bat Win” costume.\n\n\n\n\nEveryone:\n\nHint for your homework: You will need to use broadcast and When I receive. (Remember your Cat and Dog uses those codes so the Dog knows when to start moving and racing!)\nYou will need to use different messages for the Dog and Bat broadcast.\n\n\n\nIf you have any questions feel free to email Julian at jsaroufim@ayclogic.com or Allison at allison@ayclogic.com
URL:https://www.ayclogic.com/event/scratch-1-tue-530-pm-julian-allison-substitute/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250708T190000
DTEND;TZID=America/Los_Angeles:20250708T200000
DTSTAMP:20260514T193507
CREATED:20250709T032007Z
LAST-MODIFIED:20250709T032045Z
UID:29605-1752001200-1752004800@www.ayclogic.com
SUMMARY:7 PM – Intro to Competitive Programming – Darin
DESCRIPTION:What We Did Today:\n\nReviewed Recursion\nImplemented the Fibonacci Function using Recursion\nLearnt about Memoization\n\nHomework:\nSubmit into the google drive here when you are finished! \n\n// new HW\n// create a recursive function binSearch(n\, low\, high) that looks for the number n in a sorted list\n\n// This is called the binary search algorithm\n\n// binSearch(5) = true\n// binSearch(1) = false\n// 0 2 3 4 5 6 7 8\n\n// see if n is equal to len(list) / 2\n// if it is greater than len(list) / 2: traverse the upper half\n// else traverse the lower half\n\n// base case\n// operation\n// recursive function\n\n// output: true or false\n\nhint: use low and high as variables to determine which part of the array to look around\nAlso watch these two videos: \nDynamic Programming: https://www.youtube.com/watch?v=oNoILrFOx2k \nGreedy Algorithms: https://www.youtube.com/watch?v=lfQvPHGtu6Q \n\nNotes:\nYou can reach out to me at ddjapri@ayclogic.com if you have any questions! \nYou can find class notes here.
URL:https://www.ayclogic.com/event/7-pm-intro-to-competitive-programming-darin-13/
CATEGORIES:Intro To Competitive,Java
END:VEVENT
END:VCALENDAR