[BangPypers] something in python similar to java applets
Noufal Ibrahim
noufal at gmail.com
Tue Sep 7 09:42:39 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.
I'm not sure how much you can interact with the local machine with
this kind of a setup. You could however implement a javascript or
something front end that sends some kind of messages to your backend
that will run scripts properly. Is that not sufficient?
>
> 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.
>
> -Naman
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
--
~noufal
http://nibrahim.net.in
More information about the BangPypers
mailing list