Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #95209
| Date | 2015-08-10 11:09 +1000 |
|---|---|
| From | Cameron Simpson <cs@zip.com.au> |
| Subject | Re: Pipes |
| References | <048e01d0d305$ca953e20$5fbfba60$@godblessthe.us> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.21.1439168990.3627.python-list@python.org> (permalink) |
On 09Aug2015 17:44, Clayton Kirkwood <crk@godblessthe.us> wrote: >But there is nothing non-cryptic and orderly that I have found that lists >out various modules and packages. If you know the module, it generally gives >most of the information, but if you don't know the module name or function >capability, you're lost. Mark has already mentioned these: https://docs.python.org/3/py-modindex.html https://docs.python.org/3/genindex.html I use the index a lot, especially if I have a (probable) method name. >It would be nice to have a 'if you want to do this, >look at these packages'. There is also a search here: https://docs.python.org/3/ which has some utility. Note you need to wait for it to load the results. I just tried searching for "pipe". Admittedly "subprocess.PIPE" is the very last thing listed, but still, it is there. >You have a language ref that defines the basics but >gives very little insight. Take list comprehension. As described in the >language ref and given tutotial, you get maybe a paragraph of what it is, >but there was no definition of what the brackets were for or how the >comprehension worked and maybe you get one or two examples, but you're still >left with what is it. It is like a for loop, but you know that by now. >Is there an up to date book on 3.x even. Every book seems to be from 2006 or >so. Not sure, sorry. Cheers, Cameron Simpson <cs@zip.com.au>
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Pipes Cameron Simpson <cs@zip.com.au> - 2015-08-10 11:09 +1000
csiph-web