Actually I'm rookie in python , as you know we have 2 methods in PHP passthru and system
What's the equivalent of passthru and system for python?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
closed as off topic by akira, grawity, random♦ Apr 11 '12 at 2:43
Questions on Super User are expected to relate to computer software or computer hardware within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
the http://docs.python.org/library/subprocess.html have a look at http://stackoverflow.com/questions/2101426/parsing-a-stdout-in-python |
|||
|
|
