/psycopg2-python-tutorial

Connect to PSQL database tutorial

Primary LanguageJupyter Notebook

psycopg2-python-tutorial

Basic tutorial on how to use psycopg2 to connect to a PostgreSQL database and make changes.

This repo is part of the YouTube video How to connect to PSQL DB using psycopg2

Youtube logo

Connecting to PSQL Database

  • connect-to-psql-db.ipynb

Insert/Update data

  • insert-new-weather-data.ipynb

Create schemas/tables and insert data

  • new-schemas-tables-insert.ipynb

psycopg2 tutorial