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:20241210T180000
DTEND;TZID=America/Los_Angeles:20241210T190000
DTSTAMP:20260429T175030
CREATED:20241211T025950Z
LAST-MODIFIED:20241211T030113Z
UID:27640-1733853600-1733857200@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nLearnt about dictionaries in Python\, how to do basic operations on them.\n\nHomework:\nIn a file called Dec10_IntroToDictionariesHW.py\, do the following from the book: \n\nPage 92 to 97.\nPage 99 TRY IT YOURSELF. 6-1 and 6-2\n\nSubmit into the google drive when you are done! \nNotes:\nEmail me at ddjapri@ayclogic.com if you have any questions!
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-13/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241210T190000
DTEND;TZID=America/Los_Angeles:20241210T200000
DTSTAMP:20260429T175030
CREATED:20241211T042352Z
LAST-MODIFIED:20241211T042352Z
UID:27652-1733857200-1733860800@www.ayclogic.com
SUMMARY:7 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nContinued the Library System project\nReviewed how concepts such as keys/values in dictionaries work together with classes/objects\n\nHomework:\n\nContinue on your Library System application in librarysystem.py\, and complete the following:\n\n\n# Your homework is to finish the school system application methods for the teacher if you haven't done so already\n\n \n\n\n\n# MAIN HW - complete options 6 and 7\n\n\nelif selection == "6":\n    # find book by author\n    # steps to complete outside of elif:\n    # 1. add the selection 6 into the print menu\n    # 2. create a new dictionary using author as key\n    # 3. pre-add items to new dict\n    # 4. update add method to add to new dict\n\n    # steps inside of elif:\n    # 1. print out header like previous selections\n    # 2. get input for the author\n    # 3. check if input exists as part of the dictionary keys\n    # 4. if it exists\, get the book object from dictionary\n    # 5. print out the information using get_info() method\n    # 6. if it doesnt exist\, print the usual "doesnt exist" message\n\n    pass\nelif selection == "7":\n    # list all books with ID greater than 3\n    # change the ID values into integers from pre-adding items into the dictionary and adding new items to the dictionary\n    # refer to selection 5.\n    pass\n\n\n\n\nSubmit this files to the google drive when you are done! \nNotes:\nYou can contact me at ddjapri@ayclogic if you have any questions!
URL:https://www.ayclogic.com/event/7-pm-python-oop-darin-14/
CATEGORIES:OOP Python,Python Class
END:VEVENT
END:VCALENDAR