CG数据库 >> How to create a CRUD Application with Python and SQL Server

Video: .MP4, 1280×720 30 fps | Audio: AAC, 44.1 kHz, 2ch | Duration: 03:18:22Genre: eLearning | Language: English + Subtitles | Size: 995 MBCreate a Python Application to interact with SQL Server DatabaseWhat you’ll learnImporting Python ModulesCreating Graphical User Interface using Tkinter and ttkCreating a class with methodsCreating functionsCreating a virtual environmentInstalling Microsoft SQL Server 2017 Express EditionCreating a database and tableConnecting Python file to databaseCreate pop up boxes for your applicationInsert data into SQL Server database from Python applicationUpdate existing records inside SQL Server database from Python applicationDelete records from SQL Server database from Python applicationCreate a database configuration fileRequirementsBasic knowledge of SQL will help but not essentialBasic knowledge of PythonDescriptionIn this course you  learn how to interface a Python  application program with an SQL Server database.

Python has  various modules that you can use to  interact with databases.

We will install pypyodbc connector module to enable us interact with SQL Server database from our Python application.

We will be installing Microsoft SQL Server 20117 express edition 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 tha twill be used to interact with the SQL Server database from our Python application.

Who this course is for:Beginners to PythonBeginners to SQLBeginners to programming


How to create a CRUD Application with Python and SQL Server的图片1
How to create a CRUD Application with Python and SQL Server的图片2