This is a python wrapper for BAND.F by John S. Newman with portions by others. It uses f2py
from numpy
and is therefore restricted to Python 2.7.
Portions are copywrite John S. Newman 1998, and there are other contributions as listed in License.txt.
$ pip install git+git://github.com/scbarton/pyband.git
Using Jupyter Notebook:
%pylab inline
from pyband.example import samplefd
samplefd();
which should produce the following plot:
You may also use the attached notebook pyband.ipynb which includes a performance comparison with scipy.integrate.solve_bvp
.