Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Re: Passing values from html to python

Reply
Thread Tools

Re: Passing values from html to python

 
 
Albert Hopkins
Guest
Posts: n/a
 
      10-22-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.


 
Reply With Quote
 
 
 
 
Richard Brodie
Guest
Posts: n/a
 
      10-22-2009

"Albert Hopkins" <> wrote in message
news:mailman.1851.1256208328.2807.python-...
> On Thu, 2009-10-22 at 10:44 +0200, Ahmed Barakat wrote:
>> Hi guys,
>>
>> 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

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


Google's servers will probably be able to handle his requirements for
the time being

It's going in at the deep end a bit, going straight to App Engine but
webapp or cgi is what you need. Or we could discuss what the best
Python web framework is again...

http://code.google.com/appengine/doc...quests_and_CGI


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How to pass one HTML values to another HTML Gabriel Genellina Python 0 04-02-2009 07:48 AM
firefox html, my downloaded html and firebug html different? Adam Akhtar Ruby 9 08-16-2008 07:55 PM
passing values in html =?Utf-8?B?Ym9iYnk=?= ASP .Net 2 10-03-2007 11:57 PM
Passing values between HTML forms robkiolbasa Javascript 2 02-12-2007 03:55 PM
Passing values from a function generated html. cirillo_curiosone Javascript 0 07-26-2004 06:50 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57