Skip to content

Commit 758ea4b

Browse files
committed
sort link order
1 parent 92ed28c commit 758ea4b

File tree

5 files changed

+12
-2
lines changed

5 files changed

+12
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ programming fundamentals, which we're now going to go through.
2828

2929
- [Programming fundamentals](https://github.com/csmsoftware/Programming-for-data-analysis-tutorial-Matlab-R-Python/blob/master/programming-fundamentals.md)
3030
- [Matlab](https://github.com/csmsoftware/Programming-for-data-analysis-tutorial-Matlab-R-Python/blob/master/matlab.md)
31-
- [R](https://github.com/csmsoftware/Programming-for-data-analysis-tutorial-Matlab-R-Python/blob/master/r.md)
3231
- [Python](https://github.com/csmsoftware/Programming-for-data-analysis-tutorial-Matlab-R-Python/blob/master/python.md)
32+
- [R](https://github.com/csmsoftware/Programming-for-data-analysis-tutorial-Matlab-R-Python/blob/master/r.md)
3333

3434

3535

matlab.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,3 +303,7 @@ When installing Matlab, a lot of the toolboxes that are available are unlikely t
303303
- Bioinformatics Toolbox
304304
- Image Processing Toolbox
305305
- Statistics and Machine Learning Toolbox
306+
307+
308+
309+
- [R tutorial](https://github.com/csmsoftware/Programming-for-data-analysis-tutorial-Matlab-R-Python/blob/master/r.md)

programming-fundamentals.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,3 +376,6 @@ out what the hell was going on.
376376

377377

378378
Keeping your data and code organised well will help you 6 months down the line.
379+
380+
381+
- [Matlab tutorial](https://github.com/csmsoftware/Programming-for-data-analysis-tutorial-Matlab-R-Python/blob/master/matlab.md)

python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Installing Python
88

9-
Python is a bit more complicated, as it is general-purpose programming language.
9+
Compared to Matlab and R, Python is fairly complicated to install and use, as it is general-purpose programming language.
1010
The situation is made more complicated by different versions (2.x vs 3.x), and different package managers.
1111

1212
### Virtualenv

r.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,3 +449,6 @@ Beside the builtin functions, there are several packages designed to produce hig
449449
Here, it is possible to find nice examples of data graphs generated using ```ggplot2```
450450

451451
- [R Graphs](http://www.cookbook-r.com/Graphs/)
452+
453+
454+
- [Python tutorial](https://github.com/csmsoftware/Programming-for-data-analysis-tutorial-Matlab-R-Python/blob/master/r.md)

0 commit comments

Comments
 (0)