Full-stack framework Django is one of the most beloved web development frameworks for developing Python applications.
Flask
Microframework Available under the BSD license, Flask is another popular Python framework. Inspired by the Sinatra Ruby framework, the microframework requires Jinja2 template and Werkzeug WSGI toolkit.
Web2py
Full-stack framework For Python developers looking for a scalable full-stack framework, Web2Py might be the answer
FastAPI
FastAPI is a Web framework for developing RESTful APIs in Python.
CherryPy
Microframework CherryPy is a popular open-source, object-oriented Python framework that follows a minimalistic approach.
Bottle
Microframework Bottle creates a single source file for every application developed using it.
Dash
Microframework Dash is an open-source Python-based framework for building analytical web applications.
CubicWeb
Full-stack framework Developed and curated by Logilab, CubicWeb is a free-to-use, semantic, open-source, Python-based web framework.
AIOHTTP
Asynchronous framework AIOHTTP is a Python framework that relies heavily on Python 3.5+ features, such as async & awaits.