I want to execute my python code on the side even though there might be security problem
How can I write with importing modules and all?
I have tried using of pyjs to convert the below code to JS
import socket
print socket.gethostbyname_ex(socket.gethostname())[2][0]
but I am not find how to do the same.
Please help me how to how can convert this to JS and how to write other the python scripts and how to import modules in HTML.