Adjust content overview in README.md

This commit is contained in:
Alexander Hess 2019-10-15 20:09:02 +02:00
parent ffd407b6a8
commit f38a3d1ea2

View file

@ -20,6 +20,7 @@ As such they can be viewed in a plain web browser:
- [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)
- [06 - Text](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/master/06_text.ipynb)
However, it is recommended that students **install Python and Jupyter
locally** and run the code in the notebooks on their own.