SciPy

Statistics

Introduction

Can do stats, but stats models uses and builds on SciPy.stats, and is generally a better choice to use.

Integration

Introduction

Optimisation

Introduction

scipy.optimize.fsolve(func, x0)

x0 is starting guess

Fast Fourier transforms

Introduction