Add initial version of chapter 08, part 1
This commit is contained in:
parent
9257890614
commit
5d8af25aa6
4 changed files with 1386 additions and 1 deletions
|
@ -771,7 +771,7 @@
|
|||
" - *Chapter 5*: [Numbers & Bits <img height=\"12\" style=\"display: inline-block\" src=\"../static/link/to_nb.png\">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/05_numbers/00_content.ipynb)\n",
|
||||
" - *Chapter 6*: [Text & Bytes <img height=\"12\" style=\"display: inline-block\" src=\"../static/link/to_nb.png\">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/06_text/00_content.ipynb)\n",
|
||||
" - *Chapter 7*: [Sequential Data <img height=\"12\" style=\"display: inline-block\" src=\"../static/link/to_nb.png\">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/07_sequences/00_content.ipynb)\n",
|
||||
" - *Chapter 8*: Map, Filter, & Reduce\n",
|
||||
" - *Chapter 8*: [Map, Filter, & Reduce <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/00_content.ipynb)\n",
|
||||
" - *Chapter 9*: Mappings & Sets\n",
|
||||
" - *Chapter 10*: Arrays & Dataframes\n",
|
||||
"- How can we create custom data types?\n",
|
||||
|
|
1377
08_mfr/00_content.ipynb
Normal file
1377
08_mfr/00_content.ipynb
Normal file
File diff suppressed because it is too large
Load diff
|
@ -189,3 +189,10 @@ If this is not possible,
|
|||
(`namedtuple` Type)
|
||||
- [summary <img height="12" style="display: inline-block" src="static/link/to_nb.png">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/07_sequences/06_summary.ipynb)
|
||||
- [review questions <img height="12" style="display: inline-block" src="static/link/to_nb.png">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/07_sequences/07_review.ipynb)
|
||||
- *Chapter 8*: Map, Filter, & Reduce
|
||||
- [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/00_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/00_content.ipynb)
|
||||
(Mapping;
|
||||
Filtering;
|
||||
Reducing;
|
||||
`lambda` Expression)
|
|
@ -20,6 +20,7 @@ For a more *detailed version* with **clickable links**
|
|||
- *Chapter 5*: Numbers & Bits
|
||||
- *Chapter 6*: Text & Bytes
|
||||
- *Chapter 7*: Sequential Data
|
||||
- *Chapter 8*: Map, Filter, & Reduce
|
||||
|
||||
|
||||
#### Videos
|
||||
|
|
Loading…
Reference in a new issue