image  python-gwt-rpc

This is simple small library, for use both GWT (Google Web Toolkit) and GAE (Google App Engine) technologies together. This is a tool for simple and quick integration between google-app-engine and google web toolkit, without using json as communication protocoled. Unfortunately I have not GAE account, so I can't present a example, but you can download it from download section. By use this library you can write GWT services implementation in Python, with full support of transfer primitive types, custom object types and exceptions objects, with full type translation. This is first code written by me in python :), I'm java developer so maybe I do some wrong.

I'm just running a Google App Engine Codathlon (English) in Paris.

If you want a java version for GAppE, just star here.

http://code.google.com/p/python-gwt-rpc/

Update : A demo is available here.