Meesha
Meesha

Reputation: 821

What solution of Eclipse to Install for Python

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

Answers (2)

Karpov
Karpov

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

Anurag Choudhary
Anurag Choudhary

Reputation: 890

PyDev plugin is very good for Eclipse.

Upvotes: 0

Related Questions