# Tutorials This directory contains all the tutorials. ## Table of Content ### Introductory Programming Concepts - [Installing Anaconda](installing_anaconda.md) - [Intro to Anaconda](intro_to_anaconda.md) - [Getting started with Spyder](spyder_getting_started.md) - [Fundamentals of Computing](fundamentals_of_programming.md) - [Open source_software](open_source_software.md) - [Basics of python](basics_of_python.md) - [Arrays](arrays.md) - [Control Structures](control_structures.md) - [Functions](Functions.md) - [Classes/Objects](Classes_and_Objects.md) ### Algorithm Developments for ME - [Version Control](version_control.md) - [Introduction to Numerical Methods](intro_to_numerical_methods.md) - Roots and Optimization - Systems of Equations and LU Decomposition - Linear Regression - Numerical Integration - Ordinary Differential Equations ### Applications of Computational Mathematics in ME ### Data Analysis of Processing - [Plotting](plotting.md) ### Numerical Methods