Python Forum
how to get some values from js on python console by python code - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: how to get some values from js on python console by python code (/thread-24418.html)



how to get some values from js on python console by python code - vivekagrey - Feb-13-2020

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 .


RE: how to get some values from js on python console by python code - micseydel - Feb-13-2020

If you put it in a JSON file, your Javascript and Python can both read that some file.