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

Popular posts from this blog

Python __call__ special method practical example -

arrays - jQuery - Retrieve values from HTML elements and return their sum -