[Python-ideas] Attribute-Getter Syntax Proposal

Chris Barker - NOAA Federal chris.barker at noaa.gov
Fri Mar 8 18:43:10 EST 2019


>
> Rather than using map in this way, I would recommend a list comprehension:

Exactly! I really don’t get why folks want to use map() so much when
the comprehension syntax is often cleaner and easier. It was added for
a reason :-)

-CHB


More information about the Python-ideas mailing list