Real Python: Using Functional Programming in Python
Functional programmingis a programming paradigm in which the primary method of computation is the evaluation of functions. But how does Python support functional programming?
In this video course, you’ll learn:
- What thefunctional programmingparadigm entails
- What it means to say thatfunctionsarefirst-class citizensin Python
- How to defineanonymous functionswith the
lambdakeyword - How to implement functional code using
map(),filter(), andreduce()
[ Improve Your Python With 🐍 Python Tricks 💌 – Get a short & sweet Python Trick delivered to your inbox every couple of days.>> Click here to learn more and see examples]
https://realpython.com/courses/using-functional-programming/