Effective Python
latest
  • 前言
  • 第一章:用Pythonic方式来思考
  • 第二章:列表与字典
    • 2.1 了解如何切片序列
    • 2.2 避免在单一表达式中步进和切片
    • 2.3 在切片时优先考虑全部拆包
    • 2.4 使用关键字参数按复杂条件排序
Effective Python
  • Docs »
  • 第二章:列表与字典
  • Edit on GitHub

第二章:列表与字典¶

  • 2.1 了解如何切片序列
  • 2.2 避免在单一表达式中步进和切片
  • 2.3 在切片时优先考虑全部拆包
  • 2.4 使用关键字参数按复杂条件排序
Next Previous

© Copyright 2020, lin Revision bfc1ad7c.

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