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: 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 Date: Thu, 15 Dec 2011 14:22:37 -0700 Subject: Re: How to generate "a, b, c, and d"? To: Tim Chase Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Python X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 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 On Thu, Dec 15, 2011 at 11:51 AM, Tim Chase wrote: > For the fun/challenge? =A0Because 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.