The slides for my talk (github.com/alisha17/PyCon) and a brief post explaining it (alisha17.github.io/python/2017/12) is up now!
#PyConID2017
Conversation
Cool to see you were explicit about the connection between iterators and lazy evaluation. It's a handy insight for folks to have!
1
Yep, because initially I had this question, ‘why use iterators actually’, so I thought I should address this.
1
1
I notice this a lot when porting Haskell things to Rust - patterns that depend on laziness often become iterators.
1
Of course you lose some composability in the process though… which can become varying degrees of painful depending on what your doing!

