>> 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
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 local
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
&g
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