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)