summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-03-19 17:28:30 -0600
committerChristian Kolset <christian.kolset@gmail.com>2025-03-19 17:28:30 -0600
commitfd9fcc09f5cbdd3df8b30625692b1f75d34e74fd (patch)
tree106207764695632ad58963be044d71db7640f668
parent02b0fe182dadd5a8cbfa0f62375290e3459eac52 (diff)
Added links to tables
-rw-r--r--resources.md7
-rw-r--r--tutorials/readme.md4
2 files changed, 4 insertions, 7 deletions
diff --git a/resources.md b/resources.md
index c544f50..9d4bec4 100644
--- a/resources.md
+++ b/resources.md
@@ -5,6 +5,7 @@ This is a list of good learning resources and reference material.
- [w3school](https://www.w3schools.com/python/)
- [Matlab vs Python](https://realpython.com/matlab-vs-python/)
- [MECH 103 Textbook](https://github.com/sbechara/introduction_to_engineering/)
+- [GitPro](https://git-scm.com/book/en/v2/)
How computers work
- [terminal, console, shell and kernel](https://www.geeksforgeeks.org/what-is-terminal-console-shell-and-kernel)
@@ -18,18 +19,14 @@ Spyder
- [Documentation](https://docs.spyder-ide.org/)
- [Installation](https://docs.spyder-ide.org/current/installation.html#install-conda-installing)
-
Carlos Monte
- [Numerical Methods](https://github.com/cmontalvo251/LaTeX/tree/master/Numerical_Methods_Montalvo)
- [GitHub](https://github.com/cmontalvo251)
-
Object Oriented Programming
- [OOP Basics](https://www.geeksforgeeks.org/introduction-of-object-oriented-programming/)
-
- [Numpy for MATLAB users](https://numpy.org/doc/2.2/user/numpy-for-matlab-users.html)
-
V&V
- [Verification](https://www.grc.nasa.gov/www/wind/valid/tutorial/verassess.html)
-- [Validation](https://www.grc.nasa.gov/www/wind/valid/tutorial/valassess.html)3 \ No newline at end of file
+- [Validation](https://www.grc.nasa.gov/www/wind/valid/tutorial/valassess.html) \ No newline at end of file
diff --git a/tutorials/readme.md b/tutorials/readme.md
index 403d2e5..ba0428a 100644
--- a/tutorials/readme.md
+++ b/tutorials/readme.md
@@ -23,10 +23,10 @@ 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\]
-- Code de-bugging
+- Code debugging
- Code Documentation
- Code libraries & resources
-- AI assisted programming
+- [AI assisted programming](2_ai_assisted_programming)
- Verification and Validation
- Roots and Optimization
- Linear Regression