Free Python IDE ?

Jarek Zgoda jzgoda at o2.usun.pl
Wed Mar 29 15:42:48 EST 2006


Ernesto napisał(a):

> I'm looking for a tool that I can use to "step through" python software
> (debugging environment).  Is there a good FREE one (or one which is
> excellent and moderately priced ) ?

Good free: PyDev for Eclipse.
Good moderately priced: Komodo.

But from my long experience with Python, you rarely need a debugger,
since most of time your program will work as expected, if you had good
algorithm. Treat it as a language feature - you don't need to debug good
algorithms in Python. ;)

-- 
Jarek Zgoda
http://jpa.berlios.de/



More information about the Python-list mailing list