This project aims to provide correct solutions to every exercise (including generated plots/files) in the book 'A Primer on Scientific Programming with Python' by Hans Petter Langtangen.
Contributions/collaborations are welcomed, just use the following format:
# Exercise 11.5
# Author: Joe Bloggs
<code>
"""
Sample run
python the_file_name.py
terminal output line 1
terminal output line 2
etc etc
"""
Email any comments/errors to Noah Waterfield Price ([email protected])