Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-11-23 18:32:30 +01:00 committed by GitHub
parent d19df16743
commit 7bf950364c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +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: 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)