Create a Python Application to connect to multiple databases

所在平台: Udemy

课程主页: https://www.udemy.com/course/create-a-python-application-to-connect-to-multiple-databases/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:创建一个Python应用程序以连接多个数据库 课程概述:在本课程中,您将学习如何创建一个Python应用程序,与多种数据库系统进行交互,包括SQL Server、PostgreSQL、MySQL、Oracle和SQLite。Python拥有多种模块,可以用于与这些数据库的交互。我们将为每个数据库系统安装相应的数据库连接器模块,使我们能够从Python应用程序中与各个数据库系统进行交互。 课程将涵盖以下内容: 1. 设置各种数据库管理系统,并创建新的数据库和表,以供我们的Python应用程序使用。 2. 使用Tkinter创建Python应用程序的前端,Tkinter是Python内置的模块,用于创建图形用户界面。 3. 从Tkinter模块中导入ttk模块,这是一个主题小部件库,包含多种类型的小部件,如按钮和标签,可用于构建图形用户界面。 4. 创建一个数据库配置文件,用于与我们将要连接的各种数据库系统进行交互。 5. 在我们使用Python应用程序的图形用户界面前端上,执行各种数据库操作。 通过本课程的学习,您将掌握如何使用Python与多个数据库系统进行高效的交互,并开发出功能完整的应用程序。

课程评论(0条)

课程详情

In this course you will learn how to create a Python application program that will interact with the following database systems: SQL Server databasePostgreSQLMySQLOracleSQLitePython 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.

课程标签

0人关注该课程

主题相关的课程