From 67546d27ce3a999745bb88b5b39f256e2a3bdaa1 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:58:31 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3eeff75..82a82a5 100644 --- a/README.md +++ b/README.md @@ -48,14 +48,15 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob * [Exceptions (try / except)](python_basics/exceptions/README.md) * [The Python Standard Library​](python_basics/standard_libraries/README.md) - +## Numpy: The Basics of the basics +* [Numpy: Random numbers the non-legacy way](numpy/random/README.md) + ## Numpy * [Beyond normal np.save](numpy_save_special/README.md) * [Dealing with Matlab files](numpy_mat_files/README.md) ## Python: Data analysis -* [Numpy: Random numbers the non-legacy way](numpy_random/README.md) * [Remove a common signal from your data](SVD_data_cleaning/README.md) ## Python: Questions of spectral nature