First solution in Clear category for Binary Count by LPK
checkio = lambda n: bin(n).count('1')
April 14, 2016