Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #7213 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2011-06-08 16:30 +1000 |
| Last post | 2011-06-08 16:30 +1000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Running a Python script on a web server Chris Angelico <rosuav@gmail.com> - 2011-06-08 16:30 +1000
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2011-06-08 16:30 +1000 |
| Subject | Re: Running a Python script on a web server |
| Message-ID | <mailman.19.1307514618.11593.python-list@python.org> |
On Wed, Jun 8, 2011 at 3:52 PM, Abhijeet Mahagaonkar <abhijeet.manohar@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. > So i thought is there a python way of doing something like this? Yes, you can do that. That's what Nitin Pawar suggested. That's all part of what I lumped together as option #2 - run the scripts on the server. It's completely different from distributing them to people as EXEs, but it might very well do what you need. Chris Angelico
Back to top | Article view | comp.lang.python
csiph-web