Rendering Arbitrary Objects with Nevow 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
October 17th, 2005 at 3:44 am
Hi mate,
Very nice and very handy. I’ll put a link to it onto the CherryPy wiki if you don’t mind?
- Sylvain
October 17th, 2005 at 3:43 pm
Great! Thanks for the commet and the link.