Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #39045

Re: Can someone tell me what kinds of questions should be asked in this list and what kinds in the tutor section?

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 <oscar.j.benjamin@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.018
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'python': 0.09; 'appropriate.': 0.09; 'occasionally': 0.09; 'shame': 0.09; 'cc:addr:python-list': 0.10; 'suggest': 0.11; 'cc:name:python list': 0.16; 'programmers.': 0.16; 'section?': 0.16; 'subject: \n ': 0.16; 'subject:questions': 0.16; 'well-known': 0.16; 'wrote:': 0.17; 'appropriate': 0.20; 'cc:2**0': 0.23; "i've": 0.23; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'question': 0.27; 'message-id:@mail.gmail.com': 0.27; 'there.': 0.28; 'received:209.85.212': 0.28; 'subject:list': 0.28; 'subject:what': 0.29; 'helpful': 0.30; 'asked': 0.33; 'problem': 0.33; 'anyone': 0.33; 'knowledge': 0.33; 'typically': 0.33; 'received:google.com': 0.34; 'list': 0.35; 'offered': 0.35; 'subject:?': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'should': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'there,': 0.38; 'where': 0.40; 'most': 0.61; "you'll": 0.62; 'more': 0.63; 'subject:this': 0.84; '2013': 0.84; 'oscar': 0.84; 'subject:kinds': 0.84; 'subject:tell': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=It2uVcCnTpU7jUZFtbd01ITrjNslAbqrLN+hWFBy0Xw=; b=unSsYek9l9rE0G9R7B8b2hldUR6t0H4O/LV9QAnai8oElGuehBwmweT3KdPu+24JB/ YyLZhvfhlWokH0yN2MJy97hyUvgDSqoEPuOnnH9zt4xA/W5xxseHE+hnrRj0d6HjtYUr 44GXSRQXa62+FbKDIszaqrywHdtUdRAb6ylVoq2b7p4e9iwWtC3OGwdJ0+y30b52Z/EJ rkEbF33cWCiiFg05CGX9Vy+jLi71H78XEBmsX2StfhN2rkYIqPZsdnPnobmyxnWvcNb3 /JL6zsdGD8r5ObjqoaMQ7snJeP2ulXimffVhDelm6f3X8WA6ii7Lh7mh1H7autA8l23L XTrA==
X-Received by 10.58.155.99 with SMTP id vv3mr13174519veb.50.1361142638649; Sun, 17 Feb 2013 15:10:38 -0800 (PST)
MIME-Version 1.0
In-Reply-To <CABPV-FQw5DfMXfSVWuSN3-Cm3g9WVaO9HGoOs1M34XZumm9JxQ@mail.gmail.com>
References <CABPV-FQw5DfMXfSVWuSN3-Cm3g9WVaO9HGoOs1M34XZumm9JxQ@mail.gmail.com>
From Oscar Benjamin <oscar.j.benjamin@gmail.com>
Date Sun, 17 Feb 2013 23:10:18 +0000
Subject Re: Can someone tell me what kinds of questions should be asked in this list and what kinds in the tutor section?
To Claira <waveclaira@gmail.com>
Content-Type text/plain; charset=ISO-8859-1
Cc Python List <python-list@python.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1909.1361142647.2939.python-list@python.org> (permalink)
Lines 19
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1361142647 news.xs4all.nl 6858 [2001:888:2000:d::a6]:49122
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:39045

Show key headers only | View raw


On 17 February 2013 00:19, Claira <waveclaira@gmail.com> wrote:
>
> Can someone tell me what kinds of questions should be asked in this list and what kinds in the tutor section?

If you're unsure just ask on python-tutor. If the question is not
appropriate there, you'll be offered suggestions for where it would be
appropriate. This typically happens when the problem involves specific
knowledge of extra Python software that is not well-known by most
Python programmers.

Occasionally questions are asked on python-tutor that are not
appropriate there and an alternative list/group is suggested. More
often questions are asked on python-list that would be more
appropriate on python-tutor. I've never seen anyone suggest that a
question be asked on python-tutor when this happens, which is a shame
since the same questions typically get more helpful answers there.


Oscar

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: Can someone tell me what kinds of questions should be asked in this list and what kinds in the tutor section? Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-02-17 23:10 +0000
  Re: Can someone tell me what kinds of questions should be asked in this list and what kinds in the tutor section? Rick Johnson <rantingrickjohnson@gmail.com> - 2013-02-17 16:04 -0800
    Re: Can someone tell me what kinds of questions should be asked in this list and what kinds in the tutor section? Chris Angelico <rosuav@gmail.com> - 2013-02-18 12:24 +1100
      Re: Can someone tell me what kinds of questions should be asked in this list and what kinds in the tutor section? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-02-18 12:31 +1100
        Re: Can someone tell me what kinds of questions should be asked in this list and what kinds in the tutor section? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-02-18 00:37 -0500
        Re: Can someone tell me what kinds of questions should be asked in this list and what kinds in the tutor section? Chris Angelico <rosuav@gmail.com> - 2013-02-18 17:38 +1100
        Re: Can someone tell me what kinds of questions should be asked in this list and what kinds in the tutor section? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-02-18 19:12 -0500
    Re: Can someone tell me what kinds of questions should be asked in this list and what kinds in the tutor section? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-02-18 00:31 -0500
  Re: Can someone tell me what kinds of questions should be asked in this list and what kinds in the tutor section? Rick Johnson <rantingrickjohnson@gmail.com> - 2013-02-17 16:04 -0800

csiph-web