Build a Contact Book With Python, PyQt, and SQLite

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: Create a graphical user interface (GUI) for your contact book application using Python and […]

Read more

Python and MongoDB: Connecting to NoSQL Databases

Python is a powerful programming language used for many different types of applications within the development community. Many know it as a flexible language that can handle just about any task. So, what if our complex Python application needs a database that’s just as flexible as the language itself? This is where NoSQL, and specifically MongoDB, come in to play. Throughout this article we’ll show you how to use Python to interface with the popular MongoDB (v3.4.0) database, along with […]

Read more