Add initial version of chapter 07, part 2
This commit is contained in:
parent
049aeb104d
commit
d6bec8afa2
2 changed files with 3003 additions and 1 deletions
2995
07_sequences/01_content.ipynb
Normal file
2995
07_sequences/01_content.ipynb
Normal file
File diff suppressed because it is too large
Load diff
|
@ -165,4 +165,11 @@ If this is not possible,
|
|||
- [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/07_sequences/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/07_sequences/00_content.ipynb)
|
||||
(Collections vs. Sequences;
|
||||
ABCs: `Container`, `Iterable`, `Sized`, & `Reversible`)
|
||||
ABCs: `Container`, `Iterable`, `Sized`, & `Reversible`)
|
||||
- [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/07_sequences/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/07_sequences/01_content.ipynb)
|
||||
(`list` Type;
|
||||
Indexing & Slicing;
|
||||
Shallow vs. Deep Copies;
|
||||
List Methods & Operations;
|
||||
Unpacking)
|
Loading…
Reference in a new issue