Well, at least nothing appears easy to me when selecting the deployment configuration for ScrewTinny – my Python-based competitive marketing intelligence app.

I had planned to deploy ScrewTinny to Google App Engine and I’ve actually been very happy with how easy it is to get up and running with it on my Arcanicity Index project (more of that later). However, I found the process of generating HTML in a Python app akin to pulling my own teeth out. So I looked at templating techniques where embedded code is replaced at run-time which looked like it might be a More >