[Generator Concept + Plane Ticket Exercise]: Consider Adding list of common generator-iterators from the Std. Library #3532
Labels
documentation 📚
enhancement 🦄 ⭐
Changing current behaviour or enhancing/adding to what's already there.
As we are working through initial feedback for the
Plane Tickets
exercise and thegenerators
concept, it occurred to me that many students are unaware of places/objects in the stdlib that return/aregenerator-iterators
. We should consider where in the docs to point out some examples (likezip()
and variousitertools
). We might also want to mentiongenerator-expressions
in passing inabout.md
.The text was updated successfully, but these errors were encountered: