Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-16T06:52:11.000Z (over 2 years ago)
- Last Synced: 2023-03-05T14:50:36.344Z (over 1 year ago)
- Topics: databases, postgres, sql, sqlite, sqlserver
- Language: Jupyter Notebook
- Homepage:
- Size: 11.7 KB
- Stars: 0
- 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
[![Github Badge](https://img.shields.io/badge/-Github-000?style=flat-square&logo=Github&logoColor=white&link=https://github.com/joekakone)](https://github.com/joekakone) [![Linkedin Badge](https://img.shields.io/badge/-LinkedIn-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/joseph-koami-konka/)](https://www.linkedin.com/in/joseph-koami-konka/) [![Twitter Badge](https://img.shields.io/badge/-Twitter-blue?style=flat-square&logo=Twitter&logoColor=white&link=https://www.twitter.com/joekakone)](https://www.twitter.com/joekakone) [![Gmail Badge](https://img.shields.io/badge/-Gmail-c14438?style=flat-square&logo=Gmail&logoColor=white&link=mailto:[email protected])](mailto:[email protected])