What's the Eclipse solution to install in Python
https://www.eclipse.org/downloads/index.php
I saw a video from youtube that says to download and install the classic version of Eclipse, but I couldn't find it on the Eclipse website. What solution can I install? I'm starting to feel so sorry for the trouble.
+3
Meesha
source
to share
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
Karpov
source
to share
The PyDev plugin is very good for Eclipse.
0
Anurag Choudhary
source
to share