We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbef555 commit a5510abCopy full SHA for a5510ab
1 file changed
docs/scenarios/web.rst
@@ -78,6 +78,22 @@ already exist to suit your needs.
78
email to flask@librelist.com and reply to the confirmation email.
79
80
81
+Web.py
82
+------
83
+`Web.py <http://webpy.org/>`_ web.py is a web framework for Python that is as
84
+simple as it is powerful. You won't find wizards or boilerplate websites
85
+in Web.py and will have to build from scratch. Web.py provides no administration
86
+utility. Web.py is the brainchild of Aaron Swartz, who developed it while working
87
+on Reddit.com.
88
+
89
90
+Web2py
91
92
+A full stack web framework and platform focused in the ease of use. It focuses on
93
+rapid development, favors convention over configuration approach and follows a
94
+model–view–controller (MVC) architectural pattern.
95
96
97
Werkzeug
98
--------
99
0 commit comments