From 2c49de17c8af9046ebe60865bb080cff21fb2285 Mon Sep 17 00:00:00 2001 From: ce14f10f5bc5e484777f1060f8856ea9 Date: Tue, 7 Jun 2022 13:40:05 +0000 Subject: [PATCH] Update Readme.md --- journal/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/journal/Readme.md b/journal/Readme.md index 4e659d3..9dffb3b 100644 --- a/journal/Readme.md +++ b/journal/Readme.md @@ -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/) - [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' + - 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 -- 2.18.1