Google App Engine – the first experiences

January 26th, 2010 | 2 Comments | Tagged as , ,

A few days ago, I started to work on the corporatepoems.com website. The web is a fun pet project, an idea born somewhere in a pub after a few beers – I will write about the idea a bit later. Today, I just wanted to briefly comment on two problems which I encountered during my first steps with the App Engine.
Read more

Setting up mod_wsgi with XAMPP on a Mac

September 17th, 2009 | 2 Comments | Tagged as ,

For a project at work I needed to create a Python app, accessible via http. I’m using a Mac with XAMPP installed at work. Being used to do this sort of work mostly in PHP, I needed to learn a few things. Here is the summary of how to make it work on the localhost.

Read more