How to print in Python regardless of Python 2 or 3
Found a good way to do print in both Python 2 and 3. I've hit this a couple of times now, so it would be good to remember it.
Here it is: print to stderr
Found a good way to do print in both Python 2 and 3. I've hit this a couple of times now, so it would be good to remember it.
Here it is: print to stderr