> > Hi , > > We have a project where I need to read files store > > them in database in the backend.We have done this in > > python.Now we decided to use Ajax technique for user > > interface.For that we found that GWT is one of the > > best toolkits.Now I got a doubt can I interface GWT > > with python. > > Thanks , > > Shadab.
You might also want to look at the javascript backend of pypy. It translates python code into javascript and has all kinds of cool mechanisms for "AJAX". pypy main page: http://codespeak.net/pypy/dist/pypy/doc/news.html javascript backend info: http://codespeak.net/pypy/dist/pypy/doc/js/webapps_with_pypy.html -- http://mail.python.org/mailman/listinfo/python-list