How to store an arbitrarily long int to a binary file in python?

Posted by Mark on Stack Overflow See other posts from Stack Overflow or by Mark
Published on 2010-04-14T23:14:13Z Indexed on 2010/04/14 23:23 UTC
Read the original article Hit count: 160

Filed under:

How can I store and retrieve the number 2**10000 in a binary file in python without converting it to a string? Can it be stored as 10,000 bits?

© Stack Overflow or respective owner

Related posts about python