Tag Archive: Google App Engine


bolg engine

Intrest in learning new technologies, I was very much intrested in developing a personal application in python using Google App Engine.

Having no knowledge in Python programming, I thought of developing small Blog engine which can be Hosted in Google’s environment.

As Getting Started section give by google is enough to understand basic syntax to develop small apps. I ended with my small blog engine (with still enhancement coming up), which is now hosted at url http://my-blog.appspot.com.

Also there is one more application I m working for is Euro2008 Predictions Application, where one can login  with Google Accounts id and can register predictions for each match (No prize for lucky winners).

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: