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:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240606T150000
DTEND;TZID=America/Los_Angeles:20240606T170000
DTSTAMP:20260427T003204
CREATED:20240606T215422Z
LAST-MODIFIED:20240608T183310Z
UID:25401-1717686000-1717693200@www.ayclogic.com
SUMMARY:3 PM – Intro To Python (Summer Session) – Darin
DESCRIPTION:What We Did Today:\n\nReviewed how to use conditionals (if\, elif\, and else statements) and printing formats using print(f” “).\nLearnt about lists\, how to modify lists\, and how to use lists in different code like if statements and arithmetic.\n\nHomework:\nCreate two files in Thonny as shown\, and upload them into the google drive when finished: \n\nJune6_Lists_HW1.py:\n\nCopy from page 34 to 36\nCopy from page 37 to 41: access\, modify\, append\, remove\n\n\nJune6_Lists_HW2.py:\n\nDo TRY IT YOURSELF from page 36 numbers 3-1\, 3-2\, and 3-3.
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-summer-session-darin-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240606T163000
DTEND;TZID=America/Los_Angeles:20240606T173000
DTSTAMP:20260427T003204
CREATED:20240606T224547Z
LAST-MODIFIED:20240606T224547Z
UID:25396-1717691400-1717695000@www.ayclogic.com
SUMMARY:4:30pm - Python OOP - Roland
DESCRIPTION:Today We Did\n\n\n\n\nFinal Test\n\nHomework \nNo homework! Good Job! \nIf you have any questions\, feel free to email me at rolandyang@ayclogic.com
URL:https://www.ayclogic.com/event/430pm-python-oop-roland-12/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240606T170000
DTEND;TZID=America/Los_Angeles:20240606T180000
DTSTAMP:20260427T003204
CREATED:20240606T110627Z
LAST-MODIFIED:20240606T110627Z
UID:25393-1717693200-1717696800@www.ayclogic.com
SUMMARY:5 PM - Indo - Intro to Python - Joel
DESCRIPTION:Today we did:\n\nWe learned about printing\, variables\, datatypes\, casting\, and operations\n\nHomework:\n\nNo homework for this week\, but make sure you understand and review what we learned about in this lesson.\n\nIf you have any questions\, feel free to email me at joel@ayclogic.com.
URL:https://www.ayclogic.com/event/5-pm-indo-intro-to-python-joel-18/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240606T180000
DTEND;TZID=America/Los_Angeles:20240606T190000
DTSTAMP:20260427T003204
CREATED:20240607T020001Z
LAST-MODIFIED:20240607T020001Z
UID:25397-1717696800-1717700400@www.ayclogic.com
SUMMARY:6 PM – Intro to Python – Joshua
DESCRIPTION:What Did We Review Today \n\n input() is used so your application can request a response for a user in the Shell\n remember\, input() returns a string. You may need to use int() to change it into an integer\n“13” is not the same as 13 in python. Strings are not the same as int\n\n\nHomework\n\nPage 114 to 116: 5th week\nPage 117 . TRY IT YOURSELF: 7-1\, 7-\n\n\nUpload your answer to google drive before next week Wednesday night.\n\nIf you have any questions feel free to email me jwidjanarko@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-joshua-5/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240606T190000
DTEND;TZID=America/Los_Angeles:20240606T200000
DTSTAMP:20260427T003204
CREATED:20240608T225652Z
LAST-MODIFIED:20240608T225652Z
UID:25425-1717700400-1717704000@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Bill
DESCRIPTION:Your HW:\n\nDo the practice exam below:\n\nhttps://docs.google.com/forms/d/1-ItfQEoc2YUTuUOUzMxdsU4OW3UPBdlGmoH49dUxQDU
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-bill-9/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240606T193000
DTEND;TZID=America/Los_Angeles:20240606T203000
DTSTAMP:20260427T003204
CREATED:20240607T034527Z
LAST-MODIFIED:20240627T015024Z
UID:25411-1717702200-1717705800@www.ayclogic.com
SUMMARY:7:30 PM – Intro To Python – William
DESCRIPTION:Today We Did\n\nReviewed Project Progress\nStarted Grocery System\n\nHomework\nFinish your projects before our next lesson! I’ll be available via email anytime if you guys have questions or need help\, and we can set up individual lessons if necessary. Reminder\, these are worth 20% of your grade 🙂 \nThe deadline for the project submitted to Google Drive is September 19th. Our next lesson will be a week after on September 26th. \nOptional homework: finish Grocery System (file uploaded to Google Drive). Sample output: \nWhat do you want to purchase?\n1. Chicken - $5\n2. Kale - $3\n3. Milk - $7\n4. I'm done. Checkout!\nEnter your selection: 1\nYou have purchased Chicken for $5.\n\nWhat do you want to purchase?\n1. Chicken - $5\n2. Kale - $3\n3. Milk - $7\n4. I'm done. Checkout!\nEnter your selection: sdf\nInvalid selection! Try again.\n\nWhat do you want to purchase?\n1. Chicken - $5\n2. Kale - $3\n3. Milk - $7\n4. I'm done. Checkout!\nEnter your selection: 2\nYou have purchased Kale for $3.\n\nWhat do you want to purchase?\n1. Chicken - $5\n2. Kale - $3\n3. Milk - $7\n4. I'm done. Checkout!\nEnter your selection: 4\n\nThank you for shopping at AYC Store! You purchased the following items:\n- Chicken\n- Kale\n\nYour total is $8.\nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/730-pm-intro-to-python-william-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR