Python’s map()
is a built-in function that allows you to process and transform all the items in an iterable without using an explicit for
loop, a technique commonly known as mapping. map()
is useful when you need to apply a transformation function to each item in an iterable and transform them into a new iterable. map()
is one of the tools that support a functional programming style in Python.
In this course, you’ll learn:
map()
worksmap()
map()
with other functional tools to perform more complex transformationsmap()
and make your code more PythonicWhat’s Included:
Downloadable Resources:
Related Learning Paths:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4