Learn Python

Master the Python programming language! Learn how to use Python for data analysis and automation, and discover useful frameworks like Django.

All Python content:

  1. A Smooth Refresher on Python's Tuples

    A Smooth Refresher on Python's Tuples

    Tutorial Beginner

    This is a new tutorial in the Python refresher series, which explains the essential topics you need to grasp to move forward in your Python learning journey....

  2. Build a News Aggregator With Django

    Build a News Aggregator With Django

    Course Beginner

    If you like the elegance of the Python programming language, Django is the web framework for you! Django is a powerful but pragmatic framework, with an...

  3. A Smooth Refresher on Python's Dictionaries

    A Smooth Refresher on Python's Dictionaries

    Tutorial Beginner

    In this tutorial, we continue our Python refreshers necessary to move you forward in your Python learning journey. This tutorial will be explaining Python's...

  4. A Smooth Refresher on Python's Lists

    A Smooth Refresher on Python's Lists

    Tutorial Beginner

    Many of us rely on a to-do list to manage our days; or we may have different items we like to put together to make their access easier. Is there an object...

  5. Monitor and Control Applications Using Supervisor: Part 2

    Monitor and Control Applications Using Supervisor: Part 2

    Tutorial Intermediate

    In this tutorial you'll learn how to control Supervisor with its XML-RPC API, which allows handling of Supervisor server and processes both remotely and...

  6. Monitor and Control Applications Using Supervisor: Part 1

    Monitor and Control Applications Using Supervisor: Part 1

    Tutorial Intermediate

    Supervisor to the rescue for controlling our web applications. Pass on the headache of controlling web apps to Supervisor.

  7. Build a Real-Time Chat Application With Modulus and Python

    Build a Real-Time Chat Application With Modulus and Python

    Tutorial Intermediate

    In this tutorial, I will show you how to implement a real-time chat application with Python and Flask, and then we will deploy this application to Modulus...

  8. Render an SVG Globe

    Render an SVG Globe

    Tutorial Intermediate

    Write a Python script that can read a world map and project it into a vector globe. Learn the basics of perspective projection and how to build a virtual...

  9. Free Course: Crawl the Web With Python

    Free Course: Crawl the Web With Python

    Tutorial Beginner

    Our latest free course covers the basics of building a simple web crawler and scraper using Python.

  10. Crawl the Web With Python

    Crawl the Web With Python

    Course Beginner

    In a recent business venture, I found it necessary to collect bulk data from different online sources in order to centralize it and make it easier for people...

  11. Creating a Web App From Scratch Using Python Flask and MySQL: Part 8

    Creating a Web App From Scratch Using Python Flask and MySQL: Part 8

    Tutorial Intermediate

    In the previous part of this tutorial series, we populated the dashboard page of our application with the wishes created by different users. We also attached...

  12. Creating a Web App From Scratch Using Python Flask and MySQL: Part 7

    Creating a Web App From Scratch Using Python Flask and MySQL: Part 7

    Tutorial Intermediate

    In the previous part of this series, we implemented image upload functionality for the users while adding a wish. We also added a few more options related to...