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:20250625T150000
DTEND;TZID=America/Los_Angeles:20250625T160000
DTSTAMP:20260514T172710
CREATED:20250625T224227Z
LAST-MODIFIED:20250625T231515Z
UID:29468-1750863600-1750867200@www.ayclogic.com
SUMMARY:3 PM – Python OOP – Allison
DESCRIPTION:What We Did Today\n\nStarted creating a Grocery System using classes\n\nHomework\nCreate a file called June25_MoreClassPractice.py and submit into the google drive when you are finished: \n\nYanbao:\n\nCatch up and review on 6/18’s lesson.\nUpload the below homework to your Google Drive:\n\n6/18 HW\n6/20 HW\nThis week’s HW\n\n\n\n\nEveryone:\n\nContinue our class’s Jun25_GrocerySystemWithClass project\n\nCreated 2 more items in our dictionary\nKey 4 will have Butter with price of 2\nKey 5 will have Salt with price of 3\nAdd the below code underneath our inventory. This is the answer for the challenge question in class. Do your best to understand the code – I will review it next class.\n\n Challenge Answers\n\n\nCreate an empty list shopping_cart\nCreate an integer variable total_cost\nCreate the rest of the program.\n\nAssign the variable “selection” with the answer returned from print_menu()\nBreak from the program if user enters “99”\nIf the user enters something that is not in the dictionary’s keys\, print: “Invalid selection\, please try again”\nIf the user enters a valid key:\n\nAdd that item’s price to the total cost.\nAdd the item’s name to the shopping cart.\nPrint: “You purchased [item’s name] for $[item’s price]\n\n\nAfter the user breaks from the program\, print: “You have purchased [length of shopping_cart] items”\nAfterwards\, loop and print everything in the shopping_cart list\nAfterwards\, print: Thank you for your business\, please pay $[total_cost]\n\n\n\n\n\n\n\n\nDo the Try It Yourself section on pg.167. Make sure to label each section with comments (Ex: #9-4\, #9-5)\nReview the different data types. I will ask everyone next week these questions so be prepared: “What are objects? Is it a data type? Why is it important? How are they different from other data types?”\nAdd any missing parts of your class notes from our class notes (see link at bottom)\nReview the homework answers (see link at bottom)\n\nNotes\n\nYou can reach out via allison@ayclogic.com if you have any questions.\nClass notes and previous homework answers can be found here: Link to Google Drive
URL:https://www.ayclogic.com/event/3-pm-python-oop-allison-2/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250625T170000
DTEND;TZID=America/Los_Angeles:20250625T180000
DTSTAMP:20260514T172710
CREATED:20250627T004119Z
LAST-MODIFIED:20250627T004119Z
UID:29484-1750870800-1750874400@www.ayclogic.com
SUMMARY:5 PM – Scratch 2 – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe finished the Super Market project.\nWe started the How Old Are You project.\n\nHomework\n\nCreate 3 if statements. (Baby\, Toddler\, Kid)\nThe age ranges are as follows:\n\nBaby (ages 0-2)\nToddler (ages 3-4)\nKid (ages 5-12)\n\n\nYour sprite should say “You’re a ___” based on the age variable.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-scratch-2-abigail-23/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250625T170000
DTEND;TZID=America/Los_Angeles:20250625T180000
DTSTAMP:20260514T172710
CREATED:20250627T031128Z
LAST-MODIFIED:20250627T034424Z
UID:29504-1750870800-1750874400@www.ayclogic.com
SUMMARY:5PM – Intro To Python – Daniel
DESCRIPTION:What We Did\n\nWe went over functions homework\nWe did more practice with functions\n\nHomework\n\nIf you have any questions\, email me at dmeng@ayclogic.com
URL:https://www.ayclogic.com/event/5pm-intro-to-python-daniel-12/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250625T180000
DTEND;TZID=America/Los_Angeles:20250625T190000
DTSTAMP:20260514T172710
CREATED:20250626T025938Z
LAST-MODIFIED:20250710T030843Z
UID:29479-1750874400-1750878000@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - Gamas
DESCRIPTION:Today We Did\n\nWe finished reviewing first week homework.\nWe finished reviewing 2nd week homework\nWe started learning about IF ELSE statements and OR operator.\n\nHomework\n\nCreate june_25_if_else_hw.py\n\ncopy codes from pages 78-81 from the textbook\, \n\n\nNo school on July 2nd because of July 4 holiday week. https://www.ayclogic.com/observed-holidays/
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-gamas-24/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250625T180000
DTEND;TZID=America/Los_Angeles:20250625T190000
DTSTAMP:20260514T172710
CREATED:20250708T225245Z
LAST-MODIFIED:20250708T225245Z
UID:29596-1750874400-1750878000@www.ayclogic.com
SUMMARY:6 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe started Snake and Apple game project\nWe added game page.\n\nHomework\n\nIn activity_game.xml\, add 4 arrows on the bottom right corner of the page.\nAdd click listeners on each of those arrows so when user click on the arrows\, it will print some text to LogCat.\n\nRight Arrow clicked\nLeft Arrow clicked\nUp Arrow clicked\nDown Arrow clicked\n\n\nLook at example of 4 arrows below
URL:https://www.ayclogic.com/event/6-pm-android-game-dev-gamas-12/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250625T183000
DTEND;TZID=America/Los_Angeles:20250625T193000
DTSTAMP:20260514T172710
CREATED:20250627T024053Z
LAST-MODIFIED:20250627T025944Z
UID:29495-1750876200-1750879800@www.ayclogic.com
SUMMARY:6:30 PM - Python Game Development - Bill
DESCRIPTION:Your HW:\n\nSpawn the clouds like we did for the birds so that they spawn both left and right sides of the screen\nNo class next week\, resumes 7/9\, Check out the ayclogic  https://www.ayclogic.com/observed-holidays/
URL:https://www.ayclogic.com/event/630-pm-python-game-development-bill-4/
END:VEVENT
END:VCALENDAR