Description
How do Python's built-in map and filter functions work? And should you use them or should you use list comprehensions or generator expressions instead?
 
  How do Python's built-in map and filter functions work? And should you use them or should you use list comprehensions or generator expressions instead?