At Cozi , we're writing our new web services in Python (a story for another day). I wrote up a few hard-won tips on using the Cheetah Template library at the Cozi Tech Blog .
Batchfile Wrapper I've made some significant changes to my Python Batchfile Wrapper . The main virtue of this wrapper is that it finds python.exe and invokes it on the associated Python script, ensuring that input redirection works. I've also adapted...