First solution in Clear category for Binary Count by narumi.kano.3
def checkio(number): return bin(number).count("1")
Jan. 10, 2015