11 Commits

Author SHA1 Message Date
Liu Jie
2a8f35e02d Update p13_create_data_processing_pipelines.rst
typo 最为->作为
2018-12-25 14:46:29 +08:00
jeremyxu2010
34be2eae1a 修改为更准确的描述
itertools.chain(*files)导致gen_opener()生成器被提前全部消费掉,因此在此场景不适合,参见原文https://www.safaribooksonline.com/library/view/python-cookbook-3rd/9781449357337/ch04s13.html。但仍可以用yield from itertools.chain.from_iterable(files),itertools.chain.from_iterable相对于itertools.chain,它是懒消费的。
见https://stackoverflow.com/questions/15004772/what-is-the-difference-between-chain-and-chain-from-iterable-in-itertools
2017-10-04 15:52:04 +08:00
lambdaplus
40cc20b924 fix a typo 2016-07-24 11:08:20 +08:00
XiongNeng
fa087b056e 全局格式修正。 2015-12-28 19:34:04 +08:00
Kevin Guan
e262431ed3 更改第四章所有变量名、函数、类等文本代码 2015-09-18 12:15:09 +08:00
XiongNeng
8d8f442e1e review update. 2014-09-23 10:52:16 +08:00
XiongNeng
4f847d38c6 4.13完成 2014-09-18 10:51:59 +08:00
XiongNeng
d95673ca81 4.13完成 2014-09-18 10:45:04 +08:00
XiongNeng
38e3e4b23a 4.13starting.... 2014-09-17 18:01:25 +08:00
XiongNeng
a38c06c321 目录整改,并加入python基础源码 2014-09-02 04:46:28 +08:00
XiongNeng
e9aded7e41 前面五章文件创建完成 2014-08-21 10:27:10 +08:00