Ez solution in Clear category for Binary Count by Poetakodu
def checkio(number): return bin(number).count("1")
Nov. 4, 2016