From 68aeab8ac8fa465e0a7a25431de724843cb5cd21 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Fri, 1 Dec 2023 21:32:08 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 38d899c..6608fed 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,11 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob * [scipy.signal: Butterworth low, high and band-pass](scipy.signal_butterworth/README.md) * [PyWavelets: Wavelet Transforms in Python](pywavelet/README.md) + +## Daily litle helper +* [TQDM: Make your progress visible](TQDM/README.md) + + ## Matlab Basics * [Basic Structure of a Computer](matlab/1/README.md) * [Representation of Numbers in the Computer](matlab/2/README.md)