« All Events
3 PM – Python Object Oriented Programming – Sebastian
August 12, 2023 @ 3:00 pm - 4:00 pm
Today We Did
- Continued SchoolSystem project
- Took another deep dive into the differences between lists and dictionaries for the “find_student” methods.
- Full lesson on how lists and dictionaries “find” different things, very proud of how everyone really understood why dictionaries are faster at searching!
- 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 (you will be uploading the entire school_system folder we made in class).
- Homework: Finish the edge cases for “find_student_dictionary method”. This means we should first check to see if the name that was provided by the user exists in our dictionary attribute. If it DOES exist, then we can keep the code that we wrote in class. If it DOESN’T exist, then we should provide an error message.