-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
setup-python-workshop.Rmd
31 lines (21 loc) · 1.62 KB
/
setup-python-workshop.Rmd
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
---
title: Setup for Python workshops
---
```{r include-setup-python, child="files/setup-python.md"}
```
## Software
| Software | Install | Manual | Available for | Description |
| ------------------- | ------------------------------- | ------ | --------------------- | --------------------------------------------------------- |
| Spreadsheet program | [Link](https://www.libreoffice.org/download/download/) | [Link](https://documentation.libreoffice.org/en/english-documentation/) | Linux, MacOS, Windows | Spreadsheet program for organizing tabular data. |
| OpenRefine | [Link](http://openrefine.org/download.html) | [Link](http://openrefine.org/documentation.html) | Linux, MacOS, Windows | Program for reproducibly cleaning data. |
| Python | See install instructions below. | | Linux, MacOS, Windows | Programming language for data analysis and visualisation. |
| SQLite Browser | [Link](http://sqlitebrowser.org/dl/) | [Link](https://github.com/sqlitebrowser/sqlitebrowser/wiki) | Linux, MacOS, Windows | Tool for creating, designing, and editing database files. |
```{r include-setup-sql, child="files/setup-sql.md"}
```
```{r include-setup-data, child="files/setup-data.md"}
```
```{r include-setup-spreadsheet, child="files/setup-spreadsheet.md"}
```
```{r include-setup-openrefine, child="files/setup-openrefine.md"}
```
Congratulations! You are now ready for the workshop!