Jump to content

Category:Python (programming language) web frameworks

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cydebot (talk | contribs) at 01:38, 10 February 2016 (Cydebot moved page Category:Python web application frameworks to Category:Python web frameworks: Robot - Moving category Python web application frameworks to Category:Python web frameworks per CFD at [[Wikipedia:Categories for d...). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.