diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-03-28 10:19:35 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-03-28 10:19:35 -0600 |
| commit | 517937bad3f083c5537f8349f00f60e5cd3ff23c (patch) | |
| tree | 6354c7dcc0c7f3221f4d2c09ede03229b8f5d818 | |
| parent | 46c7fce63f913cdc102d5685f0d5ae6efef683d1 (diff) | |
Updated links to tutorials in tutorials/readme.md
| -rw-r--r-- | tutorials/readme.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tutorials/readme.md b/tutorials/readme.md index db44563..ef5a88b 100644 --- a/tutorials/readme.md +++ b/tutorials/readme.md @@ -4,14 +4,14 @@ This directory contains all the tutorials. ## Table of Content ### Introductory Programming Concepts -- [Introduction to Programming](module_1/1_01_intro_to_programming.md) -- [Installing Anaconda](module_1/1_02_installing_anaconda.md) -- [Intro to Anaconda](module_1/1_03_intro_to_anaconda.md) -- [Getting started with Spyder](module_1/1_04_spyder_getting_started.md) -- [Basics of python](module_1/1_05_basics_of_python.md) -- [Arrays](module_1/1_06_arrays.md) +- [Introduction to Programming](module_1/1_intro_to_programming.md) +- [Installing Anaconda](module_1/1_installing_anaconda.md) +- [Intro to Anaconda](module_1/1_intro_to_anaconda.md) +- [Getting started with Spyder](module_1/1_spyder_getting_started.md) +- [Basics of python](module_1/1_basics_of_python.md) +- [Arrays](module_1/1_arrays.md) - [Functions](module_1/1_functions.md) -- [Control Structures](module_1/1_07_control_structures.md) +- [Control Structures](module_1/1_control_structures.md) - [Classes/Objects](module_1/1_classes_and_objects.md) - [Excel to Python](module_1/1_excel_to_python.md) - Unlisted Tutorials: |
