diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-01-28 12:13:50 -0700 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-01-28 12:13:50 -0700 |
| commit | da42d56c313e17a1e3763dcd7454e91020864b1a (patch) | |
| tree | eca092baf5e0b337919ebae8f686105aec7cfd56 /tutorials/readme.md | |
| parent | 398e5e01f850183ed65924907ffad3d689d2142d (diff) | |
Expanded tutorial/readme.md to incluse table of content and started working on intro to anaconda
Diffstat (limited to 'tutorials/readme.md')
| -rw-r--r-- | tutorials/readme.md | 42 |
1 files changed, 39 insertions, 3 deletions
diff --git a/tutorials/readme.md b/tutorials/readme.md index 91c22b6..7b8df3f 100644 --- a/tutorials/readme.md +++ b/tutorials/readme.md @@ -1,9 +1,45 @@ # Tutorials - +This directory contains all the tutorials. ## Files + +### 1.0 Introduction to basic - [installing_anaconda.md](installing_anaconda.md) - [intro_to_anaconda.md](intro_to_anaconda.md) -- [intro_to_package_manangement.md](intro_to_package_manangement.md) -- [intro_to_environments.md](intro_to_environments.md) + - Package management + - Environments - [version_control.md](version_control.md) + +### 2.0 Computing fundamentals +- Computing Terminology and Orientation? + - Working with computers + - Command window, terminal, console, command prompt. + Globe analogy: Hardware, Kernel, shell, Application software. + - Scripting + +### 3.0 Programing in Python +- [basics_of_python.md](basics_of_python.md) + - Syntax + - Operators + - Comments + - Data Types +- Arrays [Numpy] +- Plotting [Matplotlib] +- Decisions/If conditions +- Loops +- Functions + +### 4.0 Numerical Methods +- Introduction to Numerical Methods + - What is Numerical? + - How does it work? [Error] + - +- Roots and Optimization +- Systems of Equations and LU Deconposition +- Linear Regression +- Numerical Integration +- Ordinary Differential Equations + +### 5.0 Further Studies +- Python Modules +- |
