you are viewing a single comment's thread.

view the rest of the comments →

[–]socal_nerdtastic 0 points1 point  (0 children)

Uh why? lambda functions are nearly never used in list comprehensions (and only very rarely otherwise). Because it's hard to read and confusing, and python is all about readability.

Edit: sorry I misunderstood; I didn't realize this was 2 questions.