mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
A bit more precise on web framworks: they are not only libraries and you built your app inside them
This commit is contained in:
@@ -21,10 +21,10 @@ documented in `PEP-3333 <http://www.python.org/dev/peps/pep-3333/>`_.
|
||||
Frameworks
|
||||
::::::::::
|
||||
|
||||
Broadly speaking, a web framework is a set of libraries upon which you can
|
||||
build custom code to implement a web application (i.e. an interactive web
|
||||
site). Most web frameworks include patterns and utilities to accomplish at
|
||||
least the following:
|
||||
Broadly speaking, a web framework consist of a set of libraries and a main
|
||||
handler within which you can build custom code to implement a web application
|
||||
(i.e. an interactive web site). Most web frameworks include patterns and
|
||||
utilities to accomplish at least the following:
|
||||
|
||||
URL Routing
|
||||
Matches an incoming HTTP request to a particular piece of Python code to
|
||||
|
||||
Reference in New Issue
Block a user