This is work relating to dsp-005.
To work with this repo, you must have Python installed. Then, make a new virtualenv and do
pip install -r requirements.txt
Most of the work is in IPython notebooks. In the top-level of this repo, run
ipython notebook
to open and run the notebooks.
The actual course materials aren't stored in this repo;
instead, they are downloaded with
coursera-dl
.
To download the materials, run
coursera-dl -u <username> -p <password> -d . dsp-005