Skip to content

Useful Resources

K Clough edited this page Sep 25, 2024 · 9 revisions

Command line

Instructions on opening a terminal are here and a list of the main commands here.

Git guide

A complete guide to git is here.

The starters guide in GitHub is also pretty useful.

Python and Jupyter notebooks

You should always use python 3 and not python 2 which is now defunct (mostly). I recommend installing Anaconda from here on your own machines, which is a Python distribution that comes with everything we need for the course.

There are many introductory online courses for python, for example here or here.

Jupyter notebook documentation is here.

Numpy docs are here.

Scipy docs are here.

Matplotlib docs are here

Clone this wiki locally