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:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221015T180000
DTEND;TZID=America/Los_Angeles:20221015T190000
DTSTAMP:20260507T151715
CREATED:20221016T022451Z
LAST-MODIFIED:20221018T194504Z
UID:15806-1665856800-1665860400@www.ayclogic.com
SUMMARY:6 PM - Python OOP - Bill
DESCRIPTION:Today We Did\n\nWe finished SchoolSystem program.\n\nHomework\n\nCreate a new Book class inside book.py. Add all necessary attributes according to below expected behavior.\nCreate BookSystem class inside main.py and add the following features:\n\nAdd book\n\nUse Dictionary to store books.\nThe key of the dictionary would be bookId\, the value would be Book class.\n\n\nList all books\n\n\nExamples\n\n\nEnter one of the following:\n1. Exit\n2. Add Book\n3. List all books\n4. Find book by book id\n5. Find book by name\n6. List all books before year 2010\nPlease enter your selection: 3\n\nLIST ALL BOOKS\n111 - Chamber of Secrets by JK Rowling published on 2012\n222 - Goblet of Fire by JK Rowling published on 2013\nabcd - The Fellowship of the Ring by JRR Tolkien published on 2022\n\nEnter one of the following:\n1. Exit\n2. Add Book\n3. List all books\n4. Find book by book id\n5. Find book by name\n6. List all books before year 2010\nPlease enter your selection: 2\n\nADD NEW BOOK\nEnter book name: Lightning Thief\nEnter book author: Rick Riordan\nEnter publication year: 2005\nEnter book id: 333\n\nEnter one of the following:\n1. Exit\n2. Add Book\n3. List all books\n4. Find book by book id\n5. Find book by name\n6. List all books before year 2010\nPlease enter your selection: 3\n\nLIST ALL BOOKS\n111 - Chamber of Secrets by JK Rowling published on 2012\n222 - Goblet of Fire by JK Rowling published on 2013\nabcd - The Fellowship of the Ring by JRR Tolkien published on 2022\n333 - Lightning Thief by Rick Riordan published on 2005
URL:https://www.ayclogic.com/event/6-pm-python-oop-bill-10/
CATEGORIES:OOP Python
END:VEVENT
END:VCALENDAR