Create a CRUD Contacts Database App with Python and SQLite
- Description
- Curriculum
- FAQ
- Reviews
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 (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 applications
We will be creating a contacts database application that we can use to store a list of contacts.
-
1IntroductionVideo lesson
-
2What is PythonVideo lesson
-
3Installing Python on windowsVideo lesson
-
4Installing Python3 on a macVideo lesson
-
5Installing AtomVideo lesson
-
6What is SQLiteVideo lesson
-
7Download and install SQLiteVideo lesson
-
8Install DB browser for sqliteVideo lesson
-
9Create a database and tableVideo lesson
-
10What is TkinterVideo lesson
-
11What we will createVideo lesson
-
12Application Design SketchVideo lesson
-
13Creating a logo imageVideo lesson
-
14Creating a project directory and Python fileVideo lesson
-
15Importing from tkinter moduleVideo lesson
-
16Creating a Python Class and App WindowVideo lesson
-
17Adding widgets - Part 1Video lesson
-
18Adding widgets - Part 2Video lesson
-
19Adding widgets - Part 3Video lesson
-
20Adding widgets - Part 4Video lesson
External Links May Contain Affiliate Links read more