BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:American Young Coder
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:20250729T133000
DTEND;TZID=America/Los_Angeles:20250729T143000
DTSTAMP:20260514T181645
CREATED:20250730T015917Z
LAST-MODIFIED:20250730T015917Z
UID:29886-1753795800-1753799400@www.ayclogic.com
SUMMARY:1:30 PM - Intro To Python - Bill
DESCRIPTION:Your HW:\n\nGet input from shell: “What grade are you in? ”\n\nIf user enter ‘1’ or ‘1st’ or ‘first’ or ‘pertama’ then print ‘You are learning to read.’\nIf user enter ‘2’ or ‘2nd’ or ‘second’\, then print ‘You are learning multiplication.’\nIf user enter ‘3’ or ‘3rd’ or ‘third’\, then print ‘You are learning shapes.’\nElse\, then print ‘I don’t know what you are studying.’
URL:https://www.ayclogic.com/event/130-pm-intro-to-python-bill-6/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250729T160000
DTEND;TZID=America/Los_Angeles:20250729T170000
DTSTAMP:20260514T181645
CREATED:20250729T235912Z
LAST-MODIFIED:20250729T235912Z
UID:29879-1753804800-1753808400@www.ayclogic.com
SUMMARY:Scratch 1 - Tue 4PM - Julian
DESCRIPTION:Today We Did:\n\nFinished our Tunnel of Doom project\nStarted our Window Cleaner project\n\nHomework:\n\nExperiment with the new camera function and make a little game!\n\nIf you have any questions feel free to email me at jsaroufim@ayclogic.com
URL:https://www.ayclogic.com/event/scratch-1-tue-4pm-julian-16/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250729T170000
DTEND;TZID=America/Los_Angeles:20250729T180000
DTSTAMP:20260514T181645
CREATED:20250730T010656Z
LAST-MODIFIED:20250730T192624Z
UID:29881-1753808400-1753812000@www.ayclogic.com
SUMMARY:5:00 PM – Python Game Development – Daniel
DESCRIPTION:What We Did\n\nWe saw how to move a bird.\nWe created a bird class and added it to a bird group.\n\nHomework\n\nCreate a new class called Cloud in a file called cloud.py similar to the bird one.\nUse the cloud1.png image and no need to scale the image. Make it move to the right.\nIn main.py\, make a new group called self.cloud_group\, make an instance of the new cloud and add it to the cloud group\, then call update in the game_loop.\nThis should be similar to how we created the bird class.\nAfter completing the homework\, make sure to commit and push the changes to Gitlab\, and add a short description of what you added.\nIf you have any questions\, email me at dmeng@ayclogic.com
URL:https://www.ayclogic.com/event/500-pm-python-game-development-daniel-2/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250729T173000
DTEND;TZID=America/Los_Angeles:20250729T183000
DTSTAMP:20260514T181645
CREATED:20250730T012634Z
LAST-MODIFIED:20250730T012634Z
UID:29884-1753810200-1753813800@www.ayclogic.com
SUMMARY:Scratch 1 - TUE 5:30 PM - Julian
DESCRIPTION:What We Did:\n\nWorked on the horse for our Gobo project.\n\nHomework:\n\nFinish the rest of the if statements for the horse.\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-3/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250729T190000
DTEND;TZID=America/Los_Angeles:20250729T200000
DTSTAMP:20260514T181645
CREATED:20250730T030607Z
LAST-MODIFIED:20250730T030607Z
UID:29883-1753815600-1753819200@www.ayclogic.com
SUMMARY:7 PM – Intro to Competitive Programming – Darin
DESCRIPTION:What We Did Today:\n\nReviewed dynamic programming\nWent through a couple problems include number of steps (DP/Recursion) and the Mad Scientist problem (greedy)\n\nHomework:\n\nGo through this problem (we will discuss this in class next week): \n/**\n * Problem Statement:\n * You are given a list of coin denominations and a target amount.\n *\n * Your task: Count how many different ways you can make up that amount using unlimited coins from the list.\n *\n * You may use each coin as many times as you want.\n *\n *  Input:\n * An integer amount (amount ≥ 0)\n *\n * An array coins[] of positive integers\n *\n *  Output:\n * An integer representing the number of distinct combinations to make up the amount\n *\n *  Examples:\n * Example 1:\n * plaintext\n * Copy\n * Edit\n * coins = [1\, 2\, 5]\n * amount = 5\n * ✅ Output: 4\n *\n * ✅ Explanation:\n *\n * [1+1+1+1+1]\n *\n * [1+1+1+2]\n *\n * [1+2+2]\n *\n * [5]\n *\n * Example 2:\n * plaintext\n * Copy\n * Edit\n * coins = [2]\n * amount = 3\n * ✅ Output: 0 (you can’t make 3 using only 2s)\n */\n\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-16/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250729T190000
DTEND;TZID=America/Los_Angeles:20250729T200000
DTSTAMP:20260514T181645
CREATED:20250730T031019Z
LAST-MODIFIED:20250801T020247Z
UID:29888-1753815600-1753819200@www.ayclogic.com
SUMMARY:7:00 PM-Python OOP- Joshua
DESCRIPTION:Today we did\n\nInstalled Pycharm\ninstalled python\n\nhttps://www.jetbrains.com/pycharm/download/\nhttps://www.python.org/downloads/\n\n\nDictionary\n\nHow to add\nhow to update\nhow to create\n\n\n\n  \n  \nHomework:\n\nPage 92 to 97.\nDownload Pycharm
URL:https://www.ayclogic.com/event/700-pm-python-oop-joshua/
END:VEVENT
END:VCALENDAR