Python 标准库——itertools

来源:互联网 发布:关于php的论坛 编辑:程序博客网 时间:2024/05/13 19:41

一、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

0 0
原创粉丝点击