Add initial version of chapter 08, part 2
This commit is contained in:
parent
5d8af25aa6
commit
e63f5ae25a
2 changed files with 2387 additions and 1 deletions
2380
08_mfr/01_content.ipynb
Normal file
2380
08_mfr/01_content.ipynb
Normal file
File diff suppressed because it is too large
Load diff
|
@ -195,4 +195,10 @@ If this is not possible,
|
|||
(Mapping;
|
||||
Filtering;
|
||||
Reducing;
|
||||
`lambda` Expression)
|
||||
`lambda` Expression)
|
||||
- [content <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/01_content.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/01_content.ipynb)
|
||||
(`list` Comprehension;
|
||||
`generator` Expression;
|
||||
Streams of Data;
|
||||
Boolean Reducers)
|
Loading…
Reference in a new issue