blob: d5eb431105a92b54ea82e4936bc3ce3df2796ab5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# Tutorials
This directory contains all the tutorials.
## Table of Content
### 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)
- 1.x_open-source_software
### 2.0 Spyder
- [2.1 Getting started with Spyder](2.1_spyder_getting_started.md)
- [Fundamentals of Computing](fundamentals_of_programming.md)
-
### 3.0 Programming in Python
- [3.1 basics_of_python.md](3.1_basics_of_python.md)
- [3.x_Arrays](3.x_arrays.md)[Numpy]
- Plotting [Matplotlib]
- Control Structures
- Decisions/If conditions
- Loops
- [3.x_Functions](3.x_Functions.md)
- [3.x_Classes/Objects](3.x_Classes_and_Objects.md)
### 4.0 Numerical Methods
- Introduction to Numerical Methods
- What is Numerical?
- How does it work? [Error]
- Roots and Optimization
- Systems of Equations and LU Decomposition
- Linear Regression
- Numerical Integration
- Ordinary Differential Equations
|