[Tutor] How to create web interface?

R. Alan Monroe amonroe at columbus.rr.com
Tue May 20 22:22:51 CEST 2014


> I don't understand how precisely the web page would communicate with
> the python program.

In the simplest case, the webserver software executes your script.
Whatever you print() _is_ the webpage. The webserver sends whatever
you print() to the user's browser.

http://en.wikipedia.org/wiki/Common_Gateway_Interface

Alan



More information about the Tutor mailing list