An open API service indexing awesome lists of open source software.

https://github.com/anas436/create-and-access-sqlite-database-using-python


https://github.com/anas436/create-and-access-sqlite-database-using-python

jupyter-notebook pandas python3 sql sqlite3

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Create-and-Access-SQLite-Database-using-Python

In this Project, I have showed creating tables, inserting, and querying Data using an SQLite database with python in the IBM Skills Network Lab environment.

SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world.