Double Bonanza Offer - Upto 30% Off + 1 Self Paced Course Free | OFFER ENDING IN: 0 D 0 H 0 M 0 S

Log In to start Learning

Login via

Post By Admin Last Updated At 2020-06-15
PostgreSQL Overview

So till now, we have seen the various features of python. Since everybody knows python plays a major role in development. But the application of python does not stop here, Additionally, there is some situation where the user needs to supply the input. So we need a storage area to store all the inputs supplied by the user.

Today we have many storage areas to store the user supplied. One of the many storage areas is PostgreSQL. So today in this tutorial, we do have look over the connection of python with PostgreSQL.

And before going into the discussion further, I would like to formally introduce

What is a database?

A database is an organized collection of data, that is stored and accessed electronically from the computer system.

So let us quickly move into the topic

What is PostgreSQL?

PostgreSQL is a powerful open source relational database management systems. Today many experts in the IT industry suggest that it has proven architecture and reputation for readability, data integrity, and correctness. The PostgreSQL runs on major of the operating systems like Linux, Unix, and Windows operating systems.

So now we have a got basic idea regarding the PostgreSQL. Now its time to have the environment setup. Follow the step to install PostgreSQL in your local system.