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


Groups > comp.lang.python > #63895

a web UI to invoke a python script at server side

From Frank Cui <ycui@outlook.com>
Subject a web UI to invoke a python script at server side
Date 2014-01-14 09:20 -0300
Newsgroups comp.lang.python
Message-ID <mailman.5453.1389703905.18130.python-list@python.org> (permalink)

Show all headers | View raw


[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 comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web