You only need one function for functional programming in Python, and that’s reduce. Here’s all the things you can do with it — While Python is not a pure functional programming language, you can still do a lot of functional programming in it. Just one function — reduce — can do most of it, and in this article, I will (try to) show you all the things one can do just with reduce. Reduce …