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:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211001T190000
DTEND;TZID=America/Los_Angeles:20211001T200000
DTSTAMP:20260424T155237
CREATED:20211002T183716Z
LAST-MODIFIED:20211002T183716Z
UID:9644-1633114800-1633118400@www.ayclogic.com
SUMMARY:7 PM - Python OOP
DESCRIPTION:Homework\n\nAdd a new python file under “src” folder: teacher.py\nInside teacher.py\, create a new class “Teacher” with the following attributes: name\, age\, phone\, subject.\nInside school_application.py add two more features: Add New Teacher and List All teachers. These 2 features are very similar to Add new student and List all students. Look at below examples\n\nPlease select one of the following\n1. Add new student\n2. List all students\n3. Find student\n4. Quit\n5. Add new teacher\n6. List all teachers\nEnter your selection: 5\n\nAdd a new teacher:\nEnter teacher name: Gamas Chang\nEnter teacher age: 100\nEnter teacher phone: 888-888-8888\nEnter teacher subject of expertise: Python\nYou have successfully added a new Teacher: Gamas Chang\n\nPlease select one of the following\n1. Add new student\n2. List all students\n3. Find student\n4. Quit\n5. Add new teacher\n6. List all teachers\nEnter your selection: 5\n\nAdd a new teacher:\nEnter teacher name: John Cheng\nEnter teacher age: 99\nEnter teacher phone: 999-999-9999\nEnter teacher subject of expertise: Java\nYou have successfully added a new Teacher: John Cheng\n\nPlease select one of the following\n1. Add new student\n2. List all students\n3. Find student\n4. Quit\n5. Add new teacher\n6. List all teachers\nEnter your selection: 6\nGamas Chang - 100 years old - subject of expertise: Python\nJohn Cheng - 99 years old - subject of expertise: Java
URL:https://www.ayclogic.com/event/7-pm-python-oop-6/
CATEGORIES:OOP Python,Python Class
END:VEVENT
END:VCALENDAR