[BangPypers] something in python similar to java applets

Dhananjay Nene dhananjay.nene at gmail.com
Tue Sep 14 06:34:07 CEST 2010


On Mon, Sep 6, 2010 at 6:32 PM, naman jain <namanvit at gmail.com> 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


More information about the BangPypers mailing list