Is there a Python module or method that can convert between numeric bases? Specifically, I need to
convert between Hex, Decimal and Binary such as 5Ah = 90d = 01011010b.
I searched many places but couldn't find a Python specific one.
Thanks, Jeff
convert between Hex, Decimal and Binary such as 5Ah = 90d = 01011010b.
I searched many places but couldn't find a Python specific one.
Thanks, Jeff
Comment