summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-03-12 20:43:35 -0600
committerChristian Kolset <christian.kolset@gmail.com>2025-03-12 20:43:35 -0600
commitf404748a1085af0dabae487f8fedcad20a238d0c (patch)
treeba191c84d712ec6a29e3af4da1689d7baf007964
parent85f2c7116385d1d0ce17e05c0d25c6880d373e3c (diff)
All modules added to table of content
-rw-r--r--tutorials/readme.md27
1 files changed, 20 insertions, 7 deletions
diff --git a/tutorials/readme.md b/tutorials/readme.md
index cc0e364..5aabc10 100644
--- a/tutorials/readme.md
+++ b/tutorials/readme.md
@@ -8,25 +8,38 @@ This directory contains all the tutorials.
- [Installing Anaconda](1_02_installing_anaconda.md) \[Complete\]
- [Intro to Anaconda](1_03_intro_to_anaconda.md) \[Complete\]
- [Getting started with Spyder](1_04_spyder_getting_started.md) \[In-progress\]
-- [Basics of python](1_05_basics_of_python.md) \[In-progress\]
+- [Basics of python](1_05_basics_of_python.md) \[Complete\]
- [Arrays](1_06_arrays.md) \[In-progress\]
-- [Control Structures](1_07_control_structures.md)
-- [Functions](1_functions.md)
+- [Control Structures](1_07_control_structures.md) \[In-progress\]
+- [Functions](1_functions.md) \[Complete\]
- [Classes/Objects](1_classes_and_objects.md)
- Unlisted Tutorials:
- [Fundamentals of Computing](1_fundamentals_of_programming.md)
- [Open source software](1_open_source_software.md) \[In-progress\]
+ - [Computational Expense](1_computational_expense.md)
### Algorithm Developments for ME
- [Introduction to Numerical Methods](2_01_intro_to_numerical_methods.md) \[In-progress\]
- [Version Control](2_version_control.md) \[In-progress\]
- Roots and Optimization
-- Systems of Equations and LU Decomposition
- Linear Regression
+
+- Code de-bugging
+- Code Documentation
+- Code libraries & resources
+- AI assisted programming
+- Verification and Validation
+
+### Applications of Computational Mathematics in ME
+- Systems of Equations and LU Decomposition
- Numerical Integration
- Ordinary Differential Equations
-### Applications of Computational Mathematics in ME
-
### Data Analysis of Processing
-- [Plotting](4_plotting.md) \ No newline at end of file
+- [Plotting](4_plotting.md)
+- Importing scientific data
+- Data Processing
+- Data Visualization
+### Introduction to AI for Engineering Problems
+- Supervised vs unsupervised learning
+- Neural Networks \ No newline at end of file