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:20260308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20261101T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260812T100000
DTEND;TZID=America/Los_Angeles:20260812T120000
DTSTAMP:20260817T151902
CREATED:20260812T190235Z
LAST-MODIFIED:20260812T190235Z
UID:34426-1786528800-1786536000@www.ayclogic.com
SUMMARY:10 AM - Python OOP - Bill
DESCRIPTION:Your HW:\n\nCreate a new class that also inherits from monster\nMake it have at least one function that overrides a monster class function\n\nBe creative\nExamples:\n\nTakes double damage from water magic\nImmune to earth magic\nImmune to swords\nWill have a 10% chance to deal double damage
URL:https://www.ayclogic.com/event/10-am-python-oop-bill-3/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260812T160000
DTEND;TZID=America/Los_Angeles:20260812T170000
DTSTAMP:20260817T151902
CREATED:20260813T000219Z
LAST-MODIFIED:20260813T015547Z
UID:34430-1786550400-1786554000@www.ayclogic.com
SUMMARY:Scratch 2 - Wed 4:00 PM - Julian
DESCRIPTION:What We Did:\n\nKept on working on our Shopping Cart project\, we added the categories list and went over each of our items.\n\nHomework:\n\nVicente: Make each item its own sprite instead of being in the background.\nHave the cat say each element inside of your categories list.\nHINT: Use the index variable to loop through each item inside of categories.\n\nIf you have any questions feel free to email me at jsaroufim@ayclogic.com
URL:https://www.ayclogic.com/event/scratch-2-wed-400-pm-julian-13/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260812T170000
DTEND;TZID=America/Los_Angeles:20260812T170000
DTSTAMP:20260817T151902
CREATED:20260813T122024Z
LAST-MODIFIED:20260813T122024Z
UID:34465-1786554000-1786554000@www.ayclogic.com
SUMMARY:5 PM - Intro to Java - Joel
DESCRIPTION:Today we did:\n\nWe continued with AddressBookSystem.\n\n  \nHomework:\n\nMake a new class called Owner.java. It will have the following attributes:\n\nname – String\nage – int\nphoneNumber – String\n\n\nCreate the constructor\, getters and setters\, and then in the AddressBookSystem.java\, make a hashmap called ownerMap. It will store phoneNumber as the key\, and the value is the Owner object itself.\nAdd more selections to the menu\, allowing for “Add an Owner”\, and “List all Owners”. Do it similarly to how we did add and list for Address today.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-joel-15/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260812T170000
DTEND;TZID=America/Los_Angeles:20260812T180000
DTSTAMP:20260817T151902
CREATED:20260813T023116Z
LAST-MODIFIED:20260813T023116Z
UID:34445-1786554000-1786557600@www.ayclogic.com
SUMMARY:5 PM - AI Agent - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed the ai agent tool project.\n\nWe reviewed how to create agent tool\nWe reviewed prank calculator tool\nWe reviewed web_search tool\n\n\n\nHomework\n\nintegrate grep_local_py tool with the agent\ntry asking in chatbot\, like this “give me all python files in “/Users/crystalchong/Desktop””. This is assuming your Desktop has some python files and your username is “crystalchong”. If not change it accordingly.\nRe-review the regex_practice.py.
URL:https://www.ayclogic.com/event/5-pm-ai-agent-gamas/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260812T180000
DTEND;TZID=America/Los_Angeles:20260812T190000
DTSTAMP:20260817T151902
CREATED:20260813T002830Z
LAST-MODIFIED:20260813T022604Z
UID:34433-1786557600-1786561200@www.ayclogic.com
SUMMARY:6 PM – Advanced AI/ML – Darin
DESCRIPTION:Today’s Activities:\n\n\n\nImplemented YOLO (You-Only-Look-Once) for object detection!\n\nHomework:\nRead through the code we implemented in human_detection_v2 to get a sense of how it uses the model. \n\n\n\n\nAdd 3 more classifications onto your human_detection_v2 to get a total of 4 classifications (you can pick!) on your own cameras. \nUse this as reference for the classes: https://github.com/ultralytics/ultralytics/blob/main/ultralytics/cfg/datasets/coco.yaml \n\nFor Felix and Julien\, replace your code with this: https://drive.google.com/file/d/1TMiTviSnH3HLREKdgGhe7IKQk6OkbEwr/view?usp=drive_link \n\nNotes:\nYou can reach me at ddjapri@ayclogic.com. \nAll class notes can be found here.
URL:https://www.ayclogic.com/event/6-pm-advanced-ai-ml-darin/
CATEGORIES:Advanced AI/ML,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260812T180000
DTEND;TZID=America/Los_Angeles:20260812T190000
DTSTAMP:20260817T151902
CREATED:20260813T020032Z
LAST-MODIFIED:20260813T020032Z
UID:34438-1786557600-1786561200@www.ayclogic.com
SUMMARY:Scratch 2 - Wed 6:00 PM - Julian
DESCRIPTION:What We Did:\n\n\n\n\nFinished our Shopping Cart project.\n\nHomework:\n\nSet up a new project and make a sprite that looks like a human.\n\nIf you have any questions feel free to email me at jsaroufim@ayclogic.com
URL:https://www.ayclogic.com/event/scratch-2-wed-600-pm-julian-14/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260812T180000
DTEND;TZID=America/Los_Angeles:20260812T190000
DTSTAMP:20260817T151902
CREATED:20260813T020855Z
LAST-MODIFIED:20260813T020855Z
UID:34441-1786557600-1786561200@www.ayclogic.com
SUMMARY:6 PM - Intro To Java - Brandon
DESCRIPTION:What we learned today:\n\nWe learned how to get input with scanner\nIf Statements and else if + else\n\nHomework:\n\nCreate a file called “August12_IfElse” and do https://www.ayclogic.com/java-exercise-2b-input-from-shell-and-if-else/
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-brandon-7/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260812T180000
DTEND;TZID=America/Los_Angeles:20260812T190000
DTSTAMP:20260817T151902
CREATED:20260813T022136Z
LAST-MODIFIED:20260813T022136Z
UID:34440-1786557600-1786561200@www.ayclogic.com
SUMMARY:6 PM - AI Agent - Gamas
DESCRIPTION:Today We Did\n\nWe learned about os.walk feature and fnname python features.\nWe created created file_search function inside ai_agent_tools.py\n\nHomework\n\nAdd docstring and @function_tool for file_search function and integrate it with the agent. And ask question in the chatbot page so you can see if it is working or not. Ask something like\,\n\nMacintosh computer – “List all python files in ‘<path to your project>'”\nWindows computer –  “List all python files in ‘<path to your project>”\nHow to find <path to your project>\, open Terminal in your pycharm and type “pwd”
URL:https://www.ayclogic.com/event/6-pm-ai-agent-gamas-15/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260812T190000
DTEND;TZID=America/Los_Angeles:20260812T190000
DTSTAMP:20260817T151902
CREATED:20260813T123900Z
LAST-MODIFIED:20260813T125737Z
UID:34467-1786561200-1786561200@www.ayclogic.com
SUMMARY:7 PM - Python OOP - Joel
DESCRIPTION:Today we did:\n\nWe went over the practice test.\n\n  \nHomework:\n\nDo this before next week: https://docs.google.com/document/d/1cD6eUn8VacyxKo1fxGZJybTIE0_HYcq49QdTcDWrgqI/edit?usp=sharing\nAccess to it has been given to your emails.\nGive yourself 2 hours\, or more if you need. Use this to solidify your knowledge and practice.\nSubmit the three files in your homework Google Drive before next week.\nIf you want to review the Practice Test that we did today\, you can check the files in the Google Drive folder for the Lesson Files.\nIf you have any questions\, feel free to ask me at joel@ayclogic.com.
URL:https://www.ayclogic.com/event/7-pm-python-oop-joel-20/
END:VEVENT
END:VCALENDAR