Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #63895 > unrolled thread

a web UI to invoke a python script at server side

Started byFrank Cui <ycui@outlook.com>
First post2014-01-14 09:20 -0300
Last post2014-01-14 09:20 -0300
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  a web UI to invoke a python script at server side Frank Cui <ycui@outlook.com> - 2014-01-14 09:20 -0300

#63895 — a web UI to invoke a python script at server side

FromFrank Cui <ycui@outlook.com>
Date2014-01-14 09:20 -0300
Subjecta 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 		 	   		  

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web