Image by RitaE from Pixabay

Do Not Use Print For Debugging In Python Anymore

A refined “print” function for debugging in Python

--

What is the most frequently used function in Python? Well, probably in most of the programming languages, it has to be the print() function. I believe most of the developers like me, would use it to print messages into the console many times during the development.

--

--