您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 深入理解Python中文版高清PDF

  2. 第1部分 Python核心  第1章 欢迎来到Python世界    1.1 什么是Python    1.2 起源    1.3 特点     1.3.1 高级     1.3.2 面向对象     1.3.3 可升级     1.3.4 可扩展     1.3.5 可移植性     1.3.6 易学     1.3.7 易读     1.3.8 易维护     1.3.9 健壮性     1.3.10 高效的快速原型开发工具     1.3.11 内存管理器     1.3.12 解释性和
  3. 所属分类:Python

    • 发布日期:2012-09-04
    • 文件大小:11534336
    • 提供者:xyhu_gm
  1. python中的reduce内建函数使用方法指南

  2. 官方解释: Apply function of two arguments cumulatively to the items of iterable, from left to right, so as to reduce the iterable to a single value. For example, reduce(lambda x, y: x+y, [1, 2, 3, 4, 5]) calculates ((((1+2)+3)+4)+5). The left argument,
  3. 所属分类:其它

    • 发布日期:2020-12-24
    • 文件大小:65536
    • 提供者:weixin_38581455