Add initial version of chapter 11, part 3

This commit is contained in:
Alexander Hess 2020-10-27 11:03:29 +01:00
parent c2e0deafde
commit 2c83a883c5
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 2371 additions and 0 deletions

2367
11_classes/03_content.ipynb Normal file

File diff suppressed because one or more lines are too long

View file

@ -280,3 +280,7 @@ If this is not possible,
(Im)mutable Data Types; (Im)mutable Data Types;
Method Chaining; Method Chaining;
Polymorphism) Polymorphism)
- [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/11_classes/03_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/03_content.ipynb)
(Operator Overloading: Arithmetic & Relational Operators;
Number Emulation)