Python Frameworks
Introduction
A web framework is a software framework (framework) designed to support
development of web applications, web services and web APIs.
The framework aims to reduce the overhead associated with the usual actions used in web development.
For example, many frameworks provide libraries for database access, template processing, and session
management, and often facilitate code reuse.
Although they are often aimed at developing dynamic websites that are also applicable to static websites.
This category lists web frameworks written in Python and/or intended for use with Python.