following GAE python tutorial

Code
http://github.com/yiwang/GAE_helloworld

Tutorial

http://code.google.com/appengine/docs/python/gettingstarted/helloworld.html
http://www.youtube.com/watch?v=bfgO-LXGpTM

Deployment URL
http://animds090418.appspot.com/

PS:
GAE currently only supports Python2.5.
On Ubuntu 9.10, I have Python2.5 and Python2.6 both installed.
appcfg.py attempts to use SSL to authenticate gmail account.
http://code.google.com/appengine/kb/general.html#rpcssl

In reference to http://groups.google.com/group/google-appengine-python/browse_thread/thread/92583bea0395c57a?pli=1
I can use
sudo easy_install-2.6 pyopenssl
to install and use SSL (import ssl) for Python2.6. But
sudo easy_install-2.5 pyopenssl
seems installation successfully but import ssl fails.

I compiled ssl module from source at http://pypi.python.org/pypi/ssl/ with
sudo apt-get install libbluetooth-dev
to fix the missing bluetooth.h header
and it finally works.

following the great RobotLegs Hello World Video Tutorial

Tutorial at:
http://pv3d.org/2009/11/18/robotlegs-hello-world-video-tutorial

code:
http://github.com/yiwang/HelloRobotLegs/

made a build.xml for ant to compile .as files directly into .swf with open sourced Flex SDK, without Flash (Flex) Builder or Flash IDE.