CG数据库 >> Create a Python Application to connect to multiple databases

Video: .mp4 (1280×720, 30 fps(r)) | Audio: aac, 44.1 KHz, 2 ChGenre: eLearning Video | Language: English + .srt | Duration: 6 hour | Size: 1.74 GBCreate a Python App and Connect to and interact with Databases : PostgreSQL | MySQL |SQL Server | Oracle|SQLiteWhat you’ll learnInstall and setup multiple database systemsCreate virtual environmentsInstall database connector drivers for multiple database systemsCreate Python Application GUI FrontendCreate database and table in multiple database systemsCreate a class and methods in Python FileImport and use Python ModulesCreate database connection configuration fileInteract with databases from Python Application GUIPerform various database operations from Python App GUIRequirementsBasic Knowledge of SQLBasic knowledge of PythonDescriptionIn 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.

Who this course is for:Beginners to PythonBeginners to Programming


Create a Python Application to connect to multiple databases的图片1
Create a Python Application to connect to multiple databases的图片2