They are most often used unnamed with the functional methods [map, filter](/Programming_Languages/Python/Syntax/Map_and_filter_in_Python.md) and reduce.
> Lambdas obviously enshrine functional programming paradigms. Therefore they should be pure functions, not mutating values or issueing side effects. For example, it would be improper (though syntactically well-formed) to use a lambda to `print` something