python 使用 subprocess 获得可重复使用的进程

正在做一个项目,需要python开启一个powershell进程,并且之后python发出的所有指令都由这一个powershell进程来执行,请问如何做到?