DEV Community

Provsri
Provsri

Posted on

2 1

Input from web page to python script

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 ? .

Top comments (2)

Collapse
 
0xkoji profile image
0xkoji

flask + jinja2

Collapse
 
sharadcodes profile image
Sharad Raj (He/Him)

Flask

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay