Reading and writing to/from memory in Python

Posted by Honza Pokorny on Stack Overflow See other posts from Stack Overflow or by Honza Pokorny
Published on 2010-03-23T11:37:36Z Indexed on 2010/03/23 11:43 UTC
Read the original article Hit count: 291

Filed under:
|
|

Let's imagine a situation: I have two Python programs. The first one will write some data (str) to computer memory, and then exit. I will then start the second program which will read the in-memory data saved by the first program.

Is this possible?

© Stack Overflow or respective owner

Related posts about python

Related posts about buffer