
while checking my Gmail inbox I found new functionality introduced, Now one can drag n drop email/s into labels, also now you can see the labels mostly used on the top of list.

while checking my Gmail inbox I found new functionality introduced, Now one can drag n drop email/s into labels, also now you can see the labels mostly used on the top of list.
Over past few years Google Search is improved a lot, from starting Image search, Blog search to suggesting Search Keywords to user.
I can see one more addition to Keyword suggestion feature, which shows a direct link in suggest box for first possible url of search keyword following with suggested keyword and then ‘Search’ and ‘I am feeling lucky’ buttons at the top of it, this is useful for those who use Search button click to search phrases.

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).
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: