|
|
|
|
|
by paddyoloughlin
4018 days ago
|
|
Is it the Python language or the Python ecosystem you are referring to? The statement in question is from The Zen of Python and is more of a guiding principle for the design of Python than a rule. The usual observation with Python is that it can have many libraries and frameworks which are quite similar and choosing one can be hard (e.g. web frameworks). This is a function of popularity and not something which can fairly be subject to that principle. On a different note: missing is the Zen of Python's following line: Although that way may not be obvious at first unless you're Dutch.
|
|
The language itself is a prime example of a language with features that aren't orthogonal. For example count how many features in Python are solved in other languages just with proper support for anonymous functions.