Mod_python’s Publisher Handler
Tuesday, November 29th, 2005Time and time again I find myself adoring the simplicity in which Python allows you to get things done, mod_python’s Publisher Handler is another fine example of this. It allows you to use REST style url (or any other style for that matters) to access functions in python modules. This is especially heartfelt after months [...]