Similar to this question:
Passing data between Python scripts, while separately running
But I have two different versions of Python running (2.x and 3.x). We use 2.x in my shop, but are running 3.x on a virtual machine for machine learning libraries that 2.x doesn't support.
Will this solution work for 2.x and 3.x, or is there another method?