Add initial version of chapter 04, part 2
This commit is contained in:
parent
d770080fd3
commit
76ef753ffa
2 changed files with 1305 additions and 0 deletions
1300
04_iteration/02_content.ipynb
Normal file
1300
04_iteration/02_content.ipynb
Normal file
File diff suppressed because it is too large
Load diff
|
@ -98,6 +98,11 @@ Alternatively, the content can be viewed in a web browser
|
|||
- [exercises <img height="12" style="display: inline-block" src="static/link/to_nb.png">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/04_iteration/01_exercises.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/04_iteration/01_exercises.ipynb)
|
||||
(Towers of Hanoi)
|
||||
- [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/04_iteration/02_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/04_iteration/02_content.ipynb)
|
||||
(Looping with `while` & `for`;
|
||||
Examples: Collatz Conjecture, Factorial, Euclid's Algorithm, & Fibonacci;
|
||||
Containers vs. Iterables)
|
||||
|
||||
|
||||
#### Videos
|
||||
|
|
Loading…
Reference in a new issue