I would like to know the most efficient Pythonic way to convert an integer to a binary string. Any suggestions? Is there any Python function similar to _itoa? Thanks