May 3, 2010 – 10:31 pm
Finally, this weekend I got to some App Engine experimenting. Great chance to learn a new language, Python :). I was really amazed by how easy it is to get your first app up and running, but I'm a graphics junkie so I think I can add some value to the net by publishing this picture:
It gives a short overview of the developer's context in which to operate when developing Python-based App Engine Apps. Three main tools are at the developer's disposal: the Google App Engine Launcher (download via the tutorial), a browser to run/test your apps and an IDE for writing the Python code, IDLE for example. The GAE launcer can interact with a local development server which serves the code files from a local development folder (with a subfolder for each project). Using the same app, the launcher can deploy the app to the Google Cloud where it ...
Posted in Uncategorized | No Comments »