web.py, python web framework

You might say, another one ? but this one really caught my attention when I found about it sometimes ago during my search for html library in python. So when harry fueck blog about a simple wiki with webpy, I don’t hesitate to try it out. webpy was created by Aaron Swartz. As he pointed in rewriting reddit, webpy was a result of his frustration with django. It’s already used in production by reddit.com who rewrote their website in python from lisp ? I always have a dream of writing web application in python but the problem is there were 100 ways of doing it. Most that I have tried were complicated which made me stopped half of the way thinking that it’s not worth. webpy seem’s promising. I’m not depth into it yet but aaron might be in the right direction.

I got some problem setting up webpy as FastCGI through lighttpd and after few emails with aaron, I managed to get it work. I have put it in my wiki - http://www.k4ml.com/wiki/python/webpy.