Python Standard Library Deep Dive: time, random, collections, itertools
Every Python project I have touched in production has at least one place where an engineer reached for a third-party package when the standard library would have done the job cleanly. Sometimes that choice added a transitive dependency, a version pin, and a future maintenance burden. All for something itertools or collections could have handled … Read more