Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.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.025 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:module': 0.04; 'folks,': 0.09; 'received:mail-bw0-f46.google.com': 0.09; 'am,': 0.12; 'doing,': 0.16; 'received:209.85.214.46': 0.16; 'cc:addr :python-list': 0.16; 'wrote:': 0.16; 'cc:no real name:2**0': 0.20; 'cc:2**0': 0.22; 'header:In-Reply-To:1': 0.22; 'module,': 0.23; 'aug': 0.24; "i'm": 0.27; 'received:209.85.214': 0.28; 'message- id:@mail.gmail.com': 0.29; 'cc:addr:python.org': 0.30; 'subject:?': 0.31; 'list': 0.32; 'like:': 0.34; 'replacement': 0.34; 'data.': 0.36; 'fri,': 0.36; 'doing': 0.36; 'but': 0.37; 'some': 0.38; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; 'might': 0.40; 'prices': 0.76; '11:31': 0.84; 'calculations': 0.84; 'subject:Replacement': 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; bh=7zYNFG8yFNnJDRKsN6hIjSUTjgGMp6GW6PW0CERoc5s=; b=a98n9fLP0naEcMg0tVzNmBKIJc6Y7OpxzMUNWAeJPQKD3Dgdhac92gxWEGDJn4I0F4 Luj1Mz2tgp0UMUsrkjkaEFkCSN3fI+/D8rlnr7FxDHXF1VViroX+VGIrgFkIn7F/hKwU n+uxbif6J6yd1ap23Z8OLm+Z6IlKrgmQ49LYU= MIME-Version: 1.0 In-Reply-To: <1e35ff5e-785e-41db-a50f-976e6ef60692@h9g2000vbr.googlegroups.com> References: <1e35ff5e-785e-41db-a50f-976e6ef60692@h9g2000vbr.googlegroups.com> From: Ken Watford Date: Fri, 19 Aug 2011 11:49:38 -0400 Subject: Re: Replacement for the shelve module? To: Forafo San Content-Type: text/plain; charset=ISO-8859-1 Cc: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1313768999 news.xs4all.nl 23969 [2001:888:2000:d::a6]:38546 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:11849 On Fri, Aug 19, 2011 at 11:31 AM, Forafo San wrote: > Folks, > What might be a good replacement for the shelve module, but one that > can handle a few gigs of data. I'm doing some calculations on daily > stock prices and the result is a nested list like: For what you're doing, I would give PyTables a try.