A collection of handy preprocessing code for common data.

  • Get unique characters from a collection of strings.
    functools.reduce(set.union, map(set, list_of_words))