Toolz has a sliding window.
Hy’s partition can also do a sliding window like Clojure’s can, by setting the step argument.
partition
step
Julia’s IterTools has the partition with step argument as well
Toolz has a sliding window.
Hy’s
partitioncan also do a sliding window like Clojure’s can, by setting thestepargument.Julia’s IterTools has the partition with step argument as well