python way ….
A week ago I came across announcement of Google App Engine in April’08. They are allowing developers to develop and host their applications on google’s system, and which are used by Google Application.
The App Engine is implemented using Python programming language currently. They have a complete set of APIs to use from integration of Google Accounts to data storage system which supports Queries and transactions.
How to develope:
The App Engine (SDK) includes a web server application that emulates all of the App Engine services on your local computer. Python SDK is implemented using pure Python which can be downloaded from Python site.
it has nice article for getting started.
Some more links listed are:
- Watch the Campfire One video or read the transcript.
- Watch the App Engine demo video.
- Download the SDK, sign up for an account, then read the Getting Started Guide and do the tutorial.
- Browse the App Gallery for examples of applications built with App Engine.
- Check out the rest of the App Engine documentation.


