Free Python IDE ?

bruno at modulix onurb at xiludom.gro
Thu Mar 30 03:08:26 EST 2006


Ernesto wrote:
> I'm looking for a tool that I can use to "step through" python software
> (debugging environment).  

This is not an 'IDE', it's a debugger.

> Is there a good FREE one 

http://www.python.org/doc/2.4.2/lib/module-pdb.html

Strange enough, I almost never had a use for a debugger in 5+ years of
Python programming.

-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list