https://github.com/joekakone/sql_tutorials
SQL Tutorials - SQLite, Postgres, SQL Server
https://github.com/joekakone/sql_tutorials
databases postgres sql sqlite sqlserver
Last synced: 2 months ago
JSON representation
SQL Tutorials - SQLite, Postgres, SQL Server
- Host: GitHub
- URL: https://github.com/joekakone/sql_tutorials
- Owner: joekakone
- Created: 2022-02-01T22:15:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-16T06:52:11.000Z (almost 3 years ago)
- Last Synced: 2025-01-14T04:33:01.768Z (4 months ago)
- Topics: databases, postgres, sql, sqlite, sqlserver
- Language: Jupyter Notebook
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQL Tutorials
Hello, I'm [Joseph Konka](https://www.linkedin.com/in/joseph-koami-konka/), Python enthousiast. Python provide packages to interact with databases, this is what these notebooks will cover, interaction with databases using Python. I hope it will help you to understand the subject. Bye !**Contents**
1. SQLite3 [[Notebook]](01_sqlite.ipynb)
2. Postgres [[Notebook]](02_postgres.ipynb)
3. SQL Server [[Notebook]](03_sqlserver.ipynb)
4. Pandas [[Notebook]](04_pandas.ipynb)## Install dependencies
```sh
pip install -r requirements.txt
```## Let's get in touch
[](https://github.com/joekakone) [](https://www.linkedin.com/in/joseph-koami-konka/) [](https://www.twitter.com/joekakone) [](mailto:[email protected])