Hacker News new | ask | show | jobs
by shaklee3 1904 days ago
Python's way of executing a command is somewhat of a nightmare. There are many, many ways to do the same thing, and some are safer than others. Some are better for capturing output, while others are better for just executing and getting a return code.