Possibilities for IPC between two python scripts without using any external libraries

103 Views Asked by At

I am a very python beginner. I want to ask what are different ways to communicate between two python scripts without using any external supported libraries. One possibility is the Unix-Socket. But if there are any other ways please share. Another possibility is using Multiprocessing. But Multiprocessing library is to communicate between different processes in a single python program as I know. N.B: I am limited to the built-in libraries.

Thanks in advance Anamika

0

There are 0 best solutions below