Integration and ODEs (scipy.integrate)

Integrating functions, given function object

quad
dblquad
tplquad
fixed_quad
quadrature
romberg

Integrating functions, given fixed samples

trapz
cumtrapz
simps
romb

See also

scipy.special for orthogonal polynomials (special) for Gaussian quadrature roots and weights for other weighting factors and regions.

Integrators of ODE systems

odeint
ode