PostgreSQL in Python - Crash Course

preview_player
Показать описание
In this video, we learn how to use PostgreSQL in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Timestamps:
(0:00) Intro
(0:17) Installing PostgreSQL
(4:52) PostgreSQL in Python
(15:33) Outro
Рекомендации по теме
Комментарии
Автор

Thank you so much! I spent hours on tutorials that produced nothing but errors. This was concise, informative, and easy to follow and test. Your video allowed me to end a very frustrating day with a success. Your voice and speaking speed are very pleasant and calming, too and I've discovered how much difference that makes when trying to learn/practice something new. Kudos!

Harleyotter
Автор

Your python videos have been so crucial for a java developer like me who wants to learn python. Thank you! Pls keep putting out beginner content like this

avidreader
Автор

Thanks man that's a great alternative to SQLite3 and MySQL. I can see why postgres is in the top databases and why it's so often required in job applications

pepecopter
Автор

Thank you so much finally I find the best tutorial video because no one tell the whole solution that you discussed in this video :)

iamammar__
Автор

thank oyu so much for your tutorials they have been very helpful on my coding journey i am glad to see a helpful and consistent youtuber

gameknightplayz
Автор

Thank you, an awesome video short, quick and easy to learn <3

asielalabbassi
Автор

great video. Demystifying..great work

NiceChange
Автор

Easy to watch and hard to make it work on my side 🙂
Thanks for the video

vc
Автор

Great video, any chance you can do another video with postgres + sqlachemy and then used them with fastapi ? Thank you. Love your content.

rhard
Автор

Great -- need more Videos on SQL in Python and Some excel Automation -- doing Day to Day Work in Company. Hope You understand -- i want to do my work of doing lookups, filters and pivots and more excel works in Python

NaveenKumar-bloy
Автор

Thank You for tutorial!. id column type "serial" will be good use. And i saw in another video what man use "with" construction and he talk what not need make cursor.close(), if you use "with" construction. May be somewho will be useful this). Sorry for my "legendary" english)

ilmiriliasov
Автор

If we want to write to the same table in multiple processes, should each process/worker have its own connection and/or cursor?

Sam-tgii
Автор

at 8:00 I can't figure out how to even bring up that response in vscode for me? alt + enter doesn't do anything, and there doesn't appear to be a command to inject a language

bluelightsaberondesk
Автор

It's a great video. I have a question of querying data with NULL value from database. As found failure query result as I used WHERE name = %s with None in the condition tuple. I know that it should be name IS NULL instead of name = NULL. May I know how to fix this problem?

kenchak
Автор

Please make a brief explanation video on lots of thanks..

bigj
Автор

what plugin do you use for writing sql query?

viktoraspranckietis
Автор

3:33 - I had a load of strife getting the server running and access to the postgres user on Linux, but beyond that, PGAdmin seems to work OK.

daveys
Автор

Hello Sir, that a So Happy Code With Python, What is your Extension Sir, Please..

MahfudCodex
Автор

I'm a novice. Been using MySQL for 3 years in a project. Workbench is such a bad program. This one for PG looks much better. Nice video thank you.

lupusexperience
Автор

Can you teach us how to handle .ini files with postgreSQL and python?

danielperezcastano