05-26-2025, 05:17 PM
Hi,
I have several programs that call python programs, the python program writes its results to disk and then the basic reads the results and uses them. (some of the python libraries are very useful). In particular I am using pyephem, a library that calculates astronomical date on stars and planets.
Is there a way to do this without the intermediate step of writing the information to disk? Can the output of an external program be ported directly into a basic array or other structure?
John
I have several programs that call python programs, the python program writes its results to disk and then the basic reads the results and uses them. (some of the python libraries are very useful). In particular I am using pyephem, a library that calculates astronomical date on stars and planets.
Is there a way to do this without the intermediate step of writing the information to disk? Can the output of an external program be ported directly into a basic array or other structure?
John