Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Create a Python Application to connect to multiple databases
Rating: 4.7 out of 5(223 ratings)
4,452 students

Create a Python Application to connect to multiple databases

Create a Python App and Connect to and interact with Databases : PostgreSQL | MySQL |SQL Server | Oracle|SQLite
Last updated 3/2026
English

What you'll learn

  • Install and setup multiple database systems
  • Create virtual environments
  • Install database connector drivers for multiple database systems
  • Create Python Application GUI Frontend
  • Create database and table in multiple database systems
  • Create a class and methods in Python File
  • Import and use Python Modules
  • Create database connection configuration file
  • Interact with databases from Python Application GUI
  • Perform various database operations from Python App GUI

Course content

7 sections68 lectures6h 2m total length
  • Introduction2:03
  • What is CRUD2:02
  • What we will create1:39
  • Application Design Sketch1:49
  • Install Python on Windows4:34
  • Install Python3 on Mac6:57
  • Install Atom Text Editor3:57
  • Create project directory and Python File2:36
  • Creating the GUI : Part 110:30
  • Creating the GUI : Part 27:31
  • Creating the GUI : Part 312:18
  • Creating the GUI : Part 411:53
  • Creating the GUI : Part 57:00
  • Add comments to your code4:11

Requirements

  • Basic Knowledge of SQL
  • Basic knowledge of Python

Description

In this course you will   learn how to create a Python  application program  that will interact with the following database systems:

  • SQL Server database

  • PostgreSQL

  • MySQL

  • Oracle

  • SQLite

Python has  various modules that you can use to  interact with databases. We will install the various database connector module for each database system to enable us interact with the various  database systems from our Python application.

We will setup the various database management systems and also create a new database and table that our Python application will interact with.

We will create the Python application frontend using Tkinter which is a built in Python module used to create graphical user interfaces . From tkinter module we will import ttk module which is a themed widget library that contains various types of widgets like buttons,labels etc that we can use to build the graphical user interface for our Python application. We will also import other bits and pieces from the tkinter module that our Python application will use.

Also we will create a database configuration file that twill be used to interact with the various database systems that we will  connect to from our Python application. We will perform various database operations on the databases we will create from out Python application GUI frontend.

Who this course is for:

  • Beginners to Python
  • Beginners to Programming