Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #63895 > unrolled thread
| Started by | Frank Cui <ycui@outlook.com> |
|---|---|
| First post | 2014-01-14 09:20 -0300 |
| Last post | 2014-01-14 09:20 -0300 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
a web UI to invoke a python script at server side Frank Cui <ycui@outlook.com> - 2014-01-14 09:20 -0300
| From | Frank Cui <ycui@outlook.com> |
|---|---|
| Date | 2014-01-14 09:20 -0300 |
| Subject | a web UI to invoke a python script at server side |
| Message-ID | <mailman.5453.1389703905.18130.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
Hey guys, I'm working on to provide a lightweight web UI for providing an interface to invoke a python script(a sequential script which could involve some system calls) at the server side. The UI should collect some parameters for input into this python script, and conversely the output of the script needs to be returned to the web client side. I haven't done much web programming before, can you provide some hints on how this is usually implemented ? ThanksFrank
Back to top | Article view | comp.lang.python
csiph-web