Antoon Pardon <antoon.par...@rece.vub.ac.be> writes: > On reason to use this is for some easy "logging"
I think it's better to use the actual logging module. I generally start a new program with print statements but convert them to logging after there's enough code to want to be more organized about it. -- https://mail.python.org/mailman/listinfo/python-list