Standard Library

Python comes with a set of modules called the standard library. Each module contains a related group of functions that can be embedded in programs.

Examples:

  • random
  • math
  • sys
  • os