How-to articles, tricks, and solutions about STDERR
How do I print to stderr in Python?
To print to stderr in Python, you can use the stderr attribute of the sys module: