Python Databases 101: How to Choose a Database Library

You can’t spell data science without data. Okay, that’s cheesy but it’s true! Most (if not all) of the time, the data you need is stored in a DBMS (database management system) on a remote server or your hard drive.

This article covers the most well known, used and developed Python database libraries and talks about each library itself and the best reasons to use each one.

Read more: https://builtin.com/data-science/python-database  

Keywords: