mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Merge pull request #621 from bhavnanisidhant/patch-2
Added Web.py and Web2py
This commit is contained in:
@@ -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
|
||||
model–view–controller (MVC) architectural pattern.
|
||||
|
||||
|
||||
Werkzeug
|
||||
--------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user