From 6eb6aeaf54320324c9a7d8c4bd2940f3b2680f4b Mon Sep 17 00:00:00 2001 From: Tom van Nuenen Date: Tue, 9 Apr 2024 14:35:15 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d3e262..9a0112c 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dlab-berkeley/Python-Web-Scraping/HEAD) [![License: CC BY 4.0](https://img.shields.io/badge/License-CC_BY_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/) +### Prerequisites This repository contains the materials for D-Lab’s Python Web Scraping Workshop. -We recommend attending Python Fundamentals and Python Data Wrangling prior to -this workshop. We additionally recommend a basic understanding of HTML and CSS. +We recommend attending [Python Fundamentals](https://github.com/dlab-berkeley/python-fundamentals) and [Python Data Wrangling](https://github.com/dlab-berkeley/Python-Data-Wrangling/) prior to this workshop. We additionally recommend a basic understanding of HTML and CSS. 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!