From 8df43e246be47051012a57320a9d57cbc76f153a Mon Sep 17 00:00:00 2001 From: Eduardo Rolim Date: Mon, 30 Jun 2014 15:06:49 -0300 Subject: [PATCH] Added entries on Web Development Frameworks Added TurboGears, Grok and CherryPy. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ce7846f..1434c09 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,9 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b * [Bottle](http://bottlepy.org/) - A fast, simple and lightweight WSGI micro web-framework. * [Pyramid](http://www.pylonsproject.org/) - A small, fast, down-to-earth, open source Python web framework. * [web2py](http://www.web2py.com) - A full stack web framework and platform focused in the ease of use. +* [TurboGears](http://www.turbogears.org/) - The Web Framework that scales with you. Starts as a microframework and scales up to a fullstack solution. +* [Grok](http://grok.zope.org/) - A framework built on the existing Zope 3 libraries, offers a lot of building blocks for web development. +* [CherryPy](http://www.cherrypy.org/) - A Minimalist Python Web Framework, HTTP/1.1-compliant and WSGI thread-pooled. ## CMS