Python函数式编程工具箱Toolz.zip
Toolz是Python的函数式编程工具箱。Toolz支持Python2.6和Python3.3。Toolz的实现包括三部分:itertoolz,foroperationsoniterables.例如:groupby,unique,interpose,functoolz,forhigher-orderfunctions.例如:memoize,curry,composedicttoolz,foroperationsondictionaries.例如:assoc,update-in,merge.示例:>>> def stem(word):
.
下载地址
用户评论