How to create a CRUD Application with Python and SQL Server

所在平台: Udemy

课程主页: https://www.udemy.com/course/how-to-create-a-crud-application-with-python-and-sql-server/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:如何使用Python和SQL Server创建CRUD应用程序 课程概述:在本课程中,您将学习如何将Python应用程序与SQL Server数据库进行交互。Python具有多种模块,可以与数据库进行交互。我们将安装pypyodbc连接器模块,以便从Python应用程序与SQL Server数据库进行交互。课程中会安装Microsoft SQL Server 2017 Express版,并创建一个新数据库和表,以供我们的Python应用程序使用。 我们将使用Tkinter创建Python应用程序的前端,Tkinter是一个内置的Python模块,用于创建图形用户界面。在Tkinter模块中,我们将导入ttk模块,这是一个主题小部件库,包含多种小部件,如按钮、标签等,可用于构建Python应用程序的图形用户界面。同时,我们还将从Tkinter模块中导入其他必要的组件,以支持我们的Python应用程序。 此外,我们还将创建一个数据库配置文件,用于在Python应用程序中与SQL Server数据库进行交互。通过这个课程,您将获得如何构建完整的CRUD应用程序所需的技能和知识。

课程评论(0条)

课程详情

In 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 that twill be used to interact with the SQL Server database from our Python application.

课程标签

0人关注该课程

主题相关的课程