capture and stream the standard output of a process with python on linux and windows
Invoking and interacting with a program from a Python script may get complicated. In this article, I share solutions that could make your life easier. You should read till the end if you are working on code that has to run on both linux and windows.
Read more...