|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/build-a-database-driven-application-with-python-and-mysql/
课程评论:没有评论
课程名称:使用Python和MySQL构建数据库驱动的应用程序 课程概述:在本课程中,您将学习如何将Python应用程序与MySQL服务器数据库进行接口。Python具有多种模块,可用于与数据库交互。我们将安装CX_ORACLE连接器模块,以便从我们的Python应用程序与MySQL服务器数据库进行交互。课程将涵盖Python和MySQL数据库服务器的安装,以及创建一个新的数据库和表,以供我们的Python应用程序使用。 在前端部分,我们将使用Tkinter,这是一个内置的Python模块,用于创建图形用户界面。我们还将从Tkinter模块中导入ttk模块,这是一个主题小部件库,包含多种小部件(如按钮和标签),可用于构建Python应用程序的图形用户界面。此外,我们将创建一个数据库配置文件,用于与MySQL服务器数据库进行交互。 我们将创建一个类以及相应的方法和独立函数,以支持应用程序的功能。当应用程序完成后,我们将能够通过Python应用程序对MySQL数据库执行CRUD(创建、读取、更新、删除)操作。
In this course you learn how to interface a Python application program with a MySQL Server Database. Python has various modules that you can use to interact with databases. We will install CX_ORACLE connector module to enable us interact with MySQL Server database from our Python application.We will be installing Python and MySQL 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 twill be used to interact with the MySQL 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 MySQL database from our Python application.