What's the Eclipse solution to install in Python
2 answers
After installing Eclipse classic (or any other version of Eclipse), you can install the PyDev module. (There are many online guides that tell you how to do this. And the documentation can be found there: http://pydev.org/manual_101_install.html )
If you're looking for an IDE for Python, PyCharm is also very good and easy to install. Pycharm has a free community version).
+2
source to share