os.path weirdness

John J. Lee jjl at pobox.com
Thu Jun 19 21:22:38 EDT 2003


Jeff Layton <jeffrey.b.layton at lmco.com> writes:
[...]
>     Also, thanks for the comments below. I haven't used the
> debugger at all yet. I'm an old fashioned kind of coder that
> uses lots of "write, printf, print" to debug :) I really do
> need to learn the debugger though.

I don't think so.  print statements are a perfectly good way of
debugging Python code.  One of the benefits of an interpreted
language.


John




More information about the Python-list mailing list