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

2 Responses to “Rendering Arbitrary Objects with Nevow CherryPy

  1. Sylvain Hellegouarch Says:

    Hi mate,

    Very nice and very handy. I’ll put a link to it onto the CherryPy wiki if you don’t mind?

    - Sylvain

  2. christian Says:

    Great! Thanks for the commet and the link.

Leave a Reply