I would never call Python “functional” but whenever I program in Python the code invariably ends up being almost purely functional.
Admittedly, that's mainly due to the extremely nice list comprehension. So I wouldn't necessarily suggest Python as a functional programming language but I would suggest functional programming for anyone using Python.