On Mon, Sep 6, 2010 at 6:32 PM, naman jain <[email protected]> wrote:
> Hello, > > I want to do something through python what applets do in java. > Through a website I want people to log in and do some tests locally on > their > machines and send the results > to the server. > > According to my understanding we have methods like applets or flash to do > something > locally on the client machine. > > Is there any way in python we can achieve it ? > I have my test scripts in python(which do some communication and file > transfer to serial devices connected locally), and I would like to avoid > rewriting them in java. > > a. Since Jython was mentioned earlier in the thread, that could possibly be a solution b. You may want to check out coffeescript http://jashkenas.github.com/coffee-script/ <http://jashkenas.github.com/coffee-script/>It actually compiles the python like code into javascript, Not sure how much code change that might involve. Dhananjay > > -- -------------------------------------------------------- blog: http://blog.dhananjaynene.com twitter: http://twitter.com/dnene _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
