I’d like to be able to print debug information. I’ve seen the line:
To debug: print(“Debug messages…”, file=sys.stderr)
So I do that. I don’t know where to access this sys.stderr though to read the results. I’m running Windows, and my Googlings seem to only refer to Linux.
Feeling like a real noob right now.