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:09 +01:00 committed by GitHub
parent 9998bf9562
commit d19df16743
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ## 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) * [Numpy: rfft and spectral power](numpy_fft_1/README.md)
* [scipy.signal: Butterworth low, high and band-pass](scipy.signal_butterworth/README.md) * [scipy.signal: Butterworth low, high and band-pass](scipy.signal_butterworth/README.md)