Map vs list comprehension in Python

Posted by hekevintran on Stack Overflow See other posts from Stack Overflow or by hekevintran
Published on 2010-06-05T05:31:15Z Indexed on 2010/06/05 6:42 UTC
Read the original article Hit count: 122

Filed under:

When should you use map/filter instead of a list comprehension or generator expression?

© Stack Overflow or respective owner

Related posts about python