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
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to