Advanced Python Programming
上QQ阅读APP看书,第一时间看更新

Working with arrays

Numerical and high performance calculations often make use of arrays. Cython provides an easy way to interact with them, using directly low-level C arrays, or the more general typed memoryviews.