The Occasional Occurence

Rendering Arbitrary Objects with Nevow CherryPy

October 13, 2005 at 10:19 PM | categories: Python, cherrypy

I decided to rewrite a Python Cookbook recipe using CherryPy.

I don't have anything against Twisted or Nevow, but there are just too many recipes devoted to them in the 2nd edition of the Python Cookbook.

It's a testament to the simplicity of Python and CherryPy that I was able to create a recipe that is functionaly equivalent to the one using Nevow using only one import statement vs. eight in the Nevow recipe.

cw