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


Groups > comp.lang.python > #17317

Re: How to generate "a, b, c, and d"?

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <ian.g.kelly@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.039
X-Spam-Evidence '*H*': 0.92; '*S*': 0.00; 'to:addr:python.list': 0.09; 'to:addr:tim.thechases.com': 0.09; 'to:name:tim chase': 0.09; 'am,': 0.12; 'cc:addr:python-list': 0.16; 'wrote:': 0.18; 'memory': 0.21; 'dec': 0.22; 'header:In-Reply-To:1': 0.22; '(in': 0.26; 'message-id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.29; 'source': 0.31; 'thu,': 0.32; 'list': 0.32; 'received:209.85.161.46': 0.32; 'received:mail- fx0-f46.google.com': 0.32; 'it.': 0.34; 'nobody': 0.34; 'subject:How': 0.35; 'received:209.85.161': 0.36; 'question': 0.36; 'cc:2**1': 0.36; 'received:google.com': 0.37; 'received:209.85': 0.38; 'data,': 0.39; 'why': 0.39; 'received:209': 0.40; '2011': 0.61; 'matter': 0.61; '11:51': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=XUh7Q4iUxsGivACpE2Cqm+buGLp9ksMtZDXSVKBSQeA=; b=Mbzodiw5peBEQMLiI91oXz9m3SqsiAen0GfPCzdVNeKum3imRt1CGupTKCH07id5u3 LNxm3QXGtVLusg+gNw8NQgI9gFE+oAWHqa7k4dsIQTIBqnebJNaSY+TPnRVmRlOTzEuM LK1PCySw9Gu2ZPZ0MJFjyDPYyIyzWheYs0+rs=
MIME-Version 1.0
In-Reply-To <4EEA41C5.60107@tim.thechases.com>
References <9393353.282.1323967703697.JavaMail.geo-discussion-forums@vbyc2> <4EEA35F8.4090502@tim.thechases.com> <4EEA3A47.5020106@stoneleaf.us> <4EEA41C5.60107@tim.thechases.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Thu, 15 Dec 2011 14:22:37 -0700
Subject Re: How to generate "a, b, c, and d"?
To Tim Chase <python.list@tim.thechases.com>
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding quoted-printable
Cc Python <python-list@python.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3704.1323984189.27778.python-list@python.org> (permalink)
Lines 9
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1323984189 news.xs4all.nl 6928 [2001:888:2000:d::a6]:45227
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:17317

Show key headers only | View raw


On Thu, Dec 15, 2011 at 11:51 AM, Tim Chase
<python.list@tim.thechases.com> wrote:
> For the fun/challenge?  Because you have a REALLY big data source that you
> don't want to keep in memory (in addition the resulting string)?

If you have that much data, then I question why you would want to
build such a large human-readable list in the first place.  Nobody is
going to want to read that no matter how you format it.

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


Thread

How to generate "a, b, c, and d"? Roy Smith <roy@panix.com> - 2011-12-15 08:48 -0800
  Re: How to generate "a, b, c, and d"? MRAB <python@mrabarnett.plus.com> - 2011-12-15 17:27 +0000
  Re: How to generate "a, b, c, and d"? Tim Chase <python.list@tim.thechases.com> - 2011-12-15 12:01 -0600
  Re: How to generate "a, b, c, and d"? Ethan Furman <ethan@stoneleaf.us> - 2011-12-15 10:19 -0800
  Re: How to generate "a, b, c, and d"? Tim Chase <python.list@tim.thechases.com> - 2011-12-15 12:51 -0600
    Re: How to generate "a, b, c, and d"? Roy Smith <roy@panix.com> - 2011-12-15 11:01 -0800
    Re: How to generate "a, b, c, and d"? Roy Smith <roy@panix.com> - 2011-12-15 11:01 -0800
  Re: How to generate "a, b, c, and d"? MRAB <python@mrabarnett.plus.com> - 2011-12-15 19:27 +0000
  Re: How to generate "a, b, c, and d"? Ian Kelly <ian.g.kelly@gmail.com> - 2011-12-15 14:22 -0700
  Re: How to generate "a, b, c, and d"? Terry Reedy <tjreedy@udel.edu> - 2011-12-15 19:57 -0500
  Re: How to generate "a, b, c, and d"? Chris Angelico <rosuav@gmail.com> - 2011-12-16 13:42 +1100
  Re: How to generate "a, b, c, and d"? Terry Reedy <tjreedy@udel.edu> - 2011-12-16 00:26 -0500

csiph-web