http://www.pydev.org/manual_101_install.html
https://www.python.org/downloads/release/python-352/
http://www.jetbrains.com/pycharm/download/download-thanks.html?platform=windows&code=PCC
this is the editor
first one is python (like
java)
2nd one is like escaplase
editor
In detail:
- Install windows version of python interpreter from the link https://www.python.org/downloads/release/python-352/
- Now after Interpreter is installed, you need editor or IDE to write python scripts. For this you can use "Pycharm" or "pydev" or you could also use just putty( or command prompt).
Link for pycharm: http://www.jetbrains.com/pycharm/download/download-thanks.html?platform=windows&code=PCC
pydev is the eclipse addin.
Link to pydev: http://www.pydev.org/manual_101_install.html
Wow. pydev is really good. Pycharm has lots of added value features like managing the python interpreter modules etc, but for coding and debugging pydev is good. It seems so much slicker now, good inspections, debugging, code completion.