Python Lambdas : When to use and when not
Python lambda functions should NOT be regarded as special functions as apart from the fact that they are anonymous and have a single expression . As such, they should only be carefully used lest a misplaced use results in performance lag.