Differences between revisions 33 and 34
Revision 33 as of 2007-01-07 13:36:49
Size: 1553
Editor: 86-121-16-114
Comment: Added a description of CherryPy from the CherryPy tutorial
Revision 34 as of 2007-03-15 06:13:43
Size: 1579
Editor: ip59934a65
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
Line 6: Line 5:
   version:: 3.0.0 (''[[Date(2006-12-23T00:00:00)]]'')    version:: 3.0.1 (''[[Date(2007-02-22T00:00:00)]]'')
Line 12: Line 11:
Line 16: Line 14:
Line 20: Line 17:
Line 31: Line 27:
Line 33: Line 28:
Line 41: Line 35:

["TurboGears"] builds on CherryPy.

A pythonic, object-oriented web development framework.

Masthead

URL

http://www.cherrypy.org/

version

3.0.1 (Date(2007-02-22T00:00:00))

licence
BSD
platforms
any platform that supports Python 2.3 or higher
Python versions
2.3 or higher

URL

http://www.cherrypy.org/

Licence

BSD

InTheirOwnWords

CherryPy is a pythonic, object-oriented web development framework.

CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This usually results in smaller source code developed in less time.

CherryPy is now more than three years old and it is has proven very fast and stable. It is being used in production by many sites, from the simplest ones to the most demanding ones.

CherryPy does its best to stay out of the way between the programmer and the problem. CherryPy applications are usually very simple. It works out of the box; default behavior is sensible enough to allow use without extensive setup or customization. The embedded web server allows one to deploy web applications anywhere Python is installed. In short, CherryPy is as pythonic as it gets.

Oh, and most importantly: CherryPy is fun to work with :-)

Comments

Very clean and elegant framework.

Sessions are supported.

No learning curves if you are a python developer.

CherryPy integrates beautifully with SQLObject (SqlObject) and ["Cheetah"].

["TurboGears"] builds on CherryPy.

CherryPy (last edited 2013-06-27 21:12:15 by Ender)

Unable to edit the page? See the FrontPage for instructions.