Connecting to a PostgreSQL database from Python with Psycopg2

preview_player
Показать описание
Are you learning Python? Do you want to get serious and scratch your own hitch with PostgreSQL? Learn how to connect to a PostgreSQL database from Python!

--------------------------------------------------

Follow me also on:

--------------------------------------------------

Learn SQL:

Psycopg2 documentation:

#python #postgresql #psycopg2 #sql #heroku
Рекомендации по теме
Комментарии
Автор

Extra useful, thank you. Just a note: at 6:50, you don't need to specify NOT NULL PRIMARY KEY, since PRIMARY KEY already makes an attribute NOT NULL.

dudosludo
Автор

Thanks for the quick tutorial! Somehow you made the exact video I was looking for...

Tejas_Shah
Автор

Been looking for this solution and finally your video shows exactly how to connect pgadmin postgresql. But I also need to know how to connect to an existing postgresql database instead of creating a new one...

peppydude