resource — System Resource Management — PyMOTW 3

The functions in resource probe the current system resources consumed by a process, and place limits on them to control how much load a program can impose on a system.

Read more…

This post is part of the Python Module of the Week series for Python 3. See PyMOTW.com for more articles from the series.