Update Readme.md

parent 1e1948e0
...@@ -26,6 +26,6 @@ I don't know why I can't sign in when I am in the course Gitlab, so this are the ...@@ -26,6 +26,6 @@ I don't know why I can't sign in when I am in the course Gitlab, so this are the
- [MOOC Markdown entry](https://lms.fun-mooc.fr/courses/course-v1:inria+41016+self-paced/courseware/2bfe60a86fed4994b5493a220c38eb69/13f6fd96266746a0bd9d717a12f1f835/) - [MOOC Markdown entry](https://lms.fun-mooc.fr/courses/course-v1:inria+41016+self-paced/courseware/2bfe60a86fed4994b5493a220c38eb69/13f6fd96266746a0bd9d717a12f1f835/)
- [Jupyter Notebook useful tips (advanced)](https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/) - [Jupyter Notebook useful tips (advanced)](https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/)
- [Numpy functions](https://numpy.org/doc/stable/reference/generated/numpy.amax.html) - [Numpy functions](https://numpy.org/doc/stable/reference/generated/numpy.amax.html)
- When you want a continuous vector: 'np.linspace' (not the case for Exercise 2) - When you want a continuous vector: `np.linspace` (not the case for Exercise 2)
- When you want a discrete vector (start, stop, step): 'np.arange' - When you want a discrete vector (start, stop, step): `np.arange`
- [Matplotlib memo](https://matplotlib.org/stable/api/pyplot_summary.html) - [Matplotlib memo](https://matplotlib.org/stable/api/pyplot_summary.html)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment