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