summaryrefslogtreecommitdiff
path: root/tutorials/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'tutorials/readme.md')
-rw-r--r--tutorials/readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/tutorials/readme.md b/tutorials/readme.md
index ba0428a..db44563 100644
--- a/tutorials/readme.md
+++ b/tutorials/readme.md
@@ -11,7 +11,7 @@ This directory contains all the tutorials.
- [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\]
+- [Control Structures](module_1/1_07_control_structures.md)
- [Classes/Objects](module_1/1_classes_and_objects.md)
- [Excel to Python](module_1/1_excel_to_python.md)
- Unlisted Tutorials:
@@ -23,6 +23,7 @@ This directory contains all the tutorials.
### Algorithm Developments for ME
- [Introduction to Numerical Methods](module_2/2_01_intro_to_numerical_methods.md) \[In-progress\]
- [Version Control](module_2/2_version_control.md) \[In-progress\]
+- [Problem Solving Strategies](module_2/2_problem_solving_strategies.md)
- Code debugging
- Code Documentation
- Code libraries & resources