Python newbie here, I am retrieving data from SQL Server that is stored as a 144 byte binary. If I understand the Phyton documentation, the data is returned a ptyhon string type What is the best way to write this string to a binary file? Thanks, Kelly