-
Notifications
You must be signed in to change notification settings - Fork 49
Useful Resources
K Clough edited this page Sep 25, 2024
·
9 revisions
Instructions on opening a terminal are here and a list of the main commands here.
A complete guide to git is here.
The starters guide in GitHub is also pretty useful.
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
Copyright K Clough/QMUL 2023