From 675dbc43b2fad74a6019493e65c5ba28680c0033 Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Wed, 20 Nov 2019 10:58:01 +0100 Subject: [PATCH] Adjust content overview in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2f8d4b..4da6b2f 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ As such they can be viewed in a plain web browser: - [05 - Bits & Numbers](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/master/05_numbers.ipynb) - [06 - Bytes & Text](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/master/06_text.ipynb) - [07 - Sequential Data](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/master/07_sequences.ipynb) +- [08 - Mappings & Sets](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/master/08_mappings.ipynb) However, it is recommended that students **install Python and Jupyter locally** and run the code in the notebooks on their own.