Agree. But Python is not good example for me. I think Python developers are genius because they could get things done in a language with 1-line lambda !
Single expression lambdas. Lambdas can span multiple lines but they specifically contain a single expression, no statements. And since Python isn't really an expression oriented language this is still pretty constraining.