HOME > Development > Build a CRUD Application with Python and MariaDB

Build a CRUD Application with Python and MariaDB

  • Development
  • May 11, 2025
SynopsisBuild a CRUD Application with Python and MariaDB, available a...
Build a CRUD Application with Python and MariaDB  No.1

Build a CRUD Application with Python and MariaDB, available at $54.99, has an average rating of 3.57, with 28 lectures, based on 7 reviews, and has 397 subscribers.

You will learn about Setup Python Development Environment Setup MariaDB Database Server Create a new database and table Create graphical user interface ( GUI ) with Python for the application Create and activate a virtual environment Create Python class and functions Connect Python to MariaDB Interact with MariaDB from Python This course is ideal for individuals who are Beginner Programmers or Anyone who wants to learn something new It is particularly useful for Beginner Programmers or Anyone who wants to learn something new.

Enroll now: Build a CRUD Application with Python and MariaDB

Summary

Title: Build a CRUD Application with Python and MariaDB

Price: $54.99

Average Rating: 3.57

Number of Lectures: 28

Number of Published Lectures: 28

Number of Curriculum Items: 28

Number of Published Curriculum Objects: 28

Original Price: $39.99

Quality Status: approved

Status: Live

What You Will Learn

  • Setup Python Development Environment
  • Setup MariaDB Database Server
  • Create a new database and table
  • Create graphical user interface ( GUI ) with Python for the application
  • Create and activate a virtual environment
  • Create Python class and functions
  • Connect Python to MariaDB
  • Interact with MariaDB from Python
  • Who Should Attend

  • Beginner Programmers
  • Anyone who wants to learn something new
  • Target Audiences

  • Beginner Programmers
  • Anyone who wants to learn something new
  • Python is a high-level, general-purpose programming language.  Its design philosophy emphasizes code readability with the

    use of significant indentation. Its language constructs and object-oriented approach aim to help programmers write clear, logical code for small- and large-scale projects

    MariaDB Server is one of the most popular open source relational databases. It’s made by the original developers of MySQL so they share some similarities.

    In this course you  learn how to interface a Python  application program with a MariaDB Server Database. Python has  various modules that you can use to  interact with databases. We will install a database connector module to enable us interact with MariaDB Server database from our Python application.

    We will be installing Python and MariaDB database server  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 will be used to interact with the MariaDB Server database from our Python application. We will also be creating a class with methods and also stand alone functions for our application.

    When the application is complete we will be able to perform CRUD operations on the MariaDB database from our Python application.

    Course Curriculum

    Chapter 1: Python Setup

    Lecture 1: Introduction

    Lecture 2: Installing Python

    Lecture 3: Install Text Editor

    Lecture 4: What is CRUD

    Lecture 5: What we will create

    Chapter 2: Building the application interface

    Lecture 1: Application design

    Lecture 2: Creating a project directory

    Lecture 3: Creating the app interface: Part 1

    Lecture 4: Creating the app interface: Part 2

    Lecture 5: Creating the app interface: Part 3

    Lecture 6: Creating the app interface: Part 4

    Lecture 7: Creating the app interface: Part 5

    Chapter 3: MariaDB Setup

    Lecture 1: Installing MariaDB

    Lecture 2: Create a database and table

    Lecture 3: Please Read

    Lecture 4: Create and activate a virtual environment

    Lecture 5: Install database adaptor connector

    Lecture 6: Create a database configuration file

    Chapter 4: Creating Python Class and Functions

    Lecture 1: Please Read

    Lecture 2: Creating a class with methods

    Lecture 3: Creating functions

    Lecture 4: Activating Widgets

    Chapter 5: Python and MariaDB Interaction

    Lecture 1: Please Read

    Lecture 2: Connecting to database with Python

    Lecture 3: MySQL | MariaDB Python Interaction: Part 1

    Lecture 4: MySQL | MariaDB Python Interaction: Part 2

    Lecture 5: Viewing application data stored in database

    Chapter 6: Project Code Download

    Lecture 1: Project Code

    Instructors

  • Build a CRUD Application with Python and MariaDB  No.2
    Bluelime Learning Solutions
    Making Learning Simple
  • Rating Distribution

  • 1 stars: 1 votes
  • 2 stars: 0 votes
  • 3 stars: 3 votes
  • 4 stars: 1 votes
  • 5 stars: 2 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!