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:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241120T170000
DTEND;TZID=America/Los_Angeles:20241120T180000
DTSTAMP:20260519T234259
CREATED:20241121T015915Z
LAST-MODIFIED:20241121T023953Z
UID:27460-1732122000-1732125600@www.ayclogic.com
SUMMARY:5 PM - Intro To Python - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed homework\nWe continued with grocery_shopping_cart.py\n\nHomework\n\nCreate nov_20_random_hw2.py and copy and paste this code and tell me what it is doing\n\n\nimport random as r\n\ncars = []\ncars.append("honda")\ncars.append("hyundai")\ncars.append("toyota")\n\nrandom_car = r.choice(cars)\nprint(random_car)\n\n\n\nInside your oct_30_grocery_shopping_cart.py\n\nChange the code\, so you can add “Egg”\, “Milk” and “Orange Juice” to the purchased_item list. This is very similar to what you did in nov_13_elements_practice_hw.py homework\nAfter the while loop\, you have to use for loop to go through each element inside the “purchased_item” list and print the item. This is also very similar to what you did in nov_13_elements_practice_hw.py.\nIf you do it properly\, your program will do like the following\n\n\nWhat do you want to purchase: \n1. Milk - $5\n2. Eggs - $3\n3. Orange Juice - $6\nEnter your selection 1 to 3 (Enter 'exit' for quit): 1\nYou have purchased Milk for $5\n\nWhat do you want to purchase: \n1. Milk - $5\n2. Eggs - $3\n3. Orange Juice - $6\nEnter your selection 1 to 3 (Enter 'exit' for quit): 1\nYou have purchased Milk for $5\n\nWhat do you want to purchase: \n1. Milk - $5\n2. Eggs - $3\n3. Orange Juice - $6\nEnter your selection 1 to 3 (Enter 'exit' for quit): 2\nYou have purchased Egg for $3\n\nWhat do you want to purchase: \n1. Milk - $5\n2. Eggs - $3\n3. Orange Juice - $6\nEnter your selection 1 to 3 (Enter 'exit' for quit): 3\nYou have purchased Orange Juice for $6\n\nWhat do you want to purchase: \n1. Milk - $5\n2. Eggs - $3\n3. Orange Juice - $6\nEnter your selection 1 to 3 (Enter 'exit' for quit): exit\n\nYou have purchased the following items:\nMilk\nMilk\nEgg\nOrange Juice\nYou have to pay $19.\n\n\n\n\n\nCreate nov_20_turtle_green_grapes_hw.py and draw the following drawing using python turtle\n\nCopy the rectangle and circle functions from your old projects\nThere should be total of 23 grapes\n\n1st row 5 grapes\n2nd row 6 grapes\n3rd row 5 grapes\n4th row 4 grapes\n5th row 2 grapes\n6th row or bottom row 1 grape
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-gamas-30/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241120T170000
DTEND;TZID=America/Los_Angeles:20241120T180000
DTSTAMP:20260519T234259
CREATED:20241121T020435Z
LAST-MODIFIED:20241121T020435Z
UID:27457-1732122000-1732125600@www.ayclogic.com
SUMMARY:5 PM – Scratch 1 – Abigail
DESCRIPTION:Today We\n\nWe finished working on the Animal Crossing project.\nWe showed off the Birthday Card project.\n\nHomework\n\nMake another sprite.\nHave the sprite glide from the top left corner\, to the bottom right corner.\nOnce the sprite touches the right screen\, it says\, “Bananas”.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-scratch-1-abigail-12/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241120T180000
DTEND;TZID=America/Los_Angeles:20241120T190000
DTSTAMP:20260519T234259
CREATED:20241121T012855Z
LAST-MODIFIED:20241121T030745Z
UID:27458-1732125600-1732129200@www.ayclogic.com
SUMMARY:6 PM – Intro To Java – Darin
DESCRIPTION:Today We Did:\n\nContinued the SchoolApplication project.\nImplemented the listing and finding methods for students.\nExamined various ways to use a for loop on a list\nExamined how the find method works\n\nHomework:\n\nContinue in your SchoolApplication project and do the following:\n\nImplement selections 2\, 4\, and 6.\n\nThis is the same as the students\, but using a teacher class instead.\n\nTry to recreate the listing\, and finding methods from scratch!\nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-darin-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR