summaryrefslogtreecommitdiff
path: root/tutorials/readme.md
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-03-17 14:40:48 -0600
committerChristian Kolset <christian.kolset@gmail.com>2025-03-17 14:40:48 -0600
commit4c9b16e68cc8e11763ff1af31f5c1d5de99b5fba (patch)
treec5b18d9bd0d5313beac87da5b7236f3eb2d6e5e1 /tutorials/readme.md
parenta439c924b7f222f8160e694cee928b0c09c03551 (diff)
Cleaned up read me file. Now it only shows which files are in working-progress.
Diffstat (limited to 'tutorials/readme.md')
-rw-r--r--tutorials/readme.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/tutorials/readme.md b/tutorials/readme.md
index 55d5872..403d2e5 100644
--- a/tutorials/readme.md
+++ b/tutorials/readme.md
@@ -4,13 +4,13 @@ This directory contains all the tutorials.
## Table of Content
### Introductory Programming Concepts
-- [Introduction to Programming](module_1/1_01_intro_to_programming.md) \[Complete\]
-- [Installing Anaconda](module_1/1_02_installing_anaconda.md) \[Complete\]
-- [Intro to Anaconda](module_1/1_03_intro_to_anaconda.md) \[Complete\]
-- [Getting started with Spyder](module_1/1_04_spyder_getting_started.md) \[In-progress\]
-- [Basics of python](module_1/1_05_basics_of_python.md) \[Complete\]
-- [Arrays](module_1/1_06_arrays.md) \[In-progress\]
-- [Functions](module_1/1_functions.md) \[Complete\]
+- [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)
+- [Functions](module_1/1_functions.md)
- [Control Structures](module_1/1_07_control_structures.md) \[In-progress\]
- [Classes/Objects](module_1/1_classes_and_objects.md)
- [Excel to Python](module_1/1_excel_to_python.md)