Introduction to NumPy (Numerical Python), I
Description
- Get familiar with python. I would recommand two links: w3school tutorial (both basic and complete) and https://www.learnpython.org (code can be ran directly within your web browser).
- Install python with anaconda. In order to run python on your own machine, you should install it. I would recommand anaconda for this, which also includes jupyter-notebook.
- Get familiar with notebooks. This represents a nice environement combining codes, notes and plots. This is very powerful to learn something and play with it. You can checkout this video or this post.
Hands-on material
- jupyter notebook on GitHub. Using the notebook via Google Colab: go to this repository, scroll down at the beginning of the README section, click on the button and in the new window scroll down and click on the link sessions/March2021.ipynb
Backlinks: meetings 2021