Old Man Yells At Cloud

breamoreboy at gmail.com breamoreboy at gmail.com
Sun Sep 17 09:34:58 EDT 2017


On Sunday, September 17, 2017 at 2:16:48 PM UTC+1, bartc wrote:
> 
> print can also be used for debugging, when it might be written, deleted 
> and added again hundreds of times. So writing all those brackets becomes 
> irksome. 'print' needs to be easy to write.
> 
> -- 
> bartc

Experienced Python programmers use the logging module for debugging, write once, delete (maybe) never.

--
Kindest regards.

Mark Lawrence.



More information about the Python-list mailing list