Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
d0659b4a13
commit
d61530de73
1 changed files with 3 additions and 4 deletions
|
@ -13,7 +13,9 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob
|
||||||
* [Programming Recommendations](python_basics/programming_recommendations/README.md)
|
* [Programming Recommendations](python_basics/programming_recommendations/README.md)
|
||||||
* [Truth Value Testing](python_basics/truth_value_testing/README.md)
|
* [Truth Value Testing](python_basics/truth_value_testing/README.md)
|
||||||
* [Formatted String Literals](python_basics/formatted_string_literals/README.md)
|
* [Formatted String Literals](python_basics/formatted_string_literals/README.md)
|
||||||
|
* [Files](python_basics/files/README.md)
|
||||||
|
* [os.makedirs: Creating order via sub-directories](python_basics/python_os_makedirs/README.md)
|
||||||
|
* [glob: Finding files in a directory](python_basics/glob/README.md)
|
||||||
|
|
||||||
## Numpy
|
## Numpy
|
||||||
* [Beyond normal np.save](numpy_save_special/README.md)
|
* [Beyond normal np.save](numpy_save_special/README.md)
|
||||||
|
@ -33,10 +35,7 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob
|
||||||
|
|
||||||
## Python: Daily little helper
|
## Python: Daily little helper
|
||||||
|
|
||||||
* [os.makedirs: Creating order via sub-directories](python_os_makedirs/README.md)
|
|
||||||
* [TQDM: Make your progress visible](TQDM/README.md)
|
* [TQDM: Make your progress visible](TQDM/README.md)
|
||||||
* [glob: Finding files in a directory](glob/README.md)
|
|
||||||
|
|
||||||
|
|
||||||
## Matlab: Basics
|
## Matlab: Basics
|
||||||
* [Basic Structure of a Computer](matlab/1/README.md)
|
* [Basic Structure of a Computer](matlab/1/README.md)
|
||||||
|
|
Loading…
Reference in a new issue