Python Code Tutorials


articles/generate-svg-country-maps-in-python.jpg
How to Generate SVG Country Maps in Python

Learn how to use the GADM API to make SVG maps of all world countries in Python.

articles/create-a-custom-wordlist-in-python.jpg
How to Create a Custom Wordlist in Python

Learn how to build a custom wordlist generator with options of minimum and maximum characters, and more with itertools in Python.

articles/make-a-dictionary-app-using-tkinter-with-audio-pronounciation-python.jpg
How to Build a Dictionary App with Tkinter in Python

Learn how to build a nice GUI dictionary app with audio pronounciation using the Tkinter library in Python.

articles/handling-imbalance-dataset-with-customer-churn-data.jpg
Handling Imbalanced Datasets: A Case Study with Customer Churn

Learn how to handle one of the main data science common problems, which are imbalanced datasets, how to deal with them using SMOTE, tweaking class weights, and resampling in Python.

articles/django-authentication-system-in-python.jpg
How to Build an Authentication System in Django

Learn how you can build a simple authentication system (sign up, login, and logout) using the Django framework and Bootstrap in Python.

articles/check-file-integrity-in-python.jpg
How to Verify File Integrity in Python

Learn to protect your downloads from corruption and cyberattacks. This guide teaches you how to verify file integrity using Python, ensuring that your files remain authentic and untampered.

articles/cracking-caesar-cipher-in-python.jpg
How to Crack the Caesar Cipher in Python

Unlock the secrets of the Caesar cipher with our Python tutorial. Learn the ins and outs of one of history's oldest codes and how to break it using modern computing power.

articles/alarm-clock-app-using-tkinter-in-python.jpg
How to Create an Alarm Clock App using Tkinter in Python

Learn how to build a simple alarm clock app using tkinter and playsound libraries in Python.

articles/facial-recognition-in-python_compressed.jpg
How to Make a Facial Recognition System in Python

Master Python facial recognition with our step-by-step tutorial. Build real-time and image upload systems to identify faces with precision. Essential for security, attendance, and more. Perfect for beginners. Dive into the biometric tech world now!

articles/extract-gender-from-first-name-tkinter-python.jpg
How to Detect Gender by Name using Tkinter in Python

Learn how to extract gender from first name using genderize.io API and build a GUI around it with Tkinter in Python.

articles/email-verifier-app-django.jpg
How to Build an Email Address Verifier App using Django in Python

Learn how to build a web-based application in Django that verifies email addresses using email-validator in Python.

articles/handling-files-in-python-using-os-module.jpg
Why use Python for Data Analysis

Learn what a Data Analyst is and what you should know when using Python programming language for data analysis.

articles/hangman-gui-game-with-pygame-in-python.jpg
How to Create a Hangman Game using PyGame in Python

Learn how to use PyGame to create a Hangman word guessing game in Python.

articles/cartoonify-images-in-python_compressed.jpg
How to Cartoonify Images in Python

Learn how to cartoonify images using Python and OpenCV in this step-by-step tutorial. Transform regular photos into cartoon-like visuals with just a few lines of code. Perfect for beginners in computer vision.

articles/minify-css-files-using-python.jpg
How to Minify CSS with Python

Learn how to utilize cssutils library to minimize CSS files in a web project in Python.

articles/news-api-drf-python.jpg
How to Build a News Site API with Django Rest Framework in Python

Learn how to create a news site API from scratch using the Django and Django Rest Framework libraries in Python.