Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python': 0.09; '(its': 0.09; 'modules.': 0.09; 'sure,': 0.09; 'library': 0.15; 'from:addr:timgolden.me.uk': 0.16; 'from:name:tim golden': 0.16; 'message-id:@timgolden.me.uk': 0.16; 'numpy': 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; 'section?': 0.16; 'subject: \n ': 0.16; 'subject:questions': 0.16; 'syntax,': 0.16; 'tjg': 0.16; 'usage,': 0.16; 'wrote:': 0.17; 'somewhere': 0.24; 'external': 0.24; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'core': 0.27; '(such': 0.27; 'subject:list': 0.28; 'environment': 0.29; 'subject:what': 0.29; 'probably': 0.29; 'usually': 0.30; 'asking': 0.32; 'etc.)': 0.32; 'asked': 0.33; 'to:addr:python-list': 0.33; 'list': 0.35; 'received:192.168.0': 0.35; 'subject:?': 0.35; 'there': 0.35; 'modules': 0.36; 'should': 0.36; '(for': 0.37; 'quite': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'apply': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'more': 0.63; 'here': 0.65; 'else.': 0.65; 'friendly': 0.71; 'from:addr:mail': 0.71; 'subject:this': 0.84; 'subject:kinds': 0.84; 'subject:tell': 0.84 Date: Sun, 17 Feb 2013 09:44:29 +0000 From: Tim Golden User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Can someone tell me what kinds of questions should be asked in this list and what kinds in the tutor section? 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.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: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361094302 news.xs4all.nl 6900 [2001:888:2000:d::a6]:40873 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:39026 On 17/02/2013 00:19, Claira wrote: > Can someone tell me what kinds of questions should be asked in this > list and what kinds in the tutor section? There's no clear-cut distinction. The rule of thumb I usually apply is that questions about the *language* (its syntax, its usage, its idioms etc.) and about the core parts of the standard library -- the modules which come with Python -- can usefully be asked on the Tutor list by newcomers. Questions which are about 3rd-party modules (for example, numpy or requests) or which about more specialised standard library modules (such as the Windows-specific modules) are probably better asked here on python-list or on a module-specific forum for external modules. Again, though, there's no hard-and-fast rule: if you're not sure, ask on the Tutor list and we'll tell you there if you're better off asking somewhere else. It's quite a friendly environment :) TJG