# Tutorials This directory contains all the tutorials. ## Files ### 1.0 Introduction to Anaconda - [1.1 installing_anaconda.md](1.1_installing_anaconda.md) - [1.2 intro_to_anaconda.md](1.2_intro_to_anaconda.md) - [1.3 version_control.md](1.3_version_control.md) ### 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 ### 3.0 Programing in Python - [3.1 basics_of_python.md](3.1_basics_of_python.md) - 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 -