Concrete examples of Python's "only one way to do it" maxim
- by Charles Roper
I am learning Python and am intrigued by the following point in PEP 20 The Zen of Python:
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Could anyone offer any concrete examples of this maxim? I am particularly interested in the contrast to other…