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:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220712T170000
DTEND;TZID=America/Los_Angeles:20220712T180000
DTSTAMP:20260428T014811
CREATED:20220713T050619Z
LAST-MODIFIED:20220713T050619Z
UID:13916-1657645200-1657648800@www.ayclogic.com
SUMMARY:5 PM - Python OOP - Bill Han
DESCRIPTION:Gamas Chang substitute Bill. \nToday We Do\n\nWe reviewed homeworks.\nWe added find book by id.\nWe added a new dictionary\, books_by_name\, to store books whose key is its title/name.\nWe added find book by title/name.\n\nHomework\n\nMake find book by title/name case insensitive. To do this\, you have to make sure to lowercase the books_by_name key when adding new book. AND you also need to make sure to lowercase user entered book title/name when checking if a book exists in the dictionary. AND when retrieving a book from dictionary.\nAdd “6. List all books before year 2010” feature. To do this\, you have to use for loop to go through each element inside the list similar to “3. List all books”. But inside the for loop you need to use if statement to check if book.year is less than 2010.\nAll the BookSystem python files have been uploaded into google drive.
URL:https://www.ayclogic.com/event/5-pm-python-oop-bill-han/
CATEGORIES:OOP Python,Python Class
END:VEVENT
END:VCALENDAR