[EMAIL PROTECTED] 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 '[EMAIL PROTECTED]'.split('@')])"
--
http://mail.python.org/mailman/listinfo/python-list
