Skip to Content
Nextra 4.0 is released 🎉
ReferenceLibrariesStandard LibraryStandard Library

Standard Library

Python comes with a set of built-in libraries called the standard library. These are ready to use — no installation needed, just import them.

Here are the three you’ll use most in this class:

LibraryWhat it does
mathMath functions like square roots, rounding, and pi
randomGenerate random numbers, pick random items
csvRead and write CSV (spreadsheet-style) files
Last updated on