Skip to content

Instantly share code, notes, and snippets.

import re
import redis
def chunks(lst, n):
"""Yield successive n-sized chunks from lst."""
for i in range(0, len(lst), n):
yield lst[i:i + n]
# chrpath - change the rpath or runpath in binaries