Yesterday night , Suddenly i got a idea to check the Google App engine. i checked Google App Engine and found that it support only Python and Java. As a Microsoft programmer i am new to both the language ,Then i thought of learning Python. I downloaded the Python 3 and install on my windows XP and started my first application “hello world”
here is code for my application
def hello():
nam = input ('Enter your name');
print 'Hello ',nam;
after i run the code in Python shell. I was excited.
Now i try to play around with Google App Engine . i downloaded the Google App Engine SDK for Windows from here. . And after that i downloaded sample code and hosted it on Google Appengine . It;s easy to Hosted in App Engine . will write a Another post on how install App Engine SDK and Host a website.
Here is my First application on http://elam.appspot.com/
Regards,
Elam