- This event has passed.
5 PM – Python OOP – Juan
December 11, 2023 @ 5:00 pm - 6:00 pm
Today We Did
- Reviewed last week’s homework and finished the Library System project:
- Created a Book class
- Created a class attribute
books
(dictionary) to store Book object instances - Reviewed HW, class methods for:
- Add Book
- List All Books
- Find Book by name
- List all old books (before 2000).
- Finished the
application_loop()
function to support all menu choices
Homework
Name your file Dec18_Inheritance_HW.py
and do:
- Read and copy code from pg. 168-170
- Try It Yourself – pg. 173, 9-6 and 9-7