One thing the author missed: Python's syntax for functional programming is really awful. Even Java streams feel like a work of art when I am forced to use expressions with 50 closing braces in python
I agree. That being said, functional programming has almost no benefits in a language like Python, since it well execute more-or-less equally as fast as an imperatively written or OO-based program.