These Python codes are replacements for the MATLAB codes in Fundamentals of Numerical Computation by Driscoll and Braun.
The codes are broken into two groups: functions, designated as such by the text and provided in source code files, and chapter-by-chapter examples, which correspond to Examples in the text and are provided as Jupyter notebooks.
You can view the examples as notebooks using nbviewer.
The examples have been tested on the Anaconda distribution of Python 3.7.3 on MacOS, with version 2.2.2 of matplotlib, v1.2.1 of scipy, and v1.14.3 of numpy.
The functions (as opposed to the examples) can be accessed via import FNC
.