The 'b' flag will get python to treat the file as a binary, so no modules are needed. Also you haven't provided a purpose for having python read a binary file with a question like that.
f = open('binaryfile', 'rb')
print(f.read())
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…