On Thu, Sep 3, 2009 at 10:16 AM, Noufal Ibrahim<nou...@gmail.com> wrote: > * Debugging: Guido uses print statements for 90% of his debugging and > a debugger for the times when his brain stops working or he has to > debug some wierd code that someone else wrote. > > http://panela.blog-city.com/a_talk_by_guido_van_rossum.htm
I too use print statements almost all the time. Even for debugging CPython code. I guess it is due to my own laziness. Putting `print` or `LOG.debug` is much easier/quicker compared to firing up a debugging console (and remembering how to use it). -srid _______________________________________________ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers