Getting Started With Streamlit: A Practical Guide
Create interactive web applications for data science and machine learning projects using only Python, all thanks to Streamlit!
How to Customize Class Behavior in Python Using Magic Methods
Fine-tune the behavior of your classes with Python's flexible overriding mechanism.
How to Teach Your Kids to Code With a Raspberry Pi
Learning to code is a great way for children to develop problem-solving skills, and the Raspberry Pi is a great device to start on.
How to Install Python on Mac and Run Your First Script
Python no longer comes pre-installed on the Mac, so you'll need to do it yourself. This guide will also teach you how to run your first Python script.
How to Build a Video Media Player Using Python
This simple GUI project will teach you about media files and cross-platform programming.
Safeguard Your Python Scripts Against Reverse Engineering With Pyarmor
You may not want your crucial Python scripts to be reverse-engineered by malicious actors. Here’s how you can safeguard it.
How to Use an AWS S3 Bucket to Host Static and Media Files in Django
Learn how to get set up with S3 file storage using this step-by-step guide.
What Is a Tuple in Python? 3 Examples
Apart from lists, Python has another sequential data type known as tuples.
How to Build a Recipe Finder Application Using Python
No more wasting time searching here and there for the perfect recipe. Use this guide to create your personalized recipe finder application.
How to Add Random Moving Objects in Pygame
Random moving objects make games more exciting and challenging. Learn how to incorporate it into your Pygame projects.
How to Fix the "IndentationError: expected an indented block" Error in Your Python Code
Indentation is more important in Python than other languages, so much so that it can cause errors. Learn how to deal with it.
How to Build an OTP Verification System Using Python
Get the OTP verification system up and running in your Python application with the help of this guide.
How to Generate and Read Barcodes With Python
Barcodes are a common sight in our daily lives. With just a few simple steps, you can effortlessly generate and scan barcodes using Python.
How to Build a Plagiarism Detector Using Python
Build your own copy checker tool and learn about the Difflib module’s powerful capabilities.
Create a Book Borrowing System for Libraries Using Python
Follow along with this tutorial to learn how to build a basic data-management app with a simple GUI frontend.
How to Install and Configure PostgreSQL in Django
PostgreSQL is one of the best choices for a secure storage environment. Learn how to integrate it with Django.
Instance vs. Static vs. Class Methods in Python: The Important Differences
Python method types can be confusing for beginners. This quick guide will help you understand the differences and when to use each one.
A Beginner’s Guide to Creating and Using Packages in Python
Learn how to create, distribute, and use packages in Python with the help of this guide.
How to Convert an Image Into a PDF Using Python
Organize your images into PDFs and learn how to use Tkinter to build this handy utility.
A Guide to Uploading Images With a Django App
Build a simple, but effective, image uploader with this Python tutorial.