FP-in-Python
latest

Table of Contents:

  • (Avoiding)Flow Control
  • Callables
  • 惰性求值
  • 高阶函数
FP-in-Python
  • Docs »
  • Functional Programming in Python
  • Edit on GitHub

Functional Programming in Python¶

Table of Contents:

  • (Avoiding)Flow Control
    • 封装
    • 推导
    • 递归
    • 消除循环
  • Callables
    • 具名函数和匿名函数
    • 闭包和可调用实例
    • 类方法
    • 多分派(Multiple Dispatch)
  • 惰性求值
    • 迭代器协议
    • itertools 模块
  • 高阶函数
    • 实用高阶函数
    • operator 模块
    • functools 模块
    • 装饰器
Next

© Copyright 2017, Hanaasagi. Revision bde7ef46.

Built with Sphinx using a theme provided by Read the Docs.