itertools.batched on 3.12 and later; the islice version works everywhere and never materialises the whole input.
Tag
Snippets tagged itertools
Snippets tagged itertools
itertools.batched on 3.12 and later; the islice version works everywhere and never materialises the whole input.