Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!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.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'python': 0.07; 'csv': 0.09; 'from:addr:timgolden.me.uk': 0.09; 'from:name:tim golden': 0.09; 'message-id:@timgolden.me.uk': 0.09; 'url:activestate': 0.09; 'url:gmane': 0.09; 'url:code': 0.11; 'wrote:': 0.14; 'subject:python': 0.15; 'cookbook': 0.16; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'subject:find': 0.16; 'cc:no real name:2**0': 0.20; 'cc:2**0': 0.20; '(like': 0.22; 'header:In-Reply-To:1': 0.22; 'cc:addr:python-list': 0.22; 'example': 0.24; 'script': 0.26; 'archive': 0.26; 'function': 0.27; 'google': 0.27; 'shared': 0.29; 'subject:?': 0.29; 'list': 0.30; 'cc:addr:python.org': 0.31; 'group:': 0.31; 'tjg': 0.31; 'second': 0.31; 'thank': 0.32; 'module': 0.33; 'received:192': 0.34; 'there': 0.35; 'file': 0.35; 'url:group': 0.35; 'question': 0.35; 'header:User-Agent:1': 0.35; 'url:comp': 0.35; 'usually': 0.36; 'quite': 0.36; 'received:192.168': 0.37; 'url:python': 0.37; 'but': 0.38; 'url:google': 0.38; 'url:org': 0.38; 'mailing': 0.39; 'where': 0.39; "it's": 0.40; 'from:addr:mail': 0.60; 'our': 0.63; 'ready': 0.63; 'url:groups': 0.63; 'url:search': 0.64; 'url:%1': 0.67; 'online': 0.70; 'url:%20': 0.71; 'making,': 0.84; 'url:lnk': 0.84; 'to:none': 0.92; 'url:site': 0.95 Date: Tue, 17 May 2011 14:10:07 +0100 From: Tim Golden User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 CC: Python-list@python.org Subject: Re: where to find shared python script? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 33 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1305637811 news.xs4all.nl 49181 [::ffff:82.94.164.166]:39393 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:5562 On 17/05/2011 13:53, Yue Chao wrote: > I am new to python and thank you for your help! > the first question is, is there any resource online where we can find > shared python script (like reading a csv file for ready plot making, I > know to use csv module while I find it's not good enough) . I don't know if that specific example is there, but the ActiveState Python Cookbook is usually a good resource: http://code.activestate.com/recipes/langs/python/ > The second one is, is there a search function in the our mailing list > archive http://mail.python.org/pipermail/python-list/. ? http://www.google.com/search?q=site%3Amail.python.org+csv%20module&safe=active There's also the corresponding Google Group: http://groups.google.com/group/comp.lang.python/topics?lnk and MarkMail: http://python.markmail.org/ and GMane: http://news.gmane.org/gmane.comp.python.general and quite a few others which republish the list as Web pages TJG