miniblog.
← Back to all posts
Sep 29, 2010 at 18:50
Python learners beware: One minute you're learning #Python with list comprehensions, the next you are grokking map, reduce and filter.
Related Posts
Jul 30, 2014 at 17:22
Python list comprehensions are rarely readable when nested. [y for x in [[1, 2], [3, 4]] if x for y in x if y]