You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
python shell
About this tag
The python shell tag on WindowsForum.com covers discussions about integrating Python with other technologies, such as connecting JavaScript to Python in a Chrome add-on. Users explore using the Python Shell module to pass data between JS and Python scripts, often encountering issues with imports and execution. The tag focuses on practical troubleshooting for cross-language communication, particularly in browser extensions or local development environments. Topics include setting up Python shell in JavaScript, handling return values, and resolving import errors. While the tag is not limited to Windows-specific issues, it reflects common challenges faced by developers working with Python on Windows systems.
I want to connect my .js code with my .py in a Chrome Add-on.
I want some text from JS being analyzed by the Python ki I've implemented. Then the return value from Python should get passed back to my JS file. Is this possible to do?
It's ok when the Add-on is only runnable locally. I'm looking...