The Best Python Web Frameworks🤩

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Tornado

    Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.

  • Tornado is another micro framework aimed at a specific use case: asynchronous networking applications. Tornado is well-suited for creating services that open a great many network connections and keep them alive that is, anything involving WebSockets or long polling. Moreover, It requires Python 3.5 or higher and drops Python 2 support entirely.

  • awesome-django

    A curated list of awesome things related to Django

  • Official Website | GitHub | PyPI | Awesome

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Flask

    The Python micro framework for building web applications.

  • Official Website | GitHub | PyPI | Awesome

  • awesome-flask

    A curated list of awesome Flask resources and plugins

  • Official Website | GitHub | PyPI | Awesome

  • fastapi

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

  • Official Website |GitHub |PyPI

  • AIOHTTP

    Asynchronous HTTP client/server framework for asyncio and Python

  • Official Website |GitHub |PyPI

  • django-rest-framework

    Web APIs for Django. 🎸

  • Official Website |GitHub |PyPI

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • web2py

    Free and open source full-stack enterprise framework for agile development of secure database-driven web-based applications, written and programmable in Python.

  • Web2py

  • starlette

    The little ASGI framework that shines. 🌟

  • As the name suggests, FastAPI is built to create API endpoints quickly, and it runs fast too. It makes use of the Starlette project for its high-speed networking core, but you don’t need to know about Starlette’s internals to use FastAPI. You define endpoints in much the same manner as a Flask or Bottle app—use decorators to indicate which functions handle which routes—and then return dictionaries that are translated automatically into JSON.

  • Django

    The Web framework for perfectionists with deadlines.

  • Well, since Django‘s first appearance, it becomes one of the best python web framework. Django comes with almost every battery you may need, making it more suitable for building big applications than small ones.

  • Pyramid

    Pyramid - A Python web framework

  • Pyramid

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts