Build a CRUD Application with Python and MariaDB

所在平台: Udemy

课程主页: https://www.udemy.com/course/build-a-crud-application-with-python-and-mariadb/

课程评论:没有评论

第一个写评论        关注课程

课程简介

**课程名称:** 使用 Python 和 MariaDB 构建 CRUD 应用程序 **课程概述:** 本课程将指导您如何使用 Python 语言和 MariaDB 数据库服务器构建一个完整的功能应用程序。Python 作为一种高级、通用且注重代码可读性的编程语言,在本课程中将作为核心开发语言。MariaDB Server 作为一款流行的开源关系型数据库,其与 MySQL 具有相似之处,将作为数据存储后端。 课程的核心内容包括: * **环境搭建:** 安装 Python 和 MariaDB 数据库服务器,并创建用于应用程序交互的数据库和表。 * **数据库连接:** 学习如何安装 Python 数据库连接器模块,从而使 Python 应用程序能够与 MariaDB Server 数据库进行交互。 * **用户界面开发:** 使用 Python 内置的 Tkinter 模块(包括其 ttk 主题化小部件库)来创建应用程序的图形用户界面(GUI),包括按钮、标签等各类控件。 * **应用程序设计:** 创建数据库配置文件,以支持 Python 应用程序与 MariaDB Server 数据库的连接和通信。同时,将学习创建包含方法(methods)的类(class)以及独立的函数(functions)来组织和实现应用程序的功能。 * **CRUD 操作实现:** 在应用程序完成后,您将能够通过 Python 应用程序执行创建(Create)、读取(Read)、更新(Update)和删除(Delete)这四种核心的数据库操作(CRUD)。 通过本课程的学习,学员将掌握使用 Python 和 MariaDB 进行应用程序开发的实践技能,并能成功构建一个具备数据管理功能的桌面应用程序。

课程评论(0条)

课程详情

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 projectsMariaDB 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.

课程标签

0人关注该课程

主题相关的课程