-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup-python-workshop.Rmd
35 lines (24 loc) · 1.69 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
30
31
32
33
---
layout: page
title: Setup for Python workshop
---
```{r include-setup-overview, child="files/setup-overview.md"}
```
```{r include-setup-data, child="files/setup-data.md"}
```
## Software
| Software | Install | Manual | Available for | Description |
| --------------------- | ------------------------------- | ------ | --------------------- | ------------------------------------------------ |
| Spreadsheet program | [Download LibreOffice](https://www.libreoffice.org/download/download/) | [LibreOffice documentation](https://documentation.libreoffice.org/en/english-documentation/) | Linux, MacOS, Windows | Spreadsheet program for organizing tabular data. |
| OpenRefine | [Download OpenRefine](https://openrefine.org/download.html) | [OpenRefine documentation](https://openrefine.org/docs) | Linux, MacOS, Windows | |
| Python | See install instructions below. | | Linux, MacOS, Windows | |
| DB Browser for SQLite | [Download DB Browser for SQLite](https://sqlitebrowser.org/dl/) | | Linux, MacOS, Windows | |
```{r include-setup-spreadsheet, child="files/setup-spreadsheet.md"}
```
```{r include-setup-openrefine, child="files/setup-openrefine.md"}
```
```{r include-setup-python, child="files/setup-python.md"}
```
```{r include-setup-sql, child="files/setup-sql.md"}
```
Congratulations! You are now ready for the workshop!