mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-18 21:26:41 +02:00
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
76f1b1f2a1
commit
064704cfd9
1 changed files with 3 additions and 0 deletions
|
@ -9,9 +9,12 @@
|
|||
All the tutorials are tested with Python 3.11.x. Older version might have a problem with the new versions of type anotations.
|
||||
|
||||
## Python: The Basics of the basics
|
||||
* [Style_Rulez](python_basics/style_rulez/README.md)
|
||||
* [Programming Recommendations](python_basics/programming_recommendations/README.md)
|
||||
* [Truth Value Testing](python_basics/truth_value_testing/README.md)
|
||||
* [Formatted String Literals](python_basics/formatted_string_literals/README.md)
|
||||
|
||||
|
||||
## Numpy
|
||||
* [Beyond normal np.save](numpy_save_special/README.md)
|
||||
* [Dealing with Matlab files](numpy_mat_files/README.md)
|
||||
|
|
Loading…
Add table
Reference in a new issue