Тёмный

Connect to PostgreSQL from Python (Using SQL in Python) | Python to PostgreSQL 

Подписаться
Просмотров 145 тыс.
% 3 392

Connect to PostgreSQL from Python (Using SQL in Python) | Python to PostgreSQL
In this video, we shall understand how to connect to PostgreSQL Database from Python. We shall write a python program which will use the Psycopg2 module to connect to the PostgreSQL database and then perform some database or SQL transactions such as creating a table and then insert data to the table, updating a table data and delete records from the table using python code. We shall also see how to fetch table data from postgres database to python program.
At the end of the video, I will also cover how to use Context Manager to perform all of the above SQL operations. That is, we will use the WITH clause to connect to the database and also use the WITH clause to open the cursor. I will also mention what are the advantages of using WITH clause and why it is recommended to always use context manager or WITH clause when working with database in python.
Download the Python script used in this video from my blog. Link below:
techtfq.com/video/connect-to-postgresql-from-python-using-sql-in-python
Timeline:
00:00 Intro
00:42 Prerequisites for connecting to PostgreSQL from Python
02:18 Connecting to PostgreSQL from Python
05:33 Opening a cursor to perform database operations
07:52 CREATE Table in PostgreSQL database from Python program
10:37 INSERT single record to a table in PostgreSQL from Python program
12:23 INSERT multiple records to PostgreSQL table from Python program
14:30 FETCH data from PostgreSQL Table and display in Python program
17:23 UPDATE Table data in PostgreSQL database from Python program
18:50 DELETE Table record in PostgreSQL database from Python program
20:14 Using Context Manager to connect to PostgreSQL database from Python
We shall be using psycopg2 module to connect to PostgreSQL database from python, which is considered to be one of the best libraries to connect to postgres from python.
We shall start the video by covering the couple of pre-requisites which is to first install the psycopg2 module and then finding the credentials or information required to connect to the postgres database.
After this we shall write the python program which will initially connect to the PostgreSQL database and then open a cursor which will be then used to perform the database operations like CREATE TABLE, INSERT INTO Table, UPDATE Table data, DELETE table record and also how to fetch or retrieve table records or table data from the database to Python program.
Finally, we shall end the video by talking about context manager way of connecting to the database and also how to use context manager to open a cursor. Using context manager is simply using the WITH clause while connecting to the database and then also using the WITH clause while opening the cursor.
I will also mention the advantages of using a context manager over the traditional method or connecting to data and opening the cursor. And also mention why is it recommended to always use context manager when connecting to database in python.
Hopefully this video helped and gave you some useful information of using SQL within python program. If you liked it then please make sure to like the video and also subscribe to the channel.
🔴 WATCH MORE VIDEOS HERE 👇
✅ SQL Tutorial - Basic concepts:
ru-vid.com/group/PLavw5C92dz9HQQ_COgGb7kf_1H8UWUBxO
✅ SQL Tutorial - Intermediate concepts:
ru-vid.com/group/PLavw5C92dz9FD9XspliRM_HZM_jK7tkii
✅ SQL Tutorial - Advance concepts:
ru-vid.com/group/PLavw5C92dz9GbmgiW4TWVnxhjMFOIf0Q7
✅ Practice Solving Basic SQL Queries:
ru-vid.com/group/PLavw5C92dz9F66P3GFo5O6nJ4DfZNhVsp
✅ Practice Solving Intermediate SQL Queries:
ru-vid.com/group/PLavw5C92dz9EIYmNXJ8ZtQ1bmLIpt0SpV
✅ Practice Solving Complex SQL Queries:
ru-vid.com/group/PLavw5C92dz9Fahr7taauUx5RnTfuGyL--
✅ Data Analytics Career guidance:
ru-vid.com/group/PLavw5C92dz9FDsr995DjwCy9XNaIukb8P
✅ SQL Course, SQL Training Platform Recommendations:
ru-vid.com/group/PLavw5C92dz9GqF1Q_zn8KnYvFgtEOh-2n
✅ Python Tutorial:
ru-vid.com/group/PLavw5C92dz9FePZXIo4jpsupqp3X0w2SW
✅ Git and GitHub Tutorial:
ru-vid.com/group/PLavw5C92dz9EI1MPlqqDpe3bgr8RJZE0b
✅ Data Analytics Projects:
ru-vid.com/group/PLavw5C92dz9HwT_uStsDdJbuBOt_XD0ch
THANK YOU,
Thoufiq

Опубликовано:

 

13 сен 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 170   
@girijashamak9142
@girijashamak9142 2 года назад
As a old woman learning to upgrade, I found your videos handy and very clear to catch up.I am one of your subscriber.I watched your SQL contents and simply loved it. So are your python concepts. Thank you for all your hardwork and is not easy to deliver.God bless and keep teaching people like me and others🙏
@techTFQ
@techTFQ 2 года назад
Hi Girija, This is such a beautiful feedback… I cannot express my happiness hearing that my videos have helped you .. Each video takes a lot of effort to make and it’s all worth it when I get to hear such beautiful words from you guys.. I am so great full that you took your time to leave me this feedback.. THANK YOU 🙏🏼 And I wish you all the best in your learning journey 🙂
@dudeparak5654
@dudeparak5654 2 года назад
installed paycopg2 for python pycharm and imported to the project.But the functions like curson() execute() are not autopopulated when I calling with the connection object
@mtmanalyst
@mtmanalyst Год назад
This is really great stuff! I'm a math, ml, guy and I feel like I'm learning great python techniques here THANK YOU Morgan
@gabip265
@gabip265 Год назад
Such a comprehensive and quick tutorial to get the basics! I recommend this tutorial after watching neural nine crash course for python and postgres. This really gives you more efficient and clean solutions for writting code.
@prathagautam9872
@prathagautam9872 5 месяцев назад
Instantly subscribed! You mentioned all the details like preventing sql injection, using the 'with' clause, and so on (unlike other youtube tutors who just skip these ), so it's really helpful and you're a fantastic teacher! 💯
@NiceChange
@NiceChange Год назад
This video is pure gold!!! Thank you for doing such a great job on this.
@ruthaipoh8373
@ruthaipoh8373 Год назад
This video was quite helpful. Saved me a lot of time and very comprehensive too. Thank you🙏
@DanjumaMuhammad
@DanjumaMuhammad Год назад
Very quick, clear and easy to catch. Thanks:)
@NiceChange
@NiceChange Год назад
Dude. Love this video. demystifying postgres with python. Great work!!! this video goes in the vault. Thank you.
@kunrath
@kunrath 2 года назад
Thx for the video, very useful and easy to understand! great job!
@mtmanalyst
@mtmanalyst Год назад
Excellent !!! Thank you Morgan
@dogedingo1535
@dogedingo1535 Год назад
Very clear and instructions where easy to follow! Thanks for this video.
@hoanglam2814
@hoanglam2814 Год назад
short and concise. thank you!
@dimplesantoshi8561
@dimplesantoshi8561 2 года назад
Very Nicely explained...Clarity was maintained from the beginning till the end of the video. Thank you so much!
@techTFQ
@techTFQ 2 года назад
Thank you Dimple :)
@okondivine4918
@okondivine4918 Год назад
This a fantastic video....Pure gold!
@piyushtalegaonkar2940
@piyushtalegaonkar2940 Год назад
woooo man THANK YOU SO MUCH you helped me a lot bro, you literally made this so easy to understand and spot on I just started learning python and my manager is like I need results , you made my life easy by posting this video !!!! 🙏🙏🙏
@ShenderRamos
@ShenderRamos Год назад
Great video, well explained, organized and efficient
@Makingdifference100
@Makingdifference100 2 года назад
You saved me today. Thanks, awesome video. Can you do more videos like this one, please? I love your method of teaching you are a natural teacher. Thank you! Absolutely a fantastic video!!!!!
@techTFQ
@techTFQ 2 года назад
Thank you so much Santos and sure will do
@user-os4lj3pi4q
@user-os4lj3pi4q 3 месяца назад
Very nice video. Not only showing how to get things done but also details like the try block, the little scripts (to reuse code) and stuff.
@shakearound5789
@shakearound5789 8 месяцев назад
You taught this fantastically! With your teaching I am able to immediately go away and use this knowledge on my own project - it's rare that anyone teaches me something that can enable me to do this with such ease. Look forward to watching more of your videos!
@techTFQ
@techTFQ 6 месяцев назад
Thank you . Glad it helped
@diegofernandosotoflores7175
@diegofernandosotoflores7175 10 месяцев назад
Gran video, acarreando el proyecto. Un grande Thoufiq
@shiblyaziz9553
@shiblyaziz9553 2 года назад
Thank you! Absolutely a fantastic video!!!!!. I love your teaching method.
@techTFQ
@techTFQ 2 года назад
Thank you 🙏🏼 Glad this helped
@user-bl4nq4qg9u
@user-bl4nq4qg9u 4 месяца назад
The explanation is really clear! It is easy to understand what you are doing. Great job!
@YoYoNo.1official
@YoYoNo.1official 4 месяца назад
THanks Bro Luv From India❤️
@MrutyunjayNayak
@MrutyunjayNayak Год назад
Brilliant video bro…I am learning python now. Your videos are crisp and self explanatory. Subscribed❤
@Hlangwaneamukelani
@Hlangwaneamukelani Год назад
Great stuff, Thank You.
@pranshulsingh2216
@pranshulsingh2216 Год назад
Thank you so much, really it’s very helpful to me to understand how it’s working together . Thanks a lot.😊😊
@Rainmakeroffire
@Rainmakeroffire Год назад
This was very helpful man, thanks a lot.
@nigarsultana1739
@nigarsultana1739 Год назад
Thank you so much for your efforts!!!
@byte0me
@byte0me Месяц назад
Super helpful thank you!
@anduamlaktadesse9284
@anduamlaktadesse9284 2 года назад
Thank you sir for everything! It's really appreciated!
@techTFQ
@techTFQ 2 года назад
Glad you like them
@azeszterifi
@azeszterifi 11 месяцев назад
just brilliant!
@ashaoluayanfe7474
@ashaoluayanfe7474 Год назад
Thank you so much for the video, I was having problems with rollback, any single mistake that I made, I had to start all over, but your video showed me a better approach.
@mickyelmb
@mickyelmb 2 года назад
Great tutorial, very helpful. Thank you for posting it.
@techTFQ
@techTFQ 2 года назад
Glad this helped
@Simple.Simple779
@Simple.Simple779 Год назад
you are my life saver...
@rics6035
@rics6035 2 года назад
great video! thanks a lot
@karunakaranr2473
@karunakaranr2473 Год назад
I have been watching your tutorials and really awesome.. Thank you for your time and effort..
@maxx27i
@maxx27i 2 года назад
Very nice explanation! 👏
@alexandrelucas5621
@alexandrelucas5621 Год назад
Very informative! Thanks!
@techTFQ
@techTFQ Год назад
Glad you liked it
@anurasenarathna1703
@anurasenarathna1703 2 года назад
Very informative and very clear. Thank you for sharing your knowledge.
@techTFQ
@techTFQ 2 года назад
Your welcome Anura, Glad this helped
@sacrupe
@sacrupe 5 месяцев назад
this video was really helpful, thank you
@hoanglam2814
@hoanglam2814 Год назад
love this one!
@pushkarratnaparkhi2205
@pushkarratnaparkhi2205 Год назад
very useful video. Thanks a lot.
@anubratadas1
@anubratadas1 9 месяцев назад
Thank you for this great video
@mohammedshahil4898
@mohammedshahil4898 2 года назад
Really helpful 👌🏻 Keep up the good work🙌🏻👍🏻
@techTFQ
@techTFQ 2 года назад
Thank you hero ❤️🙏🏼
@sivajyothichandra
@sivajyothichandra Год назад
Really. You covered the basic table with DDL, DML along with try, except, format string, tuple very understandable way. I heard using of iterators instead of for loop.
@MyrLin8
@MyrLin8 3 месяца назад
on first blush this seems quite good :) subscribed.
@ErikS-
@ErikS- Год назад
Excellent video.
@ratneshraj4653
@ratneshraj4653 Год назад
Please continue making more dedicated videos in Python just like SQL. THANKS IN ADVANCE
@makhmud_jumanazarov
@makhmud_jumanazarov Год назад
thank you for useful content
@status_dev
@status_dev Год назад
Thx for the video, very useful and easy to understand! great job!😀😀😀😀😀😀😀😀SUPER VIDEO
@techTFQ
@techTFQ Год назад
Glad you liked it!!
@kondanikhilkumar2198
@kondanikhilkumar2198 4 месяца назад
Attracted to subscribe,Thank you
@samucancld
@samucancld 2 года назад
buenísimo loko
@festisanat1982
@festisanat1982 Год назад
Bro thank you a lot for the info . I love your method simple and easy. Keep the good work pls you a live saver. In programing I mean hh
@akashsivasubramanian4067
@akashsivasubramanian4067 2 года назад
very clear. thanks a lot.
@techTFQ
@techTFQ 2 года назад
You are welcome Akash!
@mariacamiladurangobarrera2821
Thank you!
@sssaamm29988
@sssaamm29988 2 года назад
Wow,just one watch i could grasp most of the content.Havent felt boring at any point of time.great job!
@techTFQ
@techTFQ 2 года назад
Glad you liked it Sampath
@WICKED21SUNNY
@WICKED21SUNNY 2 года назад
very help video for me as I am new to python programming
@Latif127
@Latif127 7 месяцев назад
Thoufiq, it is a very clear, easy and helpful tutorial, you covered a lot. Thank you.
@techTFQ
@techTFQ 6 месяцев назад
Welcome:)
@ROMAN-zu3wu
@ROMAN-zu3wu 2 года назад
Great tutorial bro
@stephenmusangi8976
@stephenmusangi8976 Год назад
Awesome video
@fathimafarahna2633
@fathimafarahna2633 2 года назад
Superb.. You have an amazing explaining skills👍👍👍
@techTFQ
@techTFQ 2 года назад
Thank you ❤️
@nadeeradulan9231
@nadeeradulan9231 Год назад
Thanks Bro!
@SanjiVSwaraJ
@SanjiVSwaraJ Год назад
Awesome..
@sowmiyanadarajan8041
@sowmiyanadarajan8041 Год назад
Thanks for the video TFQ..I want more python tutorial and sql as well
@techTFQ
@techTFQ Год назад
Noted bro , I’ll get to python soon
@bendibhafed1687
@bendibhafed1687 Год назад
Great job Mr. Thoufiq.
@techTFQ
@techTFQ Год назад
Thank you Hafed 🙏🏼
@FIXENDIARY
@FIXENDIARY 27 дней назад
Superb
@umaanil3344
@umaanil3344 2 года назад
Great tutorial..👏👏
@techTFQ
@techTFQ 2 года назад
Thank you Anil 🙏🏼
@yayasssamminna
@yayasssamminna Месяц назад
suggestion : make a video explaining what goes into a config file and where to find all that information. I have trouble understanding how to switch from database administration to the rest of my code. thanks, great video !!!
@gvs485
@gvs485 6 месяцев назад
tysm!
@kashmirshadows8150
@kashmirshadows8150 2 года назад
Thank you Thoufiq
@techTFQ
@techTFQ 2 года назад
Your welcome 🙏🏼
@zauraxmed9622
@zauraxmed9622 Год назад
thank you
@younesdeveloper
@younesdeveloper 4 месяца назад
top one
@sivahanuman4466
@sivahanuman4466 Год назад
Great sir
@techTFQ
@techTFQ Год назад
Thank you ☺️
@nihalmohammed8093
@nihalmohammed8093 Год назад
111,000th Subscriber
@jessemonisha8018
@jessemonisha8018 Год назад
Super
@radhakrishnanaik5656
@radhakrishnanaik5656 2 года назад
You did great job and explained in simple steps.can you please prepare a video on exporting CSV from postgreySQL to python in pipeline?
@techTFQ
@techTFQ 2 года назад
thank you Naik and sure will consider it for the future
@gururajarao7833
@gururajarao7833 11 месяцев назад
very good video. You could have also covered how to use config file for database connection parameters
@saic3149
@saic3149 2 года назад
Super explanation really helpful… please cover ‘csv’ module in python
@techTFQ
@techTFQ 2 года назад
Thank you so much 🙏🏼 Really glad you found this helpful 🙂 Sure will consider your feedback to make a video on csv module..
@ruphashree
@ruphashree 7 месяцев назад
Thank you sir
@techTFQ
@techTFQ 6 месяцев назад
Welcome
@rubang973
@rubang973 2 года назад
Thx buddy
@techTFQ
@techTFQ 2 года назад
Glad you liked it
@anilsana105
@anilsana105 Год назад
clear one
@techTFQ
@techTFQ Год назад
Thank you :)
@itsupportbyharshit6285
@itsupportbyharshit6285 Год назад
thanks
@cruizersofthemilleni
@cruizersofthemilleni Год назад
Thank you so much. Your video was really helpful. Do you have similar videos on pandas data frame using PostgreSQL? Thanks again.
@malavans
@malavans Год назад
Excellent video!!! One thing to clarify, what’s the difference between connecting this through SQLAlchemy with psycopg2 driver and connecting via psycopg2 driver straight away.
@MunishReddy
@MunishReddy Год назад
This is amazing stuff. Thank you, brother. I am trying to send the outputs I got in python to the database. Like I am reading valves from my plc using the OPC UA server via python. Now I want to send those values to my PostgreSQL database. Any help would be appreciated. Thank you very much again.
@TheToric
@TheToric 2 года назад
given that the context manager does not close the connection, is there any advantage of putting the connection under a contex manager?
@ha-tibas4208
@ha-tibas4208 Год назад
es lindo
@JCokee
@JCokee Год назад
This was 22 minutes and 57 seconds of pure AWESOME! Thank you so much! Python & PostgreSQL 101.
@GuillermoPalchik
@GuillermoPalchik 10 месяцев назад
Great video. How does one go about creating, storing, and using the config file?
@mohammedkarimuddin8472
@mohammedkarimuddin8472 10 месяцев назад
Which database is mostly used in IT industry Oracle or PostgreSql. Can you please tell me
@timtech9361
@timtech9361 2 года назад
Question. When creating the table, for the PRIMARY KEY which is id. Can you use SERIAL instead of INT? Asking since SERIAL will automatically address this as the PRIMARY KEY and the id will always be unique? I am assuming since the id will not have duplicates.
@techTFQ
@techTFQ 2 года назад
Yea you can use SERIAL as the data type for the primary key ID column.. I just used INT for this particular example
@pyalgoGPT
@pyalgoGPT Год назад
As a token of gratitude, I can buy your Udemy course or give a 5satr rating... God bless you. Create a video on polar with postgres
@tejaskifamily
@tejaskifamily 2 года назад
please create a video how to import data from CSV or excel file (of MB or GB data size) in tables automatically using python.
@CaribouDataScience
@CaribouDataScience Год назад
How would we insert a dataframe into a pg database?
@vinoddevasani
@vinoddevasani Год назад
This is awesome, But can we print the column names also in the Console/Output? Your code is just displaying the data.
@yaminadjoudi4357
@yaminadjoudi4357 2 года назад
Thank you very much, can you please show as how to connect our model machine learning application to python?
@techTFQ
@techTFQ 2 года назад
Your welcome 🙏🏼 I am planning to make videos on machine learning using python in the near future so hopefully I will cover this at that point in time.. Thank you for the suggestion, will definitely consider this 🙂
@yaminadjoudi4357
@yaminadjoudi4357 2 года назад
@@techTFQ thank you for responding please for especially deep learning.. good luck
@techTFQ
@techTFQ 2 года назад
Your welcome 🙏🏼 Sure focusing on data science concepts for the next few months and then will move on to machine learning and then deep learning.. Thanks again for the suggestion and the support. Truly appreciate it ☺️
@pusapatinarasimharaju956
@pusapatinarasimharaju956 2 года назад
sir what is the use of python to postgresql.we can dirctly write sql in postgresql in database for all the operations.please reply
@ankitg6454
@ankitg6454 8 месяцев назад
usually people don't insert 3 records. They have a data file containing 1000s of records that are to be inserted. you could have explained how to do that in you video
@ravendrink2710
@ravendrink2710 Год назад
Could you please tell me how to store or print, how many rows are getting affected after performing a DML.
@hkfc96
@hkfc96 6 месяцев назад
@techTFQ Thanks for the video. Please provide the updated link for the script.