Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!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.050 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; '4321': 0.16; 'cc:addr :python-list': 0.16; 'wrote:': 0.18; "'python": 0.18; 'cheers,': 0.20; 'cc:no real name:2**0': 0.21; 'subject:list': 0.21; 'header :In-Reply-To:1': 0.22; 'code': 0.26; 'cc:addr:gmail.com': 0.28; 'cc:addr:python.org': 0.29; 'url:library': 0.31; '----': 0.32; 'header:User-Agent:1': 0.33; 'hi,': 0.34; 'url:python': 0.35; 'cc:2**1': 0.36; 'some': 0.38; 'concepts': 0.39; 'url:org': 0.39; 'designed': 0.69 X-IronPort-AV: E=Sophos;i="4.73,469,1325458800"; d="scan'208";a="184622" X-Virus-Scanned: amavisd-new at zimbra.sequans.com Date: Thu, 23 Feb 2012 11:31:17 +0100 From: Jean-Michel Pichavant User-Agent: Mozilla-Thunderbird 2.0.0.24 (X11/20100328) MIME-Version: 1.0 To: Smiley 4321 Subject: Re: storing in list and retrieving. References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1329993080 news.xs4all.nl 6935 [2001:888:2000:d::a6]:48419 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:20720 Smiley 4321 wrote: > It requires concepts of 'python persistence' for the code to be designed . > > Else it simple. > > Looking for some flow?? > ---- Hi, Have a look at http://docs.python.org/library/pickle.html Cheers, JM