Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.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.023 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'python,': 0.02; 'url:pipermail': 0.05; 'python': 0.09; 'eat': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'q&a': 0.16; 'wed,': 0.16; 'wrote:': 0.17; 'feb': 0.19; 'written': 0.20; 'idea': 0.24; 'header:In-Reply-To:1': 0.25; 'fit': 0.26; 'wondering': 0.26; 'rules': 0.27; 'i.e.': 0.27; 'message- id:@mail.gmail.com': 0.27; 'chris': 0.28; 'post': 0.28; 'character': 0.29; 'probably': 0.29; 'related': 0.30; "we're": 0.30; 'point': 0.31; 'url:python': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'list': 0.35; 'pm,': 0.35; 'received:209.85.220': 0.35; "won't": 0.35; 'received:209.85': 0.35; 'something': 0.35; 'list.': 0.35; 'but': 0.36; 'url:org': 0.36; 'anything': 0.36; 'rather': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'talk': 0.38; 'to:addr:python.org': 0.39; 'hello,': 0.39; 'where': 0.40; 'help': 0.40; 'url:mail': 0.40; 'most': 0.61; 'information,': 0.63; 'more': 0.63; 'else.': 0.65; 'yourself': 0.77; '2013': 0.84; 'subject:Don': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=MBxR7RxLrAQyHxTsisaqvlwC6YNUG8qWO/O9bDpArvE=; b=edjeLJEm1jTgBT5XYyRyVNu+lBogY9JhmLJYw9RYjZEKIyRWeQtB0PzRHgTwKeJ4c+ J8jRm+sgIbA+nIQW9ys5UqemJFvv4PL5U1aXNDlpm5dqF5O9ShPI3wkYR58mKbgepOTz LBgqn0dei1+IUepM/Y63yOoY4J21dqnzmuYKuf1owxQkrZXYnCOmvw/GevLrYnK8710Q cpTJqzkaTrBu2Ptq3bMXhQJy86fH9nnMinaSSZ9wsbs6fGNc3cXq+RVPWg4RrjMqgG9C 6K3Fq18etC+WJFQgfpgJCky+y2AQS210gXTA0UOkoUYcaaogQPqePRT0HedgSDdLb4gn y/7Q== MIME-Version: 1.0 X-Received: by 10.220.218.195 with SMTP id hr3mr640283vcb.70.1361961803972; Wed, 27 Feb 2013 02:43:23 -0800 (PST) In-Reply-To: References: Date: Wed, 27 Feb 2013 21:43:23 +1100 Subject: Re: What are the Dos and Don'ts From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361961812 news.xs4all.nl 6916 [2001:888:2000:d::a6]:54728 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:40046 On Wed, Feb 27, 2013 at 8:19 PM, Sven wrote: > Hello, > > As I am new to this list I was wondering what the rules are about what you > can/can't post on this list. ? > Is it general python, i.e. questions, information, links to > articles/programs you have written yourself etc are all ok as long as they > are Python related > > or is it more a Q&A where the point is to talk about python, help people > rather than anything else. More the former. If it's about Python, it's probably okay. But we're not ogres... if you do something "wrong" or post something "off-topic", we won't eat you :) Best way to get an idea of the character of a list is to read the archive: http://mail.python.org/pipermail/python-list/ Or lurk for a while, then dive in when the fit grabs you, that's what most of us do :) Chris Angelico