Some nice/interesting posts of mine:
zip_equal
zip(..., strict=True)
itertools.groupby
[2, a, b, 1, c, 3, d, e, f]
[[2, a, b], [1, c], [3, d, e, f]]