Using map()
Joel Goldstick
joel.goldstick at gmail.com
Sun Nov 16 15:39:34 EST 2014
More information about the Python-list mailing list
Sun Nov 16 15:39:34 EST 2014
- Previous message (by thread): Using map()
- Next message (by thread): Using map()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Using map()
- Next message (by thread): Using map()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list