First solution in Clear category for Binary Count by dashrek1
checkio=lambda a:"{0:b}".format(a).count("1")
Aug. 20, 2019