Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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?

share|improve this question

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.

1 Answer

up vote 0 down vote accepted

the subprocess module implements handling of subprocesses:

http://docs.python.org/library/subprocess.html

have a look at http://stackoverflow.com/questions/2101426/parsing-a-stdout-in-python

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.