mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-20 22:26:41 +02:00
13 lines
634 B
Markdown
13 lines
634 B
Markdown

|
|
|
|
# How to Python in computational neuroscience, data mining, and more
|
|
|
|
All the tutorials are tested with Python 3.11.x. Older version might have a problem with the new versions of type anotations.
|
|
|
|
## 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)
|
|
|
|
Note: I will transfer https://www.neurotec.uni-bremen.de/drupal/teaching to this new place (and update it).
|