Skip to content

Latest commit

 

History

History
10 lines (3 loc) · 314 Bytes

chapter10-sequence-hacking-hashing-slicing.md

File metadata and controls

10 lines (3 loc) · 314 Bytes

Sequence-Hacking-Hashing-and-Slicing

Python 自定义一个向量类。

第九章和第十章,都是在教我们如何创建一个 Python 风格 (Pythonic) 的类。尤其本章,是手把手教我们创建一个多维向量。讲了很多 Python 类型的实现细节,本章暂时不深入学习。