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 Andy Dingley (talk | contribs) at 13:40, 2 April 2016 (new key for Category:Python (programming language): "Web frameworks" using HotCat). 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.