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:20240328T163000
DTEND;TZID=America/Los_Angeles:20240328T173000
DTSTAMP:20260426T120649
CREATED:20240329T004438Z
LAST-MODIFIED:20240329T004438Z
UID:24559-1711643400-1711647000@www.ayclogic.com
SUMMARY:4:30 PM - Python OOP - Roland
DESCRIPTION:Gamas Sub \nToday We Did\n\nWe started LibrarySystem project.\nWe created Book class.\nWe added add_book and list_all_books.\n\nHomework\n\nContinue with LibrarySystem project\nAdd codes to enable\n\nfind book (by name). Use book.get_info() to display the book info.\nlist all old books. This is all books whose year is less than 2000.\n\n\n\nPlease look at below options\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: 1\n\nADD NEW BOOK\nEnter book title: Lord Of The Rings\nEnter book author: JRR Tolkien\nEnter publish year: 1954\nEnter book id: ABC1\nYou have added Lord Of The Rings book to our library.\n\nPlease look at below options\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: 1\n\nADD NEW BOOK\nEnter book title: Lightning Thief\nEnter book author: Rick Riordan\nEnter publish year: 2005\nEnter book id: BCD2\nYou have added Lightning Thief book to our library.\n\nPlease look at below options\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: 3\n\nFIND BOOK\nEnter book title that you want to find: Eugene\nWe couldn't find Eugene in our Book list.\n\nPlease look at below options\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: 3\n\nFIND BOOK\nEnter book title that you want to find: Lightning Thief\n\nLightning Thief (BCD2) by Rick Riordan published on 2005\n\nPlease look at below options\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: 5\n\nLIST ALL OLD BOOKS\nLord Of The Rings (ABCD1) by JRR Tolkien published on 1954
URL:https://www.ayclogic.com/event/430-pm-python-oop-roland-3/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240328T173000
DTEND;TZID=America/Los_Angeles:20240328T183000
DTSTAMP:20260426T120649
CREATED:20240329T013413Z
LAST-MODIFIED:20240329T013517Z
UID:24561-1711647000-1711650600@www.ayclogic.com
SUMMARY:5:30 PM – Scratch Level 2 – Yitong
DESCRIPTION:Today We:\n\nContinued the Fire and Ice project\nCoded the Ice sprite.\nCreated a Big Fireball sprite.\nCoded Darwin to shoot his SuperPower.\nCoded the Star sprite for Gumball.\n\nHomework:\n\nMake a Big Ice sprite. (Duplicate the Ice sprite).\nAdd this code into Gumball so he can shoot his SuperPower attack. Change the things in the picture.\n\n \n\n\n\nContact us at gamas@ayclogic.com or yitong@ayclogic.com if you have any questions or need any help.
URL:https://www.ayclogic.com/event/530-pm-scratch-level-2-yitong/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240328T180000
DTEND;TZID=America/Los_Angeles:20240328T190000
DTSTAMP:20260426T120649
CREATED:20240330T033826Z
LAST-MODIFIED:20240330T033826Z
UID:24574-1711648800-1711652400@www.ayclogic.com
SUMMARY:6 PM - Intro To Java - Bill
DESCRIPTION:Today We:\n\nLearned about how to create classes\n\nYour HW:\n\nCreate a new package called Mar_28_HW\nCreate a Car class\n\nAttributes (all private):\n\nBrand (String)\nModel (String)\nYear (Int)\n\n\nMethods:\n\nGetters and Setters for the 3 attributes\nThe Constructor with 3 parameters for the brand\, model\, and year\ndrive\n\nvoid method\n1 parameter miles\nwill print out: “you drove the <year> <brand> <model> <miles parameter> miles”\n\n\ndisplay\n\nwill return the string in the format of “<Brand> <Model> – <Year>”\n\n\n\n\n\n\nCreate a CarTester class\n\nthis will have the main method that you will use to test the code\nCreate 3 cars\n\nEx: 2005 Honda Civic\, 2024 Porsche 911\, 2011 Chevy Camaro\n\n\nDisplay all 3 cars using the display method\nDrive all 3 cars 5 miles each
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-bill-7/
END:VEVENT
END:VCALENDAR