Run python script from html

Hi,

Is there a way I can execute a python script in digital ocean server from the html script we enter as the code in the hardware configuration tab in the cloud.boltiot

Hello,
First of all python is not a scripting language it’s a programming language and html is a markup language and JavaScript is a scripting language. Yes you can interface with JavaScript or html it’s called web scrapping techniques. You can study about it here.

https://docs.python.org/2/howto/webservers.html

You can achieve it by node.js or Django frameworks