Saturday 8 April 2017

Is there a Python module similar to the debug module on npm (Node.js)?

debug is a very useful JavaScript debugging utility. It let's developers selectively enable/disable debugging messages through a DEBUG environment variable (e.g. DEBUG=mypackage node script.js). I was simply wondering if there was an equivalent library/package in Python land.



via Olivier Lalonde

No comments:

Post a Comment