Skip to content

Commit 38c7c50

Browse files
authored
Merge pull request #193 from oceanhackweek/emiliom-patch-3
Update learning_python_r.md
2 parents 4626097 + d9c22b0 commit 38c7c50

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

resources/prep/learning_python_r.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ While we anticipate that most participants will have some experience with Python
44
Below are links to a few resources to refresh your skills in Python and R, as well as a tutorial video from a previous OHW event that covers a handful of Python packages.
55
The material covered in these lessons is a good reflection of the level we expect participants to be at and should get you up-to-date on the basic programming skills needed for the workshop.
66

7+
## Python
8+
79
- [Plotting and Programming in Python](https://swcarpentry.github.io/python-novice-gapminder/index.html) - This lesson is an introduction to programming in Python for people with little or no previous programming experience.
810
- [Programming with Python](https://swcarpentry.github.io/python-novice-inflammation/) - This Python lesson teaches data analysis using a case study of inflammation in patients who have been given a new treatment for arthritis.
9-
- [R for Reproducible Scientific Analysis](https://swcarpentry.github.io/r-novice-gapminder/) - R is commonly used in many scientific disciplines for statistical analysis. This lesson teaches novice programmers to write modular code and covers best practices for using R for data analysis.
1011
- [Oceanhackweek 2020 recording: Jupyter, NumPy, Pandas, and Matplotlib](https://www.youtube.com/watch?v=CTUAgpvfze0) - As a part of OceanHackWeek 2020, Leticia Portella gave a pre-hackweek tutorial on Jupyter, NumPy, Pandas, and Matplotlib. The Jupyter notebooks are found [here](https://github.com/oceanhackweek/ohw-preweek/tree/master/data-analysis-modules).
11-
- [Python Data Science Handbook](https://github.com/jakevdp/PythonDataScienceHandbook)
12+
- [Python Data Science Handbook](https://github.com/jakevdp/PythonDataScienceHandbook)
13+
14+
## R
15+
16+
- [R for Reproducible Scientific Analysis](https://swcarpentry.github.io/r-novice-gapminder/) - R is commonly used in many scientific disciplines for statistical analysis. This lesson teaches novice programmers to write modular code and covers best practices for using R for data analysis.

0 commit comments

Comments
 (0)