Add initial version of chapter 08's exercises, part 2

This commit is contained in:
Alexander Hess 2020-10-21 19:03:56 +02:00
commit 7ca4754140
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 459 additions and 1 deletions

View file

@ -219,4 +219,7 @@ If this is not possible,
Boolean Reducers)
- [exercises <img height="12" style="display: inline-block" src="static/link/to_nb.png">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/08_mfr/02_exercises.ipynb)
[<img height="12" style="display: inline-block" src="static/link/to_mb.png">](https://mybinder.org/v2/gh/webartifex/intro-to-python/develop?urlpath=lab/tree/08_mfr/02_exercises.ipynb)
(Removing Outliers in Streaming Data)
(Removing Outliers in Streaming Data)
- [exercises <img height="12" style="display: inline-block" src="static/link/to_nb.png">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/08_mfr/03_exercises.ipynb)
[<img height="12" style="display: inline-block" src="static/link/to_mb.png">](https://mybinder.org/v2/gh/webartifex/intro-to-python/develop?urlpath=lab/tree/08_mfr/03_exercises.ipynb)
(Packing & Unpacking with Functions, continued)