I\'m looking for a better/more Pythonic solution for the following snippet
count = sum(1 for e in iterable if e)