Re: [BangPypers] something in python similar to java applets

2010-09-13 Thread Vishal
In case you wish to convert Python to JavaScript, you should definitely look at the python to javascript compiler at pyjamas. http://pyjs.org/#Supported Vishal On Tue, Sep 14, 2010 at 10:04 AM, Dhananjay Nene wrote: > On Mon, Sep 6, 2010 at 6:32 PM, naman jain wrote

Re: [BangPypers] something in python similar to java applets

2010-09-13 Thread Dhananjay Nene
On Mon, Sep 6, 2010 at 6:32 PM, naman jain 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

Re: [BangPypers] something in python similar to java applets

2010-09-08 Thread naman jain
>> But a standalone downloadable executable needs to communicate back the >> results to the server. So you mean the applet launches it locally and keeps >> track of it to send the results back. > > [...] > > You could have some kind of an API (web maybe) which the downloadable > app can use to talk

Re: [BangPypers] something in python similar to java applets

2010-09-07 Thread Noufal Ibrahim
On Tue, Sep 07 2010, naman jain wrote: [...] > But a standalone downloadable executable needs to communicate back the > results to the server. So you mean the applet launches it locally and keeps > track of it to send the results back. [...] You could have some kind of an API (web maybe) which

Re: [BangPypers] something in python similar to java applets

2010-09-07 Thread naman jain
On Tue, Sep 7, 2010 at 1:48 PM, steve wrote: > Hello Naman, > > > On 09/06/2010 06:32 PM, naman jain 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

Re: [BangPypers] something in python similar to java applets

2010-09-07 Thread naman jain
On Tue, Sep 7, 2010 at 1:12 PM, Noufal Ibrahim wrote: > On Mon, Sep 6, 2010 at 6:32 PM, naman jain 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

Re: [BangPypers] something in python similar to java applets

2010-09-07 Thread steve
Hello Naman, On 09/06/2010 06:32 PM, naman jain 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 l

Re: [BangPypers] something in python similar to java applets

2010-09-07 Thread Noufal Ibrahim
On Mon, Sep 6, 2010 at 6:32 PM, naman jain 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 me

[BangPypers] something in python similar to java applets

2010-09-06 Thread naman jain
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