Alexander Hess

Results 44 issues of Alexander Hess

https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/04_iteration/03_content.ipynb Move the part on "Indefinite Loops" to the top. Change the game logic a bit and include the `continue` statement already. Consider removing the part on the map-filter-reduce paradigm...

In a future chapter on common data structures, re-visit Towers of Hanoi and solve it with stacks. cf. "Classic Computer Science Problems with Python", pp. 22

https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/08_mfr/01_content.ipynb Move parts on list comprehensions into chapter 7 where list constructors are covered (or after the part on list methods because of `.append()`). Move the nested and Cartesian product...

As the notebook files have been restructured, many project internal links may have become invalid.

bug

For example, the text usually writes out `dict` objects. That could be abbreviated as `dict`s or `dict`ionaries to make the text easier to read.

spelling