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:20250607T090000
DTEND;TZID=America/Los_Angeles:20250607T100000
DTSTAMP:20260514T181931
CREATED:20250612T075317Z
LAST-MODIFIED:20250612T075317Z
UID:29333-1749286800-1749290400@www.ayclogic.com
SUMMARY:9 AM - Intro to Java - Joel
DESCRIPTION:Today we did:\n\nWe continued with TemperatureConverter.\n\nHomework:\n\nIn the ConversionTypeListener.java (If you didn’t make it yet\, make a new Java class in the same directory as the MainActivity)\, in the class definition (public class ConversionTypeListener on the top)\, add “implements AdapterView.OnItemSelectdListener. There should be an error. Click on that line\, and a red lightbulb should appear. Click on the first suggestion\, which is to implement methods. Select both of the methods\, and you should have two empty methods: onItemSelected\, and onNothingSelected.
URL:https://www.ayclogic.com/event/9-am-intro-to-java-joel-6/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250607T100000
DTEND;TZID=America/Los_Angeles:20250607T110000
DTSTAMP:20260514T181931
CREATED:20250607T181614Z
LAST-MODIFIED:20250607T181614Z
UID:29271-1749290400-1749294000@www.ayclogic.com
SUMMARY:10 AM - Scratch 1 - Gamas
DESCRIPTION:Today We Did\n\nWe finished the Drawing Shape project where we drew 4 shapes: square\, triangle\, rectangle and octagon.\nWe started with Animal Crossing project.\n\nWe made the mouse move from left to right.\n\n\n\nHomework\n\nContinue with Animal Crossing project.\n\nYou want to make the Beetle to move from right to left\nYou want to make the Bat to move from bottom to top.
URL:https://www.ayclogic.com/event/10-am-scratch-1-gamas-6/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250607T100000
DTEND;TZID=America/Los_Angeles:20250607T110000
DTSTAMP:20260514T181931
CREATED:20250611T054522Z
LAST-MODIFIED:20250611T054722Z
UID:29297-1749290400-1749294000@www.ayclogic.com
SUMMARY:10 AM - AI/ML - Joel
DESCRIPTION:Today we did:\n\nWe were introduced to AI\, computer vision\, and how to use Kaggle.\n\nHomework:\n\nIn the copy of the Lesson_1_Homework notebook you guys created in the class\, follow the instructions in the cells.\nAdditionally\, here are the requirements for the ShoppingCartApplication:\nCreate the menu for the user to enter their selection. The menu should ask them\, “what do you want to purchase?”\, and show all the options. The options are:\n\nMilk – $5\nEggs – $4\nOrange Juice – $6\nBread – $7\nSnack – $8\nI am done\, checkout please\n\n\nCreate a items_inventory dictionary that stores the number of the item as the key\, and the item name as the value. For example\, “1”:”Milk”. Do this for all the items.\nSimilarly\, create an item_price dictionary that stores the number of the item as the key\, and the price as the value.\nSet the money = 0\, and create a shopping_cart list that will store the items the user buys.\nNow\, your job is to make sure that the menu is displayed\, and if the user selects anything not in the options\, print “Invalid selection\, please try again”.\nIf the user selects any item from 1-5\, add the price of the item to the total money\, and add the item name to the shopping cart. Print “You have purchased <item> for $<price>”.\nRemember that this program should keep looping and only exit the loop if the user selects “6”.\nWhen the user checks out by selecting “6”\, print “You have purchased <amount of items in the shopping cart> items: “\nDisplay all the items in the shopping cart.\nPrint a “thank you” statement of your choice\, telling the user how much they have to pay in total.\n\nOnce you are done with the homework\, you can send the link of your Kaggle notebook to my email. My email is joel@ayclogic.com. \nIf you’re not sure how to share your notebook\, here is how: \nOn the top right\, you should see a share button. \n  \n \n  \n  \n  \n  \n  \n  \n  \n  \nClick on the share button\, and it should take you to this page. Select ‘public’. \n \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \nThen\, click ‘save’. Put any version name you want\, it doesn’t matter. \n \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \nFinally\, instead of the Save & Run All (Commit) option\, select Quick Save. \n \n  \n  \n  \n  \n  \nOnce you select Quick Save\, click ‘save’ on the bottom right again. It should take you back to the notebook. \nOnce you are in the notebook\, wait for a few seconds until the bottom left finishes loading. Then\, click the share button on the top right again\, and you should see a link that you can copy\, like this: \n  \n \n  \n  \n  \n  \n  \n  \n  \n  \n  \n  \nCopy the link in the Public URL section\, and put it in the email that you will send to me. \nIf you have any questions\, feel free to email me at joel@ayclogic.com.
URL:https://www.ayclogic.com/event/10-am-ai-ml-joel/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250607T150000
DTEND;TZID=America/Los_Angeles:20250607T160000
DTSTAMP:20260514T181931
CREATED:20250607T225907Z
LAST-MODIFIED:20250607T225907Z
UID:29274-1749308400-1749312000@www.ayclogic.com
SUMMARY:3 PM - Intro to Python - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed variables\, datatypes\, input from shell and if else statements\n\nHomework\n\nCreate new file june_7_homework.py\nDo number 1 to 4 from here https://www.ayclogic.com/intro-to-python-exercises/
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-gamas-6/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250607T153000
DTEND;TZID=America/Los_Angeles:20250607T163000
DTSTAMP:20260514T181931
CREATED:20250610T032957Z
LAST-MODIFIED:20250610T032957Z
UID:29293-1749310200-1749313800@www.ayclogic.com
SUMMARY:3:30 PM - Unity Game Development - Bill
DESCRIPTION:Your HW:\n\nAdd sound effects and background music to your project
URL:https://www.ayclogic.com/event/330-pm-unity-game-development-bill-10/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250607T170000
DTEND;TZID=America/Los_Angeles:20250607T180000
DTSTAMP:20260514T181931
CREATED:20250608T012014Z
LAST-MODIFIED:20250608T012014Z
UID:29277-1749315600-1749319200@www.ayclogic.com
SUMMARY:5 PM - Scratch 1 - Elijah
DESCRIPTION:What we did today:\n\nWe made the three Dinosaur sprites and added the backdrop to the project.\nMostly finished two Dinosaurs and backdrop.\nStarted working on Dinosaur three.\n\nHomework:\n\nStart with page 42 in your Scratch book and continue to work on your project until you reach page 45.\nMemorize directions sheet.
URL:https://www.ayclogic.com/event/5-pm-scratch-1-elijah/
END:VEVENT
END:VCALENDAR