CherryPy 2.2.0 review

Download
by rbytes.net on

CherryPy is a pythonic, object-oriented web development framework. CherryPy allows developers to build web applications in much the

License: GPL (GNU General Public License)
File size: 0K
Developer: Remi Delon
0 stars award from rbytes.net

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.

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

Requirements:
All you need is a working version of Python-2.3 or later on your computer.

Installation:

Unzip/untar the files.
Go to the directory created by the file extraction.
Type "python setup.py install" to install the CherryPy module
To run your first sample website, go to cherrypy/tutorial/ and type "python tut01_helloworld.py", and you'll have a running website on port 8080.
Open your favorite browser and point it to http://localhost:8080 to see your first CherryPy-served page

CherryPy 2.2.0 search tags