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:20250309T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20251102T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250716T150000
DTEND;TZID=America/Los_Angeles:20250716T160000
DTSTAMP:20260514T214700
CREATED:20250717T001141Z
LAST-MODIFIED:20250717T001720Z
UID:29727-1752678000-1752681600@www.ayclogic.com
SUMMARY:3 PM – Python OOP – Allison
DESCRIPTION:What We Did Today\n\nReviewed and finished SchoolSystem project\n\nHomework\n\nYanbao:\n\nMake sure to review the SchoolSystem July16_main.py code\, understand it\, and update your code\n\n\nEveryone:\n\nMake sure to do the below code in your LibrarySystem project\nWhen you’re done with the homework\, create a folder called July16_LibrarySystem in your Google Drive. Upload main.py and book.py there.\nCreate book.py file.\n\nCreate a book class. It should have 4 attributes: title\, author\, publish_year\, and id\n\n\nIn your main.py file:\n\nReplace self.menu = “””Empty Menu””” with:\n\n1. Add book\n2. List all books\n3. Find book by name\n4. Find book by id\n5. List all old books\nEnter your selection. Enter ‘quit’ to exit:\n\n\nCreate an empty dictionary called book_dictionary\nImplement option 1\, option 2 (with dictionary)\, and option 3.\n\n\n\n\n Other\n\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\n\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/5-pm-python-oop-allison-4/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250716T170000
DTEND;TZID=America/Los_Angeles:20250716T180000
DTSTAMP:20260514T214700
CREATED:20250719T220227Z
LAST-MODIFIED:20250719T220227Z
UID:29775-1752685200-1752688800@www.ayclogic.com
SUMMARY:5 PM - Scratch 2 - Abigail
DESCRIPTION:Today We\n\n\n\n\nWe finished the Movie Ticket Price project.\nWe started working on the Jumpy Monkey project.\n\nHomework\n\nDo pages 92-95 on your yellow Scratch book.\nIf you see code in the book that you have already done in your project\, you don’t have to repeat it. Instead\, add the code that you haven’t done yet into your project.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-scratch-2-abigail-25/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250716T180000
DTEND;TZID=America/Los_Angeles:20250716T190000
DTSTAMP:20260514T214700
CREATED:20250724T002030Z
LAST-MODIFIED:20250724T002030Z
UID:29821-1752688800-1752692400@www.ayclogic.com
SUMMARY:6 PM - Android Game Dev - Gamas
DESCRIPTION:Android Quiz
URL:https://www.ayclogic.com/event/6-pm-android-game-dev-gamas-13/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250716T183000
DTEND;TZID=America/Los_Angeles:20250716T193000
DTSTAMP:20260514T214700
CREATED:20250717T214451Z
LAST-MODIFIED:20250717T214451Z
UID:29752-1752690600-1752694200@www.ayclogic.com
SUMMARY:6:30 PM - Python Game Development - Bill
DESCRIPTION:Your HW:\n\nCreate a bullet sprite\nLike the cloud but much smaller and faster\nNeeds to be able to move left or right using a direction attribute
URL:https://www.ayclogic.com/event/630-pm-python-game-development-bill-6/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250716T190000
DTEND;TZID=America/Los_Angeles:20250716T200000
DTSTAMP:20260514T214700
CREATED:20250717T024517Z
LAST-MODIFIED:20250717T030648Z
UID:29736-1752692400-1752696000@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nLearnt how to use t.forward and t.right/t.left\nLearnt how to use functions to simplify drawing\n\nHomework:\nCreate a new function: makeTriangle \nmake sure you can change the color\, starting position\, and size \nthe triangle is an equilateral triangle \nhint: this code draws a triangle\n“””\nt.forward(100)\nt.left(120)\nt.forward(100)\nt.left(120)\nt.forward(100)\nt.left(120)\n“”” \nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1JIaswYI_MssVSv7icxgYPd_LblYQvOVO?usp=sharing
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-29/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250716T190000
DTEND;TZID=America/Los_Angeles:20250716T200000
DTSTAMP:20260514T214700
CREATED:20250717T030905Z
LAST-MODIFIED:20250717T030931Z
UID:29738-1752692400-1752696000@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Yitong
DESCRIPTION:Today we:\n\nWent over if_else_hw2\nLearned about how input() only takes in Strings from the shell.\nLearned about == and !=\nLearned about “and” and “or”\n\nHomework:\n\nDo #1 only. You do not need to do the 2nd or 3rd part that talks about the “forever loop.”\n\nhttps://www.ayclogic.com/tell-me-your-age/\n\n\n\nEmail me for help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-yitong-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR