summaryrefslogtreecommitdiff
path: root/tutorials/readme.md
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-03-25 18:05:17 -0600
committerChristian Kolset <christian.kolset@gmail.com>2025-03-25 18:05:17 -0600
commit49758f4f4d41c2061bf71a64598f726916bc2105 (patch)
treee766234fd7cf8a87fdf7e3f9414344c69b32026d /tutorials/readme.md
parentcb0a7bab95342534d48b15d82250a81a9c91287d (diff)
Changed problem solving strategies tutorial to apply to computational methods. And added to TOC list in tutorials/readme.md
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