Best database system for python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Best database system for python?

3rd May 2017, 3:21 PM
buggythegret
buggythegret - avatar
2 Answers
+ 3
I tried already SQLite and MySQL with Python, both work alright. In Sololearn only the sqlite3 module can be imported, so take a look at those two codes: https://code.sololearn.com/csyhsIovmZJ3/?ref=app https://code.sololearn.com/c9mosXavqJ9W/?ref=app
3rd May 2017, 4:02 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 2
python support many database, you can use MySQL, sqllite, pgsql etc. It depends upon your need. Every database has its own unique feature.
3rd May 2017, 3:25 PM
Aditya kumar pandey
Aditya kumar pandey - avatar