I guess i got my answer :) Thanks

Regards,
Abhijeet

On Wed, Jun 8, 2011 at 12:01 PM, D'Arcy J.M. Cain <da...@druid.net> wrote:

> On Wed, 8 Jun 2011 11:22:53 +0530
> Abhijeet Mahagaonkar <abhijeet.mano...@gmail.com> wrote:
> > >>Python doesn't normally run in a web browser. There's two easy options:
> >
> > Is there an option of running it like php? I have never written in php,
> but
> > my understanding is that the php script will be saved in some remote
> server
> > and we will be able to run it using the url.
> > pls correct me if i;m wrong.
>
> Well, not wrong but perhaps not phrasing your original question
> correctly.
>
> > > On Wed, Jun 8, 2011 at 1:10 PM, Abhijeet Mahagaonkar
> > > <abhijeet.mano...@gmail.com> wrote:
> > > > So i have requested a server space so I need some inputs on how i
> will be
> > > > able to "host" these scripts on a webserver and have them run on
> browsers
> > > > rather than on individual systems.
>
> That's the normal way to run Python on the web.  You store your Python
> (or Perl or PHP or compiled C) programs on a web server that offers
> Python <PLUG TYPE="blatant">http://www.Vex.Net/</PLUG> and when someone
> clicks on the link the server runs them and presents the results.  This
> is different than something like Java or Javascript that runs in the
> browser.
>
> If that still doesn't answer your question then perhaps you can try to
> clarify exactly what it is you are trying to do.
>
> --
> D'Arcy J.M. Cain <da...@druid.net>         |  Democracy is three wolves
> http://www.druid.net/darcy/                |  and a sheep voting on
> +1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.
>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to