Reputation: 821
https://www.eclipse.org/downloads/index.php
I saw a youtube video which tells to download and install Eclipse classic version but I couldn't find it on the Eclipse website. What solution do I install? I am beginner so sorry for the trouble.
Upvotes: 3
Views: 86
Reputation: 423
Having installed Eclipse classic (or any other version of Eclipse, for this matter), you can then install the PyDev module. (There are many online tutorials telling 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 simple to install.Pycharm has a free, community edition).
Upvotes: 2