From 5d4bead1effdf9fe3ae638e0c47c9500d2de03e7 Mon Sep 17 00:00:00 2001 From: Tom van Nuenen Date: Tue, 1 Oct 2024 11:43:43 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebfebb1..3dd8709 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository contains the materials for D-Lab’s Python Machine Learning workshop. ### Prerequisites -Prior experience with [Python Fundamentals](https://github.com/dlab-berkeley/Python-Fundamentals), [Python Intermediate](https://github.com/dlab-berkeley/Python-Intermediate), [Python Data Visualization](https://github.com/dlab-berkeley/Python-Data-Visualization), and [Python Data Wrangling](https://github.com/dlab-berkeley/Python-Data-Wrangling) is assumed. +Prior experience with [Python Fundamentals](https://github.com/dlab-berkeley/Python-Fundamentals), [Python Data Visualization](https://github.com/dlab-berkeley/Python-Data-Visualization), and [Python Data Wrangling](https://github.com/dlab-berkeley/Python-Data-Wrangling) is assumed. Check D-Lab's [Learning Pathways](https://dlab-berkeley.github.io/dlab-workshops/python_path.html) to figure out which of our workshops to take! From 26720a2ca482c98900594579ebdac792a7394add Mon Sep 17 00:00:00 2001 From: Tom van Nuenen Date: Sat, 2 Aug 2025 11:29:00 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dd8709..6bbe8ba 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repository contains the materials for D-Lab’s Python Machine Learning wor ### Prerequisites Prior experience with [Python Fundamentals](https://github.com/dlab-berkeley/Python-Fundamentals), [Python Data Visualization](https://github.com/dlab-berkeley/Python-Data-Visualization), and [Python Data Wrangling](https://github.com/dlab-berkeley/Python-Data-Wrangling) is assumed. -Check D-Lab's [Learning Pathways](https://dlab-berkeley.github.io/dlab-workshops/python_path.html) to figure out which of our workshops to take! +Check out D-Lab’s [Workshop Catalog](https://dlab-berkeley.github.io/dlab-workshops/) to browse all workshops, see what’s running now, and review prerequisites. ## Workshop Goals From 2c3892a6cf16844b1c98fe2f05418451fa94e7e3 Mon Sep 17 00:00:00 2001 From: Tom van Nuenen Date: Sat, 2 Aug 2025 11:36:37 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bbe8ba..112f951 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository contains the materials for D-Lab’s Python Machine Learning workshop. -### Prerequisites +## Prerequisites Prior experience with [Python Fundamentals](https://github.com/dlab-berkeley/Python-Fundamentals), [Python Data Visualization](https://github.com/dlab-berkeley/Python-Data-Visualization), and [Python Data Wrangling](https://github.com/dlab-berkeley/Python-Data-Wrangling) is assumed. Check out D-Lab’s [Workshop Catalog](https://dlab-berkeley.github.io/dlab-workshops/) to browse all workshops, see what’s running now, and review prerequisites.