|
|
|
|
|
by Marat_Dukhan
3347 days ago
|
|
Yes, lack of implicit tuple unpacking in lambda is what forces me to write `lambda a_b`. Python 2.7 has imap and ifilter in itertools. Python 3 could have imported them into global namespace to simplify usage without breaking map/filter functions. |
|