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


Groups > comp.lang.python > #95208

RE: Pipes

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 <crk@godblessthe.us>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.021
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'skip:[ 20': 0.03; 'defines': 0.07; 'brackets': 0.09; 'email addr:python.org]': 0.09; 'lost.': 0.09; 'python': 0.10; 'message-----': 0.15; 'packages.': 0.15; 'clayton': 0.16; 'pipes': 0.16; 'scratch': 0.16; 'so!': 0.16; 'later': 0.16; 'module,': 0.18; 'url:home': 0.18; 'language': 0.19; '2015': 0.20; 'aug': 0.20; 'to:2**1': 0.21; 'so.': 0.22; '3.x': 0.22; 'libraries': 0.22; 'seems': 0.23; "haven't": 0.24; 'header:In-Reply-To:1': 0.24; 'module': 0.25; 'function': 0.28; 'pointer.': 0.29; 'url:mailman': 0.30; 'probably': 0.31; 'generally': 0.32; 'language.': 0.32; 'maybe': 0.33; 'url:python': 0.33; '-0700': 0.33; '2006': 0.33; 'skip:- 10': 0.34; 'url:listinfo': 0.34; 'definition': 0.34; 'worked': 0.34; 'lists': 0.34; 'list': 0.34; 'gives': 0.35; 'behind': 0.35; 'sent:': 0.35; 'subject:': 0.35; 'but': 0.36; 'there': 0.36; 'url:org': 0.36; 'email addr:python.org': 0.36; 'modules': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'two': 0.37; 'thanks': 0.37; 'charset:us-ascii': 0.37; 'things': 0.38; 'manual': 0.38; 'stuff': 0.38; 'from:': 0.39; 'url:mail': 0.40; 'to:addr:python.org': 0.40; 'still': 0.40; 'some': 0.40; 'easy': 0.60; 'information,': 0.61; 'email addr:gmail.com': 0.62; 'python- list': 0.66; 'email name:python-list': 0.67; 'header:Reply-To:1': 0.67; 'reply-to:no real name:2**0': 0.71; 'august': 0.75; '100': 0.79; "'if": 0.84; 'ref': 0.84; 'dennis': 0.91; 'grew': 0.91
Reply-To <crk@godblessthe.us>
From "Clayton Kirkwood" <crk@godblessthe.us>
To "'Dennis Lee Bieber'" <wlfraed@ix.netcom.com>, <python-list@python.org>
References <d6a3dfe4-8389-463b-ac66-a93f14a91a5e@googlegroups.com> <3bf7a462-2c70-4e53-bfc6-86b5acb9f5f8@googlegroups.com> <2nefsaleec1b20kur4mbt5jat3eafh2f3n@4ax.com>
In-Reply-To <2nefsaleec1b20kur4mbt5jat3eafh2f3n@4ax.com>
Subject RE: Pipes
Date Sun, 9 Aug 2015 17:44:56 -0700
MIME-Version 1.0
Content-Type text/plain; charset="us-ascii"
Content-Transfer-Encoding 7bit
X-Mailer Microsoft Outlook 15.0
Thread-Index AQGOUNhDQQSXvOzSaYLcg/Nt2c/VdQHljs5hAbS/XWeebJUb0A==
Content-Language en-us
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.20.1439167605.3627.python-list@python.org> (permalink)
Lines 47
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1439167605 news.xs4all.nl 2864 [2001:888:2000:d::a6]:52866
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:95208

Show key headers only | View raw



> -----Original Message-----
> From: Python-list [mailto:python-list-
> bounces+crk=godblessthe.us@python.org] On Behalf Of Dennis Lee Bieber
> Sent: Sunday, August 09, 2015 1:43 PM
> To: python-list@python.org
> Subject: Re: Pipes
> 
> On Sun, 9 Aug 2015 10:55:36 -0700 (PDT), rogerh906@gmail.com declaimed
> the
> following:
> 
> >
> >Nevermind, I found it. Thanks for the pointer. But WOW! Python is
> described as an easy to learn language. I don't think so!
> >
> 	It is... The Language Reference Manual is only some 70 or so pages
(I
> haven't counted the later versions; probably grew to 100 behind my back).
> 
> 	But the LIBRARIES that do all the nice things for you so you don't
have
> program the stuff from scratch may take some time to get familiar.

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. It would be nice to have a 'if you want to do this,
look at these packages'. 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.

Is there an up to date book on 3.x even. Every book seems to be from 2006 or
so.

Clayton
> --
> 	Wulfraed                 Dennis Lee Bieber         AF6VN
>     wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/
> 
> --
> https://mail.python.org/mailman/listinfo/python-list

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Pipes rogerh906@gmail.com - 2015-08-09 07:10 -0700
  Re: Pipes Ian Kelly <ian.g.kelly@gmail.com> - 2015-08-09 11:13 -0600
  Re: Pipes rogerh906@gmail.com - 2015-08-09 10:39 -0700
    Re: Pipes Ian Kelly <ian.g.kelly@gmail.com> - 2015-08-09 11:52 -0600
    Re: Pipes Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-08-09 19:34 +0100
  Re: Pipes rogerh906@gmail.com - 2015-08-09 10:55 -0700
    Re: Pipes Emile van Sebille <emile@fenx.com> - 2015-08-09 11:51 -0700
    Re: Pipes alister <alister.nospam.ware@ntlworld.com> - 2015-08-09 18:55 +0000
    Re: Pipes Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-08-09 16:43 -0400
    Re: Pipes Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-08-09 22:18 +0100
    Re: Pipes Cameron Simpson <cs@zip.com.au> - 2015-08-10 08:27 +1000
    RE: Pipes "Clayton Kirkwood" <crk@godblessthe.us> - 2015-08-09 17:44 -0700
    Re: Pipes Chris Angelico <rosuav@gmail.com> - 2015-08-10 20:50 +1000
    Re: Pipes Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-08-10 14:44 +0100
      Re: Pipes rogerh906@gmail.com - 2015-08-10 07:05 -0700
        Re: Pipes Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-08-10 15:36 +0100
  Re: Pipes Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-08-09 14:17 -0400
  Re: Pipes "E.D.G." <edgrsprj@ix.netcom.com> - 2015-08-10 15:43 -0500
    Re: Pipes Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-08-10 22:59 +0100
    Re: Pipes Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-08-10 18:41 -0400
    Re: Pipes Larry Hudson <orgnut@yahoo.com> - 2015-08-10 21:48 -0700
    Re: Pipes Laura Creighton <lac@openend.se> - 2015-08-11 11:07 +0200
    Re: Pipes Laura Creighton <lac@openend.se> - 2015-08-11 11:58 +0200
    Re: Pipes Tim Golden <mail@timgolden.me.uk> - 2015-08-11 11:15 +0100

csiph-web