Learn Python by Building Data Science Applications
上QQ阅读APP看书,第一时间看更新

Useful functions to use with data structures

There are a few functions and interfaces that are useful for working with data, from simple ones such as sum, max, and min, to complex ones such as zip, map, filter, and reduce.