I have a little project:
I want to make a system to manage a small library ( with 3000 books or so )
My idea was to use python with pymysql, but that would require mysql server be installed on the PC which will run this system.
My idea is to have one file with all the information of the books, i can work with an excel file, but what is your recomendation ?
Thanks , sorry about my english.
I would recommend using SQLite and the the dataset package: https://github.com/pudo/dataset
easy and fast until you need something more complex
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With