From 6bebe70e24003587afedc320249ddcb857eb0786 Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Mon, 7 Oct 2019 22:34:16 +0200 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 4561afb..57c513a 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ As such they can be viewed in a plain web browser: - [02 - Functions & Modularization](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/master/02_functions.ipynb) - [03 - Conditionals & Exceptions](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/master/03_conditionals.ipynb) - [04 - Recursion & Looping](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/master/04_iteration.ipynb) +- [05 - Numbers](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/master/05_numbers.ipynb) However, it is recommended that students **install Python and Jupyter locally** and run the code in the notebooks on their own.