Python Code Tutorials


articles/todo-app-in-django.jpg
How to Make a Todo App using Django in Python

Learn how you can build a simple Todo application using the Django framework, crispy forms and Bootstrap in Python;

articles/web-dev-frameworks-in-python.jpg
Top Python Frameworks For Web Development

Discover several Python frameworks for web development, such as Django, Flask, Bottle, CherryPy and more.

articles/create-a-blog-app-using-django.jpg
How to Make a Blog using Django in Python

Learn how to build a simple blog from scratch using the Django framework and Bootstrap styling in Python.

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/handling-files-in-python-using-os-module.jpg
Teach your Kids to Build Their Own Game with Python

Tips & guides for teaching your kids how to develop their own game with the help of Python.

articles/youtube-audio-downloader-pytube-tkinter-python.jpg
How to Make a YouTube Audio Downloader in Python

Learn how to build a GUI app that downloads audio (MP3) files from YouTube videos using Pytube and Tkinter libraries 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/make-an-age-calculator-tkinter-python.jpg
How to Make an Age Calculator in Python

Learn how you to build an age calculator that calculates your age based on your birthday using Tkinter and datetime library in Python.

articles/handling-files-in-python-using-os-module.jpg
How to Split a String In Python

Learn how you can split text in Python using the .split() str method.

articles/handling-files-in-python-using-os-module.jpg
Python for Cyber Security: A Beginners Guide

A guide to Cybersecurity beginners and enthusiasts who want to learn the Python programming language.

articles/handling-files-in-python-using-os-module.jpg
Python Projects Anyone Can Contribute To

Explore some Python open-source libraries on different topics that you can contribute to on GitHub.

articles/youtube-video-downloader-in-python.jpg
How to Make a YouTube Video Downloader in Python

Learn how you can build a CLI and GUI YouTube video downloader using Pytube in Python.

articles/language-detector-in-python.jpg
How to Make a Language Detector in Python

Explore different libraries for detecting natural languages such as langdetect, langid, googletrans, and language-detector in Python.

articles/python-code-editor-python-tkinter.png
How to Make a Python Code Editor using Tkinter in Python

Learn how to make a simple python code editor that supports running the code and simple syntax highlighting using Tkinter in Python.

articles/preview.png
How to Make a Rich Text Editor with Tkinter in Python

Learn how to make a simple rich text editor where we can set a number of predefined styles for parts of the text via a Graphical User Interface (GUI) using Tkinter in Python.

articles/data-cleaning-with-pandas-in-python.jpg
Data Cleaning with Pandas in Python

Learn how you can clean your dataset in Python using pandas, like dealing with missing values, inconsistency, out of range and duplicate values.