PyCharm: http://www.jetbrains.com/pycharm/ Python(x,y): http://code.google.com/p/pythonxy/ Anaconda: http://continuum.io/downloadsOne potentially useful tool included in those distributions is the IPython notebook. This is worth reading about if you haven't come across it. It lets you mix documentation, code and results together in one place (similar to Mathematica for those who know it), which is a great way to organise work and collaborate.
Dan On 23/08/2014 11:46, Mark Wibrow wrote:
For fans of the Matlab IDE, I think the nearest for Python development would be Eclipse using the PyDev plug-in. Eclipse (via other plug-ins) also supports R, C/C++, Java and other languages. I use Eclipse pretty much exclusively, but as I have failed to persuade anyone else in my department to use it, it's obviously an acquired taste.