Tuesday, November 29, 2016

Python installations



https://www.python.org/downloads/release/python-352/  ---- 

Windows x86-64 web-based installer


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).
 
 
pydev is the eclipse addin.

I normally use Pycharm but I decided to have a look at Pydev again in eclipse 4.5.2.
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.