Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What solution of Eclipse to Install for Python

Tags:

python

eclipse

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.

like image 240
Meesha Avatar asked Jun 29 '26 08:06

Meesha


1 Answers

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).

like image 78
Karpov Avatar answered Jun 30 '26 21:06

Karpov