Google AppEngine
I have an application concept in my head and wanted to build it for Google AppEngine.
The AppEngine SDK is offered in two flavors: Python and Java. I wasn’t really sure which SDK to pick. Python has been supported since Day One – it has the most examples and the best API support. In addition, it includes the webapp framework and Django support.
I’ve picked Python as the implementation framework.