SciPy: Scientific Computing in Python

Shriira Press

Preface

A comprehensive, self-contained guide to SciPy, the library that turns NumPy's fast arrays into a full scientific-computing toolkit — optimization,…

Welcome to SciPy: Scientific Computing in Python.

A comprehensive, self-contained guide to SciPy, the library that turns NumPy's fast arrays into a full scientific-computing toolkit — optimization, integration, interpolation, signal processing, statistics, linear algebra, sparse matrices, and more. Where NumPy gives you the ndarray and vectorized math, SciPy gives you the algorithms scientists and engineers actually need: fit a curve, minimize a function, solve a differential equation, filter a signal, run a hypothesis test, compute an FFT. This book teaches it module by module — optimize, integrate, interpolate, linalg, stats, signal, fft, sparse, spatial, ndimage — blending intuition (what each method is for), concepts (the numerical idea behind it), and runnable code.

This title is part of the ShriIra library and is free to read in full, right here — our small contribution to making world-class knowledge easy to reach.

A note on reading it: open the Contents menu at the top of the reader to jump between chapters, use the Aa menu to set a comfortable text size, theme (light, sepia, or night), and single- or two-page layout. Your place is saved automatically, so you can always pick up where you left off.

We hope it serves you well.

— Shriira Press

Contents

  1. Chapter 1 — What Is SciPy?
  2. Chapter 2 — SciPy and NumPy: The Array Foundation
  3. Chapter 3 — Special Functions and Constants
  4. Chapter 4 — Optimization and Root Finding
  5. Chapter 5 — Integration and Differential Equations
  6. Chapter 6 — Interpolation
  7. Chapter 7 — Linear Algebra
  8. Chapter 8 — Statistics
  9. Chapter 9 — Signal Processing
  10. Chapter 10 — Fourier Transforms
  11. Chapter 11 — Sparse Matrices and Spatial Algorithms
  12. Chapter 12 — Image Processing and N-dimensional Data
  13. Chapter 13 — SciPy in Practice and the Profession
  14. Appendix A — Glossary and Submodule Map
  15. Appendix B — Further Reading and Resources
0%
1/1