Create a CRUD Contacts Database App with Python and SQLite
What you will learn
- Setup Python
- Setup SQLite
- Create database and desk
- Import from tkinter module
- Create emblem picture
- Create utility window
- Create utility Graphical Consumer Interface -GUI
- Create class and strategies
- Add and place Widgets
- Join utility GUI to SQLite Database
- Set and repair dimension for utility window
- Carry out CRUD Operations from app GUI
Requirements
- Primary data of SQL and SQLite
- Primary data of Python
Description
Python is a dynamic trendy object -oriented programming language that’s simple to be taught and can be utilized to do loads of issues each huge and small. Python is what’s known as a excessive degree language. Meaning it’s a language that’s nearer to people than pc.It is usually referred to as a basic goal programming language resulting from it is flexibility.
We’re going to use the SQLite database which is a light-weight and moveable database system. It’s very best for small tasks.
We are going to work together and carry out varied CRUD (Create|Learn|Replace|Delete) operations on the SQLite database from our utility graphical consumer interface.
On this course,you be taught the fundamentals of graphical consumer interface (GUI) programming. The first GUI toolkit we can be utilizing is Tk, Python’s default GUI. We’ll entry Tk from its Python interface known as Tkinter (quick for “Tk interface”).Tkinter is Python’s default GUI library Python, together with Tkinter, gives a quick and thrilling method to construct helpful purposes
We can be making a contacts database utility that we will use to store an inventory of contacts.
Who this course is for:
- Ne-wish beginners to Python
- Ne-wish beginners to SQL and SQLite