I find that the more language you learn the better you can utilize all of them. Also, Python is a wonderful functional language when used functionally.
Python's lack of multi-line anonymous functions is a hindrance to using it as a functional language, IMO.
Python having a statement heavy syntax and making complex expressions (while possible) awkward is the problem with its anonymous functions, not the fact that its anonymous functions are limited to a single expression.