Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #95209 > unrolled thread

Re: Pipes

Started byCameron Simpson <cs@zip.com.au>
First post2015-08-10 11:09 +1000
Last post2015-08-10 11:09 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Pipes Cameron Simpson <cs@zip.com.au> - 2015-08-10 11:09 +1000

#95209 — Re: Pipes

FromCameron Simpson <cs@zip.com.au>
Date2015-08-10 11:09 +1000
SubjectRe: Pipes
Message-ID<mailman.21.1439168990.3627.python-list@python.org>
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>

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web