@@ -61,8 +61,6 @@ project as-is, or customized to fit your needs.
61
61
There are annual Django conferences `in the United States
62
62
<http://djangocon.us> `_ and `in Europe <http://djangocon.eu >`_.
63
63
64
- The majority of new Python web applications today are built with Django.
65
-
66
64
Flask
67
65
-----
68
66
@@ -85,9 +83,6 @@ For those that do, there are many
85
83
`Extensions <http://flask.pocoo.org/extensions/ >`_ available that may
86
84
suit your needs. Or, you can easily use any library you want yourself!
87
85
88
- Flask is default choice for any Python web application that isn't a good
89
- fit for Django.
90
-
91
86
92
87
Tornado
93
88
--------
@@ -102,14 +97,18 @@ I do not recommend using Tornado unless you think you need it.
102
97
Pyramid
103
98
--------
104
99
105
- `Pyramid <http://www.pylonsproject.org/ >`_ is a lot like Django, except
106
- with a heavier focus on modularity. It comes with a smaller number of
107
- libraries ("batteries") built-in, and encourages users to extend its
108
- base functionality.
100
+ `Pyramid <http://www.pylonsproject.org/ >`_ lies somewhere between a big
101
+ framework like Django and the microframeworks: It comes with a lot of libraries
102
+ and functionality and can thus not be considered lightweight. On the other
103
+ hand, it does not provide all the functionality Django does. Instead Pyramid
104
+ brings basic support for most regular tasks and provides a great deal of
105
+ extensibility. Additionally, Pyramid has a huge focus on complete
106
+ `documentation <http://docs.pylonsproject.org/en/latest/docs/pyramid.html >`__
107
+ and boast 100% unittest coverage.
108
+
109
+ **Support ** can also be found in the
110
+ `documentation <http://docs.pylonsproject.org/en/latest/index.html#support-desc >`__.
109
111
110
- Pyramid does not have a large user base, unlike Django and Flask. It's a
111
- capable framework, but not a very popular choice for new Python web
112
- applications today.
113
112
114
113
Web Servers
115
114
:::::::::::
0 commit comments