Brief Tour of the Standard Library II

19 Dec 2019

The second part of the tour of the Python standard library covers more advanced modules. As with Part I, I’ve organized my notes into two sections: one for those modules I’ve already worked with and the other for modules that were new to me.

New (to me) modules:

array

bisect

collections

decimal

gc

heapq

locale

logging

string

struct

textwrap

weakref

Modules I’ve worked with previously:

pprint

threading