Is there a way to send data from a python script to a webpage and process it using JavaScript?
I found the python-requests
module but it seems that it only send data to the server-side not to the client-side.
Is there a way to send data from a python script to a webpage and process it using JavaScript?
I found the python-requests
module but it seems that it only send data to the server-side not to the client-side.