Add initial version of chapter 11, part 1
This commit is contained in:
parent
d457c07069
commit
d874c83eb5
4 changed files with 2181 additions and 1 deletions
|
@ -775,7 +775,7 @@
|
|||
" - *Chapter 9*: [Mappings & Sets <img height=\"12\" style=\"display: inline-block\" src=\"../static/link/to_nb.png\">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/09_mappings/00_content.ipynb)\n",
|
||||
" - *Chapter 10*: Arrays & Dataframes\n",
|
||||
"- How can we create custom data types?\n",
|
||||
" - *Chapter 11*: Classes & Instances"
|
||||
" - *Chapter 11*: [Classes & Instances <img height=\"12\" style=\"display: inline-block\" src=\"../static/link/to_nb.png\">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/11_classes/00_content.ipynb)"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
2171
11_classes/00_content.ipynb
Normal file
2171
11_classes/00_content.ipynb
Normal file
File diff suppressed because it is too large
Load diff
|
@ -262,3 +262,11 @@ If this is not possible,
|
|||
- [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/09_mappings/07_review.ipynb)
|
||||
- [further resources <img height="12" style="display: inline-block" src="static/link/to_nb.png">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/09_mappings/08_resources.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/09_mappings/08_resources.ipynb)
|
||||
- *Chapter 11*: Classes & Instances
|
||||
- [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/09_mappings/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/11_classes/00_content.ipynb)
|
||||
(`class` Statement;
|
||||
Instantiation;
|
||||
Text Representations;
|
||||
Instance Methods vs. Class Methods;
|
||||
Computed Properties)
|
||||
|
|
|
@ -22,6 +22,7 @@ For a more *detailed version* with **clickable links**
|
|||
- *Chapter 7*: Sequential Data
|
||||
- *Chapter 8*: Map, Filter, & Reduce
|
||||
- *Chapter 9*: Mappings & Sets
|
||||
- *Chapter 11*: Classes & Instances
|
||||
|
||||
|
||||
#### Videos
|
||||
|
|
Loading…
Reference in a new issue