bhaaluu wrote:
 > A (mainly Java) programmer on a LUG mailing list asks:
 >
 > What is a good IDE [for Python] that has Python tools for:
 >
 > library management,
 > code completion,
 > debugging,
 > documentation,
 > help
 >
 > Since I'm not familiar with Java at all, I'm not sure how many
 > of the things he is asking for, are even relevant for Python?
 > I'm presuming he is working with a team, and is developing
 > complex programs.
 >
 > What do _you use?

Personally, I use Emacs for more or less everything. As far as a more 
complete IDE solution goes, PyDev for the Eclipse platform is pretty 
popular. If you're willing to spend some $$$, then PyDev Extensions 
(also for Eclipse) are good, or ActiveState's Komodo IDE. They seem to 
be the gold standard.

-Jordan Greenberg
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to