eastlakeside / interpy-zh

📘《Python进阶》(Intermediate Python - Chinese Version)
https://py.eastlakeside.cn
Apache License 2.0
6.45k stars 1.33k forks source link

增加 Reduce 部分 #39

Closed tntC4stl3 closed 8 years ago

tntC4stl3 commented 8 years ago

原书已经从介绍 "Map 和 Filter” 扩展到了介绍 “Map,Filter 和 Reduce”。 因此我把 Reduce 部分翻译增加了进来。 原文地址:https://github.com/yasoob/intermediatePython/blob/master/map_filter.rst#reduce

我不确定是不是在 SUMMARY 中增加相应的链接就能把新的子章节添加上,如果有问题的话,麻烦owner 指出来,谢谢!

suqi commented 8 years ago

对,SUMMARY就是章节目录,加入即可。 没有问题,感谢 @tntC4stl3 贡献内容。