On Sun, Sep 17, 2017 at 9:34 AM, <breamore...@gmail.com> wrote: > Experienced Python programmers use the logging module for debugging, write > once, delete (maybe) never.
I use pdb for debugging (but I also log a lot which helps with prod system when users report a problem). -- https://mail.python.org/mailman/listinfo/python-list