@alvaro
sign in · lmno.lol

Some python idioms

with open(path, 'r') as text_file:
    text = text_file.read()