Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!eweka.nl!hq-usenetpeers.eweka.nl!xlned.com!feeder1.xlned.com!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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'pypi': 0.07; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'library': 0.15; '-tkc': 0.16; 'missing,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'targetted': 0.16; 'wrote:': 0.17; 'implementing': 0.17; 'tim': 0.18; 'discussion': 0.20; 'followed': 0.20; 'java': 0.21; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'possibility': 0.27; 'possibly': 0.27; 'question': 0.27; 'core': 0.27; 'i.e.': 0.27; 'there.': 0.28; 'header:X-Complaints-To:1': 0.28; 'chase': 0.29; "i'm": 0.29; 'url:python': 0.32; 'from:addr:yahoo.co.uk': 0.32; 'certain': 0.33; 'to:addr:python-list': 0.33; 'list': 0.35; 'needed': 0.35; 'remote': 0.35; 'next': 0.35; 'received:org': 0.36; 'but': 0.36; 'url:org': 0.36; 'modules': 0.36; 'url:library': 0.36; 'anything': 0.36; 'should': 0.36; 'being': 0.37; 'subject:: ': 0.38; 'mark': 0.38; 'some': 0.38; 'url:docs': 0.38; 'to:addr:python.org': 0.39; 'where': 0.40; 'header:Received:5': 0.40; 'help': 0.40; 'think': 0.40; 'first': 0.61; 'ever': 0.63; 'subject:For': 0.75; 'step,': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: For Counter Variable Date: Tue, 25 Sep 2012 12:20:48 +0100 References: <10965867-a44f-4146-aea2-fd1a1e8f8e3b@googlegroups.com> <5060DA00.10801@stoneleaf.us> <50618E1C.5060703@tim.thechases.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-78-147-20-3.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 In-Reply-To: <50618E1C.5060703@tim.thechases.com> X-Antivirus: avast! (VPS 120924-1, 24/09/2012), Outbound message X-Antivirus-Status: Clean X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 28 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1348571976 news.xs4all.nl 6926 [2001:888:2000:d::a6]:37121 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:30067 On 25/09/2012 11:57, Tim Chase wrote: [snip] > > Coming from C where just about *nothing* is in the stdlib and Java & > PHP where only some core functionalities are in the stdlib, to > Python where just the list of modules in the stdlib is humongous, I > have to make http://docs.python.org/library/ my first stop before I > try implementing anything I think might have even a remote > possibility of being there. > > -tkc I find the above paragraph amusing given the recent discussion about the Java singletonMap, i.e. it's someone that is rarely if ever needed but core functionalities are missing, how strange. I think the next port of call after the standard library should be pypi followed by the search engine, possibly targetted at sites like github, followed by a question here. I'm not certain about the next step, help please. -- Cheers. Mark Lawrence.