From d4addd975468794de97728d9c2a38f85d34b8ab0 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Tue, 4 Feb 2025 17:00:19 -0700 Subject: cleaned up table --- tutorials/readme.md | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) (limited to 'tutorials/readme.md') diff --git a/tutorials/readme.md b/tutorials/readme.md index 64d6451..b102f3d 100644 --- a/tutorials/readme.md +++ b/tutorials/readme.md @@ -1,7 +1,7 @@ # Tutorials This directory contains all the tutorials. -## Files +## Table of Content ### 1.0 Introduction to Anaconda - [1.1 installing_anaconda.md](1.1_installing_anaconda.md) @@ -10,18 +10,16 @@ This directory contains all the tutorials. ### 2.0 Spyder - [2.1 Getting started with Spyder](2.1_spyder_getting_started.md) -- Computing Terminology and Orientation? - - Working with computers - - Command window, terminal, console, command prompt. - Globe analogy: Hardware, Kernel, shell, Application software. - - Scripting +- [Fundamentals of Computing](fundamentals_of_programming.md) +- -### 3.0 Programing in Python +### 3.0 Programming in Python - [3.1 basics_of_python.md](3.1_basics_of_python.md) -- Arrays [Numpy] +- [3.x_Arrays](3.x_arrays.md)[Numpy] - Plotting [Matplotlib] -- Decisions/If conditions -- Loops +- Control Structures + - Decisions/If conditions + - Loops - [3.x_Functions](3.x_Functions.md) - [3.x_Classes/Objects](3.x_Classes_and_Objects.md) @@ -29,13 +27,10 @@ This directory contains all the tutorials. - Introduction to Numerical Methods - What is Numerical? - How does it work? [Error] - - - Roots and Optimization -- Systems of Equations and LU Deconposition +- Systems of Equations and LU Decomposition - Linear Regression - Numerical Integration - Ordinary Differential Equations -### 5.0 Further Studies -- Python Modules -- + -- cgit v1.2.3