Skip to main content

All Questions

Tagged with
0 votes
1 answer
579 views

How can I read this binary XML response with Ruby?

I'm trying to read a response from a marketplace web service. Every other response from this web service is returned in XML format. However, this particular call is requesting a file download. I'm ...
RubyRedGrapefruit's user avatar
4 votes
4 answers
3k views

Reading Structure Binary Data in Python?

Are there any nice Python solutions like Ruby's BinData for reading user-defined binary file/stream formats? If not, then what's the preferred way to this in Python outside of just using the struct ...
dj29's user avatar
  • 161