quotes Humorous Redundancy
Al Sweigart – Automate the boring stuff with python: Practical programming for total beginners Al Sweigart Automate the boring stuff with python: Practical programming for total beginners book

Note that the convention for importing pathlib is to run from pathlib import Path, since otherwise we’d have to enter pathlib.Path everywhere Path shows up in our code. Not only is this extra typing redundant, but it’s also redundant.

Al Sweigart, Automate the boring stuff with python: Practical programming for total beginners, San Francisco, 2020, p. 203