Path: csiph.com!eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.05; 'docs.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'index': 0.13; 'everybody.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'resource,': 0.16; 'subprocess': 0.16; 'wrote:': 0.16; 'library,': 0.18; 'language': 0.19; '2015': 0.20; 'aug': 0.20; 'latter': 0.22; 'lawrence': 0.22; 'python"': 0.22; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'module': 0.25; 'header:User-Agent:1': 0.26; 'header:X-Complaints- To:1': 0.26; 'says': 0.32; 'language.': 0.32; 'url:python': 0.33; 'covered': 0.34; 'this?': 0.34; 'url:org': 0.36; 'modules': 0.36; 'url:library': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'to:addr:python.org': 0.40; 'where': 0.40; 'mark': 0.40; 'url:3': 0.60; 'real': 0.62; 'charset:windows-1252': 0.62; 'our': 0.64; 'here': 0.66; 'book.': 0.72; 'pythonistas,': 0.84; 'received:2': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Pipes Date: Sun, 9 Aug 2015 19:34:48 +0100 References: <269a4bf7-cbf1-4262-86ad-c6ada3d99d58@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-2-98-194-233.as13285.net User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1439145311 news.xs4all.nl 2930 [2001:888:2000:d::a6]:59561 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95200 On 09/08/2015 18:52, Ian Kelly wrote: > On Sun, Aug 9, 2015 at 11:39 AM, wrote: >> Where can I find out about this? It's not mentioned in my "Introduction to Python" book. > > The Python documentation at docs.python.org are an important resource, > and in particular the subprocess module is covered at > https://docs.python.org/3/library/subprocess.html. > Just a tip aimed at everybody. If you go to the main page here https://docs.python.org/3/ up in the top right corner it says "modules | index". The former is for all modules in the standard library, the latter is the general index for everything in all of the docs. Both of them are a real time saver. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence