Python ships with a huge standard library — code that comes built in, no install needed. This section tours the modules you’ll reach for most often when working with data, files, and time.
What’s in this section
mathandstatistics— common maths and basic statsrandom— random numbers, choices, shufflesdatetime— dates, times, and durationscollections—Counter,defaultdict,dequepathlib(deeper look) — work with filesystem pathsosandsys— talk to the operating system
Once you know these, you’ll stop reinventing wheels that Python already ships.