From d19df16743b0b74876c54b124990bf8acab07748 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 23 Nov 2023 18:32:09 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b26642..8ae458e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob ## Programming Basics: Python Data analysis and more +* [Numpy – Random numbers the non-legacy way](numpy_random/README.md) * [Numpy: rfft and spectral power](numpy_fft_1/README.md) * [scipy.signal: Butterworth low, high and band-pass](scipy.signal_butterworth/README.md)