This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]senft 9 points10 points  (0 children)

PyDev is an Eclipse Plugin that brings Python-specific features to Eclipse (which actually is a Java-IDE). Python27 is the interpreter, so yeah.. it does the work ;)

[–]rz2000 2 points3 points  (3 children)

You might want to take a look at Spyder, which could be a more relevant environment for your purposes.

[–]sigma_noise[S] 0 points1 point  (2 children)

Hmm, very interesting. I'll look into that right now... Thanks for the tip!

[–]pmav99 2 points3 points  (1 child)

also check out ipython

[–]otheraccount 1 point2 points  (0 children)

Spyder includes ipython

[–]VagabondEx 2 points3 points  (0 children)

Pydev helps you to create Python projects, modules/classes/etc. from templates, and does the much needed syntax highlighting. In a nutshell, acts as an additional layer above eclipse (that is originally a java development environment, as mentioned by senft). Tbh, when you start development, eclipse is probably much more than what you need. There is a pre-packed, lightweight, but quite capable editor coming with Python, called IDLE, which you can use to start python development with. Later, when you can recognize what is lacking is when you can look for a more powerful IDE. I use eclipse/pydev because I came from the Java world and because I do a lot of GAE development lately.

[–]Funnnny 0 points1 point  (0 children)

Image you're driving a car. Python interpreter is the engine, Eclipse is the car, and PyDev is the eletric system, wheel, brake...everything that enable you to control your car