[Tutor] IDE for Python
Steven D'Aprano
steve at pearwood.info
Fri Oct 8 19:57:56 CEST 2010
On Fri, 8 Oct 2010 02:23:27 am Juan Jose Del Toro wrote:
> Dear List;
>
> In your experience what is the best IDE for Python?
None of them.
I use a good editor in one window (I prefer Kate for larger projects,
although Kwrite is good enough for single modules or scripts) and a
good xterm in another. I can open as many tabs as I need in the xterm.
I have at least one interactive Python session open, plus another tab
for running unit tests or doc tests. The only thing I miss having is
integrated version control, and consequently I tend to be lazy and
avoid using it unless forced.
--
Steven D'Aprano
More information about the Tutor
mailing list