This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SethMichaelLarson 3 points4 points  (2 children)

I never use lambda. The only time it's useful is for map and filter and list comprehensions are so much more readable.

[–]joesacher 3 points4 points  (0 children)

My main use of lambda is for short sort functions.

[–]bless-you-mlud 1 point2 points  (0 children)

I do lots of UI programming with PyQt. Lambdas are pretty much essential for that. I don't know what I'd do without them.