Explicitly True
by in Representative Line on 2018-12-20Part of Python’s appeal is its rich class library. The old XKCD about import antigravity
sometimes doesn’t feel that far off. Combined with a few third-party libraries, like NumPy, you can do a lot with very little code.
Of course, that feels a bit like magic. As Python gurus like to say, “Explicit is better than implicit”. One of Mark’s co-workers took this perhaps a bit too far, when they started adding this import to every file: