Passing values from html to python

Albert Hopkins marduk at letterboxes.org
Thu Oct 22 06:40:10 EDT 2009


On Thu, 2009-10-22 at 10:44 +0200, Ahmed Barakat wrote:
> Hi guys,
> 
> I am new to python and wed-development, I managed to have some nice
> example running up till now.
> I am playing with google app engine, I have this situation:
> 
> I have a text box in an html page, I want to get the value in it and
> pass it to the python script to process it
> I can pass values from python to html, but the other way I don't know
> how to do that.
> 

You need a web server: something that speaks the HTTP protocol.





More information about the Python-list mailing list