I have a form in the html. And obviously an input box with a unique id.
THe uerenters clicks on the search input box and types the query.
Clicks on a button that is linked with javascript to provide js with whatever was entered in the input box.
But I have a python.py file which is where I want to use the term entered by the user.
How do I make the JS interact with Python? Web servers? Sockets? Whatever. Tell me steps.
Now, I have seen answers on SO and links that redirct to google app engine and so.
But If someone could provide me the step wise instructions as to how to get this done, maybe?