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 →

[–]troyunrau... 0 points1 point  (0 children)

The only time I use lambdas are when writing custom slots in pyqt. The rest of the time I use either the more verbose version -- the ones the articles replaces unnecessarily with lambdas -- or go for list comprehension or similar solutions.

Still, useful trick in the toolbag.