I\'m working with univariate splines from scipy. A simple example of one is as follows:
import scipy x = [1, 2, 3, 4, 5] y = [1, 4, 9, 16, 25] f = scipy.inte