scipy

Fitting theoretical model to data in python

Basic ideas about curve fitting, in Python.

Simple nonlinear least squares curve fitting in Python

Testing a very simple example of nonlinear least squares curve fitting using the scipy.optimize module.