Scott David Daniels 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.

combined with a modular design, so you can make sure that individual
functions, classes, and modules work as expected before you use them
to build larger stuff...

</F>



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to