|
|
|
|
|
by bunderbunder
2895 days ago
|
|
There has been some pushback on the inclusion of common functional idioms in Python, though. For example, GvR has expressed regret about allowing map, filter, etc. into Python, on the grounds that comprehensions are a more Pythonic way to accomplish most of the same stuff. |
|
Zen of Python: There should be one-- and preferably only one --obvious way to do it.