I want to take user inputs from web page(which do not need any authentication) and pass those as arguments to python script on a remote machine and share the script output as a result to webpage , all in python . What frameworks and modules in python will help me to achieve this workflow ? .
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
flask + jinja2
Flask