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