PyMOTW: sys, Part 1: Interpreter Settings

sys contains attributes and functions for accessing compile-time or runtime configuration settings for the interpreter.

Read more at pymotw.com: sys