python open file binary code example Example: read binary file python file = open("sample.bin", "rb") binary_data = file. read()