Resources
This is a place to collect various resources for the course. There's not much here now.
Python
- Computational Physics with python, an excellent book by Mark Newman. On this page are several chapters you can download for free, including a general introduction to python and a nice chapter about plotting in python.
- Non-Programmer's Tutorial for Python 3. A very basic intro to python.
Differential Equations
- Introduction to the Modeling and Analysis of Complex Systems. An excellent (and free!) textbook by Hiroki Sayama.
- Simulating a Partial Differential Equation in Python: reaction-diffusion systems and Turing patterns