Pipes

Ian Kelly ian.g.kelly at gmail.com
Sun Aug 9 13:13:41 EDT 2015


On Sun, Aug 9, 2015 at 8:10 AM,  <rogerh906 at gmail.com> wrote:
> Just learning Python and have a question.
>
> Is it possible for Python to pass information to another program (in Windows), wait for that program to finish and then resume operating?
>
> It's called a pipe in Unix systems.

Yes, pipes can also be used in Windows. In Python, use the subprocess
module for this.



More information about the Python-list mailing list