how to convert to binary in python without b code example Example: python bin function without 0b >>> bin(30)[2:].zfill(8) '00011110' >>>