calling external command in python
In this blog post. I’ll talk about boring stuffs about working on shell and python together. There are few way to execute shell [bash|sh|zsh] command on python probably you searched and used one of them before. There are few bookmarks which you can check about that topic http://stackoverflow.com/questions/89228/calling-an-external-command-in-python http://stackoverflow.com/questions/89228/calling-an-external-command-in-python/92395#92395 http://stackoverflow.com/questions/89228/calling-an-external-command-in-python/89243#89243 […]