Title: Python iterators
Open Graph Title: Python iterators
Description: A Python iterator is a sort of sequence that, unlike a list, computes each subsequent value only as it is needed rather than computing the entire list all at once. In simple cases, Haskell’s list type ([]) fulfills a similar role. This series compares Python iterators to Haskell’s list datatype, taking a deep dive into the ‘itertools’ library and the corresponding functions in the Haskell standard library.
Open Graph Description: This series compares Python iterators to Haskell’s list datatype, and the ‘itertools’ library to the Haskell standard library.
X: @typeclasses
Domain: typeclasses.com
| theme-color | #31365f |
| og:image | https://static.typeclasses.com/twitter-python__iterators-cb3d16266d.png |
| og:type | article |
| article:tag | lists |
| twitter:card | summary_large_image |
Links:
Viewport: width=device-width, initial-scale=1