Click here to Skip to main content
15,881,092 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
I have a localhost with a simple html form ("test.html") and a program written in python ("program.py") I'd like to do this:

1º: Pass the form's field submitted by the user to the program and make it run: "test.html" --> "program.py"

2º: The program process that data and give an answer. I'd like to pass that answer to the html file to show it in localhost: "program.py" --> "test.html"

What I have tried:

I read a flask and a Django's tutorial but I couldn't understand how to do exactly this... I read about "cgi", a python library which can get data from an html form but through an indepent script, (At least I understood this way) Is there a way, please?
Posted
Updated 4-Jun-16 2:15am
v2
Comments
Sergey Alexandrovich Kryukov 3-Jun-16 11:38am    
All right, Django is just one of the frameworks designed exactly for that. So, what's the problem?
First, make sure that the hosting platform/plan is set up to support Python and Django. Then learn it and do the development. The items you've listed are very, very basic. This is what all server-side technologies do, and a lot more.
—SA
Member 12564006 4-Jun-16 4:48am    
Then maybe I didn't understand well that tutorial or not was so clear, could you please recommend me a good Django tutorial?
Sergey Alexandrovich Kryukov 4-Jun-16 9:53am    
I don't know anything except what you can find yourself, sorry.
—SA
Member 12564006 4-Jun-16 10:13am    
Ok, thanks for your help

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900