How to create CRUD Application with Python and PostgreSQL
Build a Python Application to interact with PostgreSQL Database
What you’ll learn
-
Setup PostgreSQL Database Server
-
Create a new database and table
-
Create a sequence to provide automatic numbering on a column
-
Alter column in a table
-
Create database connection configuration file
-
Create Graphical User Interface with tkinter
-
Create message pop up messages on application
-
Create and activate a virtual environment
-
Create a class and methods
-
Create functions
-
Bind button widgets to functions
-
Connect to PostgreSQL Database Server from Python Application
Requirements
-
Basic knowledge of SQL will help
-
Basic knowledge of Python will help
-
Basic knowledge of PostgreSQL
Who this course is for:
- Beginners to Python
- Beginners to Programming
- Beginners to SQL