0

Is there a way to run python on an html code?

How do i run a python program on my website?

12th Mar 2020, 11:39 AM
Alvaro Flores
Alvaro Flores - avatar
2 Answers
0
To run, open command prompt to the New folder directory, type python server.py to run the script, then go to browser type localhost:5000 , then you will see button. You can click and route to destination script file you created.
12th Mar 2020, 12:19 PM
Ayush Kumar
Ayush Kumar - avatar