Posts Tagged “App Engine”

python way ….

0Mandar Oak28th May 2008Miscellaneous, Daily Scoop, Programming, , , ,

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: