diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-04-24 16:26:57 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-04-24 16:26:57 -0600 |
| commit | 665eaed5e9a677c4d51d066d21aa8ddb612ff565 (patch) | |
| tree | 8cc333652639d66f13ee3aca1d6cfaf2d147c4ce | |
| parent | 652f88728eb91bae1c4f30b63d1fbe60788ea938 (diff) | |
Updated links as the module 1 & 2 tutorials contained a \'1_\' and \'2_\' prefixes.
| -rw-r--r-- | README.md | 38 |
1 files changed, 19 insertions, 19 deletions
@@ -23,28 +23,28 @@ Online [version 2](https://markwhen.com/ckolset/MECH305-Modules) See the tutorials under the /tutorials/ directory. #### Introductory Programming Concepts -- [Introduction to Programming](tutorials/module_1/1_intro_to_programming.md) -- [Installing Anaconda](tutorials/module_1/1_installing_anaconda.md) -- [Intro to Anaconda](tutorials/module_1/1_intro_to_anaconda.md) - - [Getting started with Spyder](tutorials/module_1/1_spyder_getting_started.md) - - [Jupyter Lab/NoteBook](tutorials/module_1/1_jupyter_lab_notebook.md) -- [Basics of python](tutorials/module_1/1_basics_of_python.md) [notebook](tutorials/module_1/1_basics_of_python.ipynb) -- [Arrays](tutorials/module_1/1_array.md) -- [Control Structures](tutorials/module_1/1_control_structures.md) -- [Classes/Objects](tutorials/module_1/1_classes_and_objects.md) +- [Introduction to Programming](tutorials/module_1/intro_to_programming.md) +- [Installing Anaconda](tutorials/module_1/installing_anaconda.md) +- [Intro to Anaconda](tutorials/module_1/intro_to_anaconda.md) + - [Getting started with Spyder](tutorials/module_1/spyder_getting_started.md) + - [Jupyter Lab/NoteBook](tutorials/module_1/jupyter_lab_notebook.md) +- [Basics of python](tutorials/module_1/1_basics_of_python.md) [notebook](tutorials/module_1/basics_of_python.ipynb) +- [Arrays](tutorials/module_1/array.md) +- [Control Structures](tutorials/module_1/control_structures.md) +- [Classes/Objects](tutorials/module_1/classes_and_objects.md) - Unlisted Tutorials: - - [Excel to Python](tutorials/module_1/1_excel_to_python.md) - - [Fundamentals of Computing](tutorials/module_1/1_fundamentals_of_programming.md) - - [Open source software](tutorials/module_1/1_open_source_software.md) - - [Computational Expense](tutorials/module_1/1_computational_expense.md) + - [Excel to Python](tutorials/module_1/excel_to_python.md) + - [Fundamentals of Computing](tutorials/module_1/fundamentals_of_programming.md) + - [Open source software](tutorials/module_1/open_source_software.md) + - [Computational Expense](tutorials/module_1/computational_expense.md) #### Algorithm Developments for ME -- [Numerical Methods](tutorials/module_2/2_01_intro_to_numerical_methods.md) -- [Version Control](tutorials/module_2/2_version_control.md) -- [Problem Solving Strategies](tutorials/module_2/2_problem_solving_strategies.md) -- [Code debugging](tutorials/module_2/2_debugging_code) +- [Numerical Methods](tutorials/module_2/intro_to_numerical_methods.md) +- [Version Control](tutorials/module_2/version_control.md) +- [Problem Solving Strategies](tutorials/module_2/problem_solving_strategies.md) +- [Code debugging](tutorials/module_2/debugging_code) - Code Documentation - Code libraries & resources -- [AI assisted programming](tutorials/module_2/2_ai_assisted_programming) +- [AI assisted programming](tutorials/module_2/assisted_programming) - Verification and Validation #### Applications of Computational Mathematics in ME - Systems of Equations and LU Decomposition @@ -56,7 +56,7 @@ See the tutorials under the /tutorials/ directory. - Importing scientific data - Data Processing - [Linear Regression](tutorials/linear_regression.md) -- [Plotting](tutorials/4_plotting.md) +- [Plotting](plotting.md) - Data Visualization #### Introduction to AI for Engineering Problems - Supervised vs unsupervised learning |
