Added Web.py and Web2py

This commit is contained in:
Sidhant Bhavnani
2015-10-22 21:27:36 +05:30
parent dbef55521f
commit a5510abc65
+16
View File
@@ -78,6 +78,22 @@ already exist to suit your needs.
email to flask@librelist.com and reply to the confirmation email.
Web.py
------
`Web.py <http://webpy.org/>`_ web.py is a web framework for Python that is as
simple as it is powerful. You won't find wizards or boilerplate websites
in Web.py and will have to build from scratch. Web.py provides no administration
utility. Web.py is the brainchild of Aaron Swartz, who developed it while working
on Reddit.com.
Web2py
------
A full stack web framework and platform focused in the ease of use. It focuses on
rapid development, favors convention over configuration approach and follows a
modelviewcontroller (MVC) architectural pattern.
Werkzeug
--------