Very, Very Green Python User
bruno at modulix
onurb at xiludom.gro
Tue Mar 14 08:47:01 EST 2006
Scott David Daniels wrote:
> hanumizzle at gmail.com wrote:
>
>> ... Is the Python debugger fairly stable?
>
> Yes, but it is not massively featured. The "Pythonic" way is to
> rarely use a debugger (test first and straightforward code should
> lead to "shallow" bugs). Often for most of us judiciously placed
> print statements suffice.
Well, the fact is that I haven't used pdb on more than two or three
occasions, and I'm using Python since the 1.5.x.
--
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