Spline parameterization

This python script generates a cubic spline that is parameterized by its length. I have not used any math libraries for it, so it is more understandable what the script does.