Python 标准库——itertools

一、chain / chain.from_iterable

这里写图片描述


二、izip / imap / starmap

这里写图片描述
这里写图片描述


三、count / cycle / repeat

这里写图片描述

这里写图片描述


四、ifilter/ islice

这里写图片描述


五、compress / dropwhile / takewhile

这里写图片描述


六、groupby

这里写图片描述


七、produce / permutations / combinations

这里写图片描述


参考:

[1] https://docs.python.org/2.7/library/itertools.html#module-itertools
[2] https://pymotw.com/2/itertools/index.html

发布了27 篇原创文章 · 获赞 4 · 访问量 3万+

猜你喜欢

转载自blog.csdn.net/caiguoxiong0101/article/details/48577217