sys — System-specific Configuration — PyMOTW 3
Originally posted
· 1 min read
The sys module includes a collection of services for probing or changing the configuration of the interpreter at runtime and resources for interacting with the operating environment outside of the current program.
This post is part of the Python Module of the Week series for Python 3. See PyMOTW.com for more articles from the series.