- Learn Web Development with Python
- Fabrizio Romano Gaston C. Hillar Arun Ravindran
- 47字
- 2021-06-10 18:26:15
The map, zip, and filter functions
We'll start by reviewing map, filter, and zip, which are the main built-in functions one can employ when handling collections, and then we'll learn how to achieve the same results using two very important constructs: comprehensions and generators. Fasten your seatbelt!