How to debug python code?

bruno at modulix onurb at xiludom.gro
Fri Mar 31 03:11:26 EST 2006


sushant.sirsikar at gmail.com wrote:
> hi,
>        I am new to Python programming.I am not getting exactly pdb.Can
> anyone tell me effective  way to debug python code?

(automated) unit tests + print statements + the interactive shell are
usually enough. I almost never used pdb 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