summaryrefslogtreecommitdiff
path: root/tutorials/readme.md
blob: 5570cdd9ddee511caa241a595e4bd286adb2c034 (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
37
38
39
40
41
42
43
44
45
# 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)
	- Environments
	- Package Management
- [1.3 version_control.md](1.3_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
-