From Python to NumPy cover

From Python to NumPy

by Nicolas P. Rougier

Demonstrates advanced vectorization techniques and memory layout strategies for translating standard Python loops into high-performance NumPy code.

  • Chapter 1: Preface
  • Chapter 2: Introduction
  • Chapter 3: Anatomy of an array
  • Chapter 4: Code vectorization
  • Chapter 5: Problem vectorization
  • Chapter 6: Custom vectorization
  • Chapter 7: Beyond NumPy
  • Chapter 8: Conclusion
  • Chapter 9: Quick reference
  • Chapter 10: Bibliography