Functional programming in Python

Python is not a purely functional language, rather it is a multi paradigm language that allows us to write procedural, object oriented and functional style code. It also allows us to mix these styles. There are several tools in Python that enable us to write code in the functional programming style such as map, filter, list comprehension and more. In this course we will learn about these tools. Along the presentation you’ll also get assignments so you can practice what we learned.

What is in this course?