Perl Vs Python, Associative arrays, regex, and other considerations.

Douglas Wilson dwilson at gtemail.net
Sat Mar 1 12:26:03 EST 2003


On Wed, 26 Feb 2003 19:26:06 GMT, "John Smith" <someone at microsoft.com> wrote:

>David:
>
>Tools: debuggers. A friend told me ddd for Perl is great. How would be
>Python?

Perl comes with a debugger.
There is also ptkdb (I think), a Tk based perl debugger (I've never used it).
Though I use debuggers in some environments with some languages,
I've found that I never use a debugger on my own perl code. You may find that's
the case for you too depending on how maintainable your code is.

Cheers,
-Doug




More information about the Python-list mailing list