Python Forum
tools for writing and reading binary data in files
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tools for writing and reading binary data in files
#1
if i just ask for tools to read and write binary files i'm sure people will point me to including the 'b' option when opening the file. i already know about that. what i really am looking for are tools to construct and interpret binary data in both definitive forms and dynamic forms. in some cases such data may also be encoded (not really binary in the file in most cases, such as hex encoding) and/or compressed. and sometimes the data may include subchannel streams that also need to be constructed or interpreted.

i could build all this code myself. i understand binary forms (have programmed in Assemply and C since 1973 and 1982). but that would take a lot of time.

what i am asking for are suggestions of good libraries and modules for constructing and interpreting binary files, streams, and buffers that can work in Python 3.6.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  writing data from Amazon Workspaces to CSV isaac_python 5 1,739 Sep-24-2022, 10:45 AM
Last Post: snippsat
  reading and writing a image stored in a file Skaperen 4 2,216 Feb-12-2022, 04:03 AM
Last Post: Skaperen
  PIP Installation problem with VS Build tools Hanneth 1 1,936 Mar-26-2020, 08:22 PM
Last Post: Larz60+
  handy network analysts tools KipCarter 2 44,952 Jan-29-2020, 01:03 PM
Last Post: KipCarter
  Binary Data for Humans boisgera 2 2,457 Mar-05-2018, 07:44 PM
Last Post: boisgera
  PDF tools Skaperen 4 5,140 Jan-29-2017, 06:32 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020