In this step-by-step project, you’ll build a minimal contact book application using Python, with PyQt to build the application’s GUI and SQLite to handle the database.
Building projects is arguably one of the more approachable and effective ways of learning to program. Real projects require you to apply different and varied coding skills. They also encourage you to research topics that pop up as you’re solving problems in the development process. In this tutorial, you’ll create a contact book application with Python, PyQt, and SQLite.
In this tutorial, you’ll learn how to:
At the end of this project, you’ll have a functional contact book application that will allow you to store and manage your contact information.
#python #sqlite #pyqt #database