|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/create-a-crud-contacts-database-app-with-python-and-sqlite/
课程评论:没有评论
课程名称:使用Python和SQLite创建CRUD联系人数据库应用程序 课程概述:本课程旨在教授如何使用Python这一现代高效的面向对象编程语言以及SQLite轻量级便携式数据库系统,构建一个联系人数据库应用程序。Python因其易学性和灵活性,被广泛运用于各种大小项目中。SQLite则特别适合小型项目,能够灵活地进行数据管理。在本课程中,学员将通过应用程序的图形用户界面(GUI)与SQLite数据库互动,并执行各种CRUD(创建、读取、更新、删除)操作。 课程内容涉及图形用户界面的基本编程,主要使用Tk作为GUI工具包。我们将通过Python的Tkinter接口访问Tk。Tkinter是Python的默认GUI库,为构建实用应用程序提供了快速而有趣的方法。最终,学员将创建一个可用于存储联系人列表的联系人数据库应用程序,从中掌握应用程序开发的基本技巧。
Python is a dynamic modern object -oriented programming language that is easy to learn and can be used to do a lot of things both big and small. Python is what is referred to as a high level language. That means it is a language that is closer to humans than computer.It is also known as a general purpose programming language due to it's flexibility.We are going to use the SQLite database which is a light and portable database system. It is ideal for small projects.We will interact and perform various CRUD (CreateReadUpdateDelete) operations on the SQLite database from our application graphical user interface.In this course,you learn the basics of graphical user interface (GUI) programming. The primary GUI toolkit we will be using is Tk, Python's default GUI. We'll access Tk from its Python interface called Tkinter (short for "Tk interface").Tkinter is Python's default GUI library Python, along with Tkinter, provides a fast and exciting way to build useful applicationsWe will be creating a contacts database application that we can use to store a list of contacts.