I am trying to execute a .py
file in html, but when i run the .py file it simply comes up as the source code.
Is it possible to import and execute a .py file from the html code. I have tried using <a href="___.py"></a>
but when I click on the url it just brings up the source code of the .py file.