December 2018
Intermediate to advanced
240 pages
5h 41m
English

Many Python developers are unaware of the extent to which you can use functional programming in Python, which is a shame: with few exceptions, functional programming allows you to write more concise and efficient code. Moreover, Python’s support for functional programming is extensive.
This chapter will cover some of the functional programming aspects of Python, including creating and using generators. You’ll learn about the most useful functional packages and functions available and how to use them in combination to get the most efficient code.
NOTE
If you want to get serious about functional programming, here’s my advice: ...
Read now
Unlock full access