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:20240930T160000
DTEND;TZID=America/Los_Angeles:20240930T170000
DTSTAMP:20260428T235356
CREATED:20240930T220637Z
LAST-MODIFIED:20241001T000937Z
UID:26936-1727712000-1727715600@www.ayclogic.com
SUMMARY:4 PM – Python OOP – Darin
DESCRIPTION:Today We:\n\nReviewed the homework for TIY pages 162\, 167\nGot started on the School Application project\, further implementing object oriented concepts.\n\nHomework:\n(1) IF you haven’t already: \n\nDo Try It Yourself page 167 numbers 9-4 and 9-5 in the same file as Sep16_ClassesHW.\nA default value means something like __init__(self\, name\, price = 10)\, where price is a default parameter when creating an object of the class (an optional parameter)\n\n(2) MAIN homework\, do the following: \n\nIn your Sep30_SchoolSystem project\, store the newly created s Student object in a list AND a dictionary.\nYou have to create the list and dictionary in the __init__  method. You can do this like:\nself.students_list = []\nself.students_dict = {}\nAdd the s object into the list by use of students_list.append(s) and add the s object into the dictionary by use of students_dict[ {student_name} ] = s\n\nNotes:\nEmail me at ddjapri@ayclogic.com if you have any questions.
URL:https://www.ayclogic.com/event/4-pm-python-oop-darin-8/
CATEGORIES:OOP Python,Python Class
END:VEVENT
END:VCALENDAR