In this video, I will guide you on the usage of map(), filter() and functools.reduce() with simple examples. You learn how comprehensions can almost always replace map() and filter() usage in your python code. You will also learn about builtin reduction functions - sum(), min(), max(), all() and any() that act as a common usage replacement for reduce().
Code samples and notebooks used in the videos / demonstration are available at https://github.com/slashprog/programm...