How can I execute a Python script from Javascript? -


I have written a module python that does some function.

Then I created a Google Chrome extension that uses JSON and javascript.

Now when I click on the extension, I want to execute it a Python program which is stored on my hard disk and displays the output again on the browser.

Is there any way in which I can do this ??

repeated:

Here you have some answers Pajamas are probably the best option in your case

Comments