- This event has passed.
7 PM – Python OOP – Sebastian
January 10 @ 7:00 pm - 8:00 pm
Today We Did
- Reviewed how to iterate through dictionaries
- Searched through dictionaries to find each student name’s corresponding object
- AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/
- In case you need anything, feel free to email me at sebastian@ayclogic.com
Homework
- Please submit your homework to the corresponding project’s folder in your Google Drive
- Homework: Create the teacher methods we discussed in class
- The method list_all_teachers_list should list all the teachers by looping through a list
- The method list_all_teachers_dictionary should list all the teachers by looping through a dictionary