Category:Python (programming language) web frameworks

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>JJMC89 bot III at 21:14, 21 September 2020 (Category moved). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A web framework is a software framework that is designed to support the development of web applications, web services and web APIs. The framework aims to alleviate the overhead associated with common activities used in web development. For example, many frameworks provide libraries for database access, template processing and session management, and often promote code reuse. Though they often target development of dynamic websites they are also applicable to static websites.

This category lists web frameworks written in and/or designed for use with Python.