2023-11-16 17:42:39 +01:00
# How to Python in computational neuroscience, data mining, and more
2023-11-16 17:37:23 +01:00
2023-11-17 17:47:28 +01:00
All the tutorials are tested with Python 3.11.x. Older version might have a problem with the new versions of type anotations.
2023-11-17 17:47:16 +01:00
2023-12-02 01:50:57 +01:00
## Python: The Basics of the basics
2023-12-02 01:50:35 +01:00
* [Truth Value Testing ](Truth_Value_Testing/README.md )
2023-12-02 01:52:51 +01:00
## Python: Data analysis
2023-11-16 18:40:32 +01:00
2023-11-23 18:32:30 +01:00
* [Numpy: Random numbers the non-legacy way ](numpy_random/README.md )
2023-12-01 18:18:23 +01:00
* [Remove a common signal from your data ](SVD_data_cleaning/README.md )
2023-12-02 01:52:51 +01:00
## Python: Questions of spectral nature
2023-12-01 18:18:23 +01:00
2023-11-16 18:40:32 +01:00
* [Numpy: rfft and spectral power ](numpy_fft_1/README.md )
2023-11-16 18:41:02 +01:00
* [scipy.signal: Butterworth low, high and band-pass ](scipy.signal_butterworth/README.md )
2023-12-01 18:18:23 +01:00
* [PyWavelets: Wavelet Transforms in Python ](pywavelet/README.md )
2023-11-16 17:37:23 +01:00
2023-12-01 21:32:08 +01:00
2023-12-02 01:52:51 +01:00
## Python: Daily little helper
2023-12-01 21:32:08 +01:00
* [TQDM: Make your progress visible ](TQDM/README.md )
2023-12-02 02:29:51 +01:00
* [glob: Finding files in a directory ](glob/README.md )
2023-12-01 21:32:08 +01:00
2023-12-02 01:52:51 +01:00
## Matlab: Basics
2023-12-01 15:18:45 +01:00
* [Basic Structure of a Computer ](matlab/1/README.md )
* [Representation of Numbers in the Computer ](matlab/2/README.md )
2023-12-01 15:28:00 +01:00
Note: I will transfer [https://www.neurotec.uni-bremen.de/drupal/teaching ](https://www.neurotec.uni-bremen.de/drupal/teaching ) to this new place (and update it).