[CentralOH] Python IDE

Steven Huwig steven_h at acm.org
Tue Nov 10 20:28:09 CET 2009


On Tue, Nov 10, 2009 at 1:49 PM, Bryan Harris
<bryan.harris at udri.udayton.edu> wrote:
>
> Hi all,
> What editors do people on here prefer? I use a combination of vi and gedit, but sometimes I yearn for the intelligent auto-completion which I get in an IDE like eclipse with Java. (Eclipse pydev is so slow it's completely unusable.) Is WingIDE worth getting for this reason?
> Thanks,
> Bryan

The python-mode included with Emacs 22+ handles Python completion and
documentation, at least as far as module contents and docstrings go.

You might also consider using ipython.

-- Steve


More information about the CentralOH mailing list