Chapter 10. When NumPy Is Not Enough – SciPy and Beyond
SciPy is a world famous Python open source scientific computing library built on top of NumPy. It adds functionalitties such as numerical integration, optimization, statistics, and special functions.
In this chapter, we will cover the following topics:
- File I/O
- Statistics
- Signal processing
- Optimization
- Interpolation
- Image and audio processing