From 665eaed5e9a677c4d51d066d21aa8ddb612ff565 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Thu, 24 Apr 2025 16:26:57 -0600 Subject: Updated links as the module 1 & 2 tutorials contained a \'1_\' and \'2_\' prefixes. --- README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d3c226d..909c7b4 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3