I just want to know, Is there any function or module in python I can use to change a decimal number over to its binary? I can able to change the double over to decimal utilizing int('[binary_value]',2), so any approach to do the opposite without composing the code to do it without anyone else's help?