Calling Shell Commands from Python: OS.system vs Subprocess

0
243



If you are a Python programmer, it is quite likely that you have experience in shell scripting. It is not uncommon to face a task that seems trivial to solve with a shell command. Therefore, it is useful to be familiar with how to call these commands efficiently from your Python code and know their limitations.

Advertisement

Read the full story



Source link

Advertisement
Advertisement

LEAVE A REPLY

Please enter your comment!
Please enter your name here