diff --git a/journal/Readme.md b/journal/Readme.md index 7e134d4ba56fd1f49994526d580437912093527a..4e659d38a4445c980952848aed1440171008935d 100644 --- a/journal/Readme.md +++ b/journal/Readme.md @@ -26,4 +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/) - [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) + - 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' - [Matplotlib memo](https://matplotlib.org/stable/api/pyplot_summary.html) \ No newline at end of file