Python Forum
binary data in source code form
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
binary data in source code form
#1
i have some big binary data i need to embed in a python source file with the intention that it will be written to a binary file.  one way to do this is to store it as a string literal with backslash encoding.  is there a more efficient way to do it?  would big integer literals be more efficient?  assume the binary data is already compressed and cannot be further compressed.  would base64 be better?  base85?
Tradition is peer pressure from dead people

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


Messages In This Thread
binary data in source code form - by Skaperen - May-23-2017, 05:18 AM
RE: binary data in source code form - by Ofnuts - May-23-2017, 05:49 AM
RE: binary data in source code form - by Skaperen - Jun-02-2017, 02:21 AM
RE: binary data in source code form - by Larz60+ - May-23-2017, 11:21 AM
RE: binary data in source code form - by nilamo - Jun-01-2017, 09:51 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  UART write binary code trix 3 549 Apr-28-2024, 04:57 PM
Last Post: deanhystad
  delivery exe without source code py loky62 2 492 Apr-04-2024, 05:47 PM
Last Post: loky62
  Help with to check an Input list data with a data read from an external source sacharyya 3 668 Mar-09-2024, 12:33 PM
Last Post: Pedroski55
  Algorithm for extracting comments from Python source code Pavel1982 6 888 Feb-28-2024, 09:52 PM
Last Post: Pavel1982
  Sending data from the form to DB quisatz 5 1,561 Sep-27-2023, 04:58 PM
Last Post: quisatz
  Python Code for Preorder Traversal of a Binary Tree Bolt 1 730 Sep-22-2023, 09:32 AM
Last Post: Gribouillis
  Error on import: SyntaxError: source code string cannot contain null bytes kirkwilliams2049 7 8,202 Aug-03-2023, 06:00 PM
Last Post: Gribouillis
  Unable to request image from FORM Data usman 0 1,077 Aug-18-2022, 06:23 PM
Last Post: usman
  No Module found in other directory than source code [SOLVED] AlphaInc 1 2,230 Nov-10-2021, 04:34 PM
Last Post: AlphaInc
  Generating classes diagram from source code Pavel_47 3 6,113 Oct-01-2021, 03:31 AM
Last Post: Lou

Forum Jump:

User Panel Messages

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