• Cython for NumPy users
  • Cython at a glance
  • Your Cython Environment
  • Installation
  • Manual compilation
  • The First Cython Program
  • Adding types
  • Cython specific methods
  • Efficient indexing
  • Tuning indexing further
  • Warning!
  • Passing None (or not) into a function
  • More generic code
  • Using the Numpy C API
  • C-API Initialization
  • Dimensionally simple functions
  • Dimensionally complex functions
  • The future