- This event has passed.
4 PM – Python OOP – Darin
October 7 @ 4:00 pm - 5:00 pm
Today We:
- Reviewed TIY page 167, highlighting default values.
- Continued the School Application project, further implementing object oriented concepts.
Homework:
For Ian:
- In your Sep30_SchoolSystem project, add a staff class and add methods to add a staff into a staff list and staff dict. Add a method to list all staff using the dict
- The staff class should have name, salary, and job role as variables
- Update the menu options accordingly.
For Parker:
- In your Sep30_SchoolSystem project, add a teacher class and add methods to add a teacher into a teacher list and teacher dict. Add a method to list all teachers using the dict
- The teacher class should have name, subject, and years spent teaching as variables
- Update the menu options accordingly
Notes:
Email me at ddjapri@ayclogic.com if you have any questions.