Going Functional In Python
Ever heard about functional programming, but didn’t understand it and/or didn’t know where to start? Or maybe you would like to have a quick refresher into how this works in Python? Then you have come to the right place!
This time, I will walk you through all the basics and main concepts of functional programming in Python, including:
- Illustrations on calculating the factorial, Fibonacci, and integer exponentiation.
- The zip(), map() , filter(), any() and all() functions.
- fold_left() , streams and generators.
Check out my article here: https://medium.com/@hair.parra/going-functional-in-python-with-code-b50ba7742469
Comments
Post a Comment