Python Forum

Full Version: how to get some values from js on python console by python code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i am executing js map api from my python script. I want to use a value from the js in my python code.Is there any way to get the value from variabe in javascript so the it could be used in python script .
If you put it in a JSON file, your Javascript and Python can both read that some file.