Cython (2015)

Cython (2015)

Chapter 1: Cython Essentials

Chapter 2: Compiling and Running Cython Code

Chapter 3: Cython in Depth

Chapter 4: Cython in Practice: N-Body Simulation

Chapter 5: Cython and Extension Types

Chapter 6: Organizing Cython Code

Chapter 7: Wrapping C Libraries with Cython

Chapter 8: Wrapping C++ Libraries with Cython

Chapter 9: Cython Profiling Tools

Chapter 10: Cython, NumPy, and Typed Memoryviews

Chapter 11: Cython in Practice: Spectral Norm

Chapter 12: Parallel Programming with Cython

Chapter 13: Cython in Context