Using map()

Joel Goldstick joel.goldstick at gmail.com
Sun Nov 16 15:39:34 EST 2014


On Sun, Nov 16, 2014 at 8:01 AM, Pavel Volkov <sailor at lists.xtsubasa.org> wrote:
> I checked my modules with pylint and saw the following warning:
>
> W: 25,29: Used builtin function 'map' (bad-builtin)
>
> Why is the use of map() discouraged?
> It' such a useful thing.
> --
> https://mail.python.org/mailman/listinfo/python-list

I think people now favor list comprehensions.

-- 
Joel Goldstick
http://joelgoldstick.com



More information about the Python-list mailing list