hi all,
im fairly new to python and am struggling to find out how to read javascript values from a site.
Help is much appreciated.
thanks,
Python01

Recommended Answers

All 4 Replies

If you are new to python, avoid mixing python, java and javascript.

I have tried to keep my programs simple, but I find that everything I want to do requires mixing of languages
thanks anyhow for the advice
python01

I have tried to keep my programs simple, but I find that everything I want to do requires mixing of languages
thanks anyhow for the advice
python01

If you easily want to pass values from one language to another, you should use the json format. Most languages (including python) can parse and write json data. See the json module documentation http://docs.python.org/py3k/library/json.html#module-json

thank you heaps, this made my job ALOT easier
again, thank you

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.