CG数据库 >> Create a CRUD Contacts Database App with Python and SQLite

Created by Bluelime Learning Solutions | Published 11/2019Duration: 3 hours | Video: h264, 1280×720 | Audio: AAC, 44 KHz, 2 Ch | 1 GBGenre: eLearning | Language: English + Sub | LecturesBuild a contacts database application from scratch with Python and SQLiteWhat you’ll learnSetup PythonSetup SQLiteCreate database and tableImport from tkinter moduleCreate logo imageCreate application windowCreate application Graphical User Interface -GUICreate class and methodsAdd and position WidgetsConnect application GUI to SQLite DatabaseSet and fix size for application windowPerform CRUD Operations from app GUIRequirementsBasic knowledge of SQL and SQLiteBasic knowledge of PythonDescriptionPython 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 (Create|Read|Update|Delete) 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.

Who this course is for:Ne-wish beginners to PythonNe-wish beginners to SQL and SQLite


Create a CRUD Contacts Database App with Python and SQLite的图片1