How can I add, subtract, and compare binary numbers in Python without converting to decimal?
Binary, decimal, hexadecimal... the base only matters when reading or outputting numbers, adding binary numbers is just the same as adding decimal number : it is just a matter of representation.