I want to run python script from HTML page ,i have no idea how to do it . So asking Is it possible to run python script from html button ?, if possible please share the steps .Thanks in advance
Asked
Active
Viewed 170 times
0
-
you should use python web frameworks flask, django, web2py .... then you can use python on html – Metalik Jul 05 '18 at 06:15
-
Try [this](https://www.tutorialspoint.com/python/python_cgi_programming.htm) – RohithS98 Jul 05 '18 at 06:30
-
Possible duplicate of [Running Python scripts from HTML button](https://stackoverflow.com/questions/47894506/running-python-scripts-from-html-button) – RohithS98 Jul 05 '18 at 06:31