mirror of
https://github.com/davrot/pytutorial.git
synced 2025-06-05 19:00:02 +02:00
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
d64bb2cd36
commit
67546d27ce
1 changed files with 3 additions and 2 deletions
|
@ -48,14 +48,15 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob
|
|||
* [Exceptions (try / except)](python_basics/exceptions/README.md)
|
||||
* [The Python Standard Library](python_basics/standard_libraries/README.md)
|
||||
|
||||
|
||||
## Numpy: The Basics of the basics
|
||||
* [Numpy: Random numbers the non-legacy way](numpy/random/README.md)
|
||||
|
||||
## Numpy
|
||||
* [Beyond normal np.save](numpy_save_special/README.md)
|
||||
* [Dealing with Matlab files](numpy_mat_files/README.md)
|
||||
|
||||
## Python: Data analysis
|
||||
|
||||
* [Numpy: Random numbers the non-legacy way](numpy_random/README.md)
|
||||
* [Remove a common signal from your data](SVD_data_cleaning/README.md)
|
||||
|
||||
## Python: Questions of spectral nature
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue