Library System

Learn about class methods and class variables by implementing a simplified library system.

Problem

Implement a simplified library system that supports the following functionality:

  • Initially, the librarian can import book records into the system via a CSV file.

  • Members of the library can borrow and return books.

Format of the CSV file

Other than the first line (header), each row in the CSV file has a comma-separated list of the book titles and the authors.

Access this course and 1400+ top-rated courses and projects.