webartifex / intro-to-python

An intro to Python & programming for wanna-be data scientists
https://code.webartifex.biz/alexander/intro-to-python
MIT License
912 stars 88 forks source link

Exchange chapters 8 and 9 #37

Open webartifex opened 3 years ago

webartifex commented 3 years ago

with new section on abstract data types it makes sense to move iterators behind mappings & sets part.

some exercises in chapter 9 assume generators in hints => should not cause troubles.

rewrite first part of MFR content and show the map() and filter() example first using for-loops and temporary list objects.