Python IDE for linux

N

Neil Isaac

I have been writing python my little python scripts in gedit and running them using the command line. At this point I'm thinking that I would like to start using a real IDE. I don't need anything special or fancy, but would like it to manage projects, etc...

I do know about kdevelop and emacs/vi(m)/nano/pico, but I use gnome most of the time and would rather (but not require) that the ide use anything other than qt. Aside from just IDEs, I would love to hear about eclipse/jedit/(anjuta?) plugins.

Thanks.
 
F

Fulvio

Alle 09:43, giovedì 20 aprile 2006, Neil Isaac ha scritto:
At this point I'm thinking that I would like to start using a real IDE.
Idle, shipped with Python :)

F
 
A

akameswaran

my $.03

I'm a tool freak - not just development, in general.
Also from a Java background.

PyDev plugin on Eclipse is the bomb, as far as I am concerned.

There was also a TruStudio plugin for eclipse that was a bit more
ambitious, but I've used it since early milestones through to the
current release, and there are still bugs in the way it handles indents
and code identification.

So I have settled on PyDev. It does a good bit of the work for you.
It's package management is the best - basically it uses java based
ideas. IT's not a perfect fit, but it's good enough for government work
;)

Basically I use PyDev for
1) syntax highlighting
2) code completion
3) minor debugging - debugger seems a little clunky to me
4) subversion integration - I love this feature, don't know how I got
along without it (via standard eclipse svn plugin) - also available for
cvs

And it works well and performance is good. Code complete doesn't bog
the system to bad.
 
A

akameswaran

when I said " It's package management is the best "

I mean't ISN'T the best

oops
 
P

projecktzero

Neil said:
I have been writing python my little python scripts in gedit and running them using the command line. At this point I'm thinking that I would like to start using a real IDE. I don't need anything special or fancy, but would like it to manage projects, etc...

I do know about kdevelop and emacs/vi(m)/nano/pico, but I use gnome most of the time and would rather (but not require) that the ide use anything other than qt. Aside from just IDEs, I would love to hear about eclipse/jedit/(anjuta?) plugins.

I haven't done anything with it, but doesn't ERIC3 use qt?
You might also take a look at Activestate's Komodo.
 
P

Philippe Martin

If your PC can handle eclipse ... memory-wise, I strongly suggest you give
pydev a shot.


Philippe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,279
Latest member
LaRoseDermaBottle

Latest Threads

Top