- This event has passed.
7 PM – Python OOP – Sebastian
January 17 @ 7:00 pm - 8:00 pm
Today We Did
- Find teacher using list
- Find teacher using dictionary
- Created new classroom class
- 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: Make 2 classroom objects with subjects/room_number/grade attributes:
- Astrology, 74927, [1,2,3,4,5,6,7,8]
- Philosophy, 74928, [1,2,3,4,5,6,7,8,9]
- After creating the objects, add them to the classroom list & dictionary
- Simply append objects to list like usual
- For dictionaries, please use the subject as the key, and the object as the value.