How to use Sqlite3 using Python
Much of the work of data scientists is related to data. And in some cases (especially for bank employees) we have to pull the data from the database.
Most database programs require you to install a complex program on your local machine or on a server that you can access, which can cause some problems. Popular database programs include Microsoft SQL Server and MySQL.