Skip to content

This is a Python implementation of a basic system for managing the main operations of a university library.

Notifications You must be signed in to change notification settings

adrianomg/library-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a basic implementation of a library system in Python.

This system was developed as a prototype of an assignment for the students of the Data-Oriented Programming course.

The specifications of this work cover several topics in python, such as manual implementation of context management protocols to manipulate the database, exception handling, data validation, different special class methods, among others.

This system allows the registration of students and employees, as well as the registration of new books in a database.

It also controls the borrowing and returning of books.

About

This is a Python implementation of a basic system for managing the main operations of a university library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages