Python scripts in HTML -


is possible write python scripts in html code write php between <?php ... ?> tags?

i'd achieve python application run in browser.

thank help

php doesn't run in browser, server side language. try skulpt try run python in browser.


Comments