Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.175 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.67; '*S*': 0.02; '(at': 0.04; 'wrote': 0.14; 'exists,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'guilty': 0.16; 'wrote:': 0.18; "shouldn't": 0.24; 'mon,': 0.24; 'asking': 0.27; 'gets': 0.27; 'header:In- Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'concern': 0.31; 'actual': 0.34; 'subject:the': 0.34; 'received:google.com': 0.35; 'too': 0.37; 'to:addr:python-list': 0.38; 'files': 0.38; 'pm,': 0.38; 'rather': 0.38; 'expensive': 0.39; 'to:addr:python.org': 0.39; 'read': 0.60; 'free,': 0.61; 'simply': 0.61; 'provide': 0.64; 'more': 0.64; 'offer,': 0.65; 'feeling': 0.68; 'person.': 0.69; 'collective': 0.91; 'subject:Don': 0.91; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=FtaHZkUv3Yi1GRbfbfNzyeVdq7X95sOk3OHwvP9dLu0=; b=o4mQvjlj0oY3lp2l8ju0Vmf5J4g8/7yVzbPuWa/1j/A+PTfEs0xcb2lPNTDPYyvbKk xy9mPipbxj2PTw36PHXeXMUayDKrpt/okD/VFmH5jAaIb6hFTNYUZINJmQXzHf2kd4om xXkB0+HDQ1PRXPQb5igduhwpS4D9t0Q+PvT9Yfgimpd0UhMs7y5ZmCCjkdW3r6q9wDY6 rHbYvrnOeAL1lN3IMSGQU5FpmikzV8qWkm6GKeZ4XE2eIr1vrCtyvkt7ttiFPPMTFyWZ 8H3a6wnPOUV3rLziX/Tn0dY9o7GbkOXp/zH7AXiM2rdxrHX3XWaX6eMx/bE8YRfzB9rb toHw== MIME-Version: 1.0 X-Received: by 10.59.9.69 with SMTP id dq5mr1349773ved.87.1371453839202; Mon, 17 Jun 2013 00:23:59 -0700 (PDT) In-Reply-To: References: <7wfvwkcihf.fsf@benfinney.id.au> <20130615020957.GA72426@cskk.homeip.net> <7w61xfa9y8.fsf@benfinney.id.au> <51bc8af2$0$29997$c3e8da3$5496439d@news.astraweb.com> <6dc5124d-3b00-4d53-a555-b7f31765abd7@ow4g2000pbc.googlegroups.com> <51bca9eb$0$29997$c3e8da3$5496439d@news.astraweb.com> <35734e52-2396-4ec2-938f-d5b0f592adf5@4g2000pbf.googlegroups.com> <51bcc094$0$29997$c3e8da3$5496439d@news.astraweb.com> <51be1a42$0$29966$c3e8da3$5496439d@news.astraweb.com> <96ed14e3-79dd-40c2-8063-aa58a42c7b57@googlegroups.com> Date: Mon, 17 Jun 2013 17:23:58 +1000 Subject: Re: Don't feed the troll... 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1371453847 news.xs4all.nl 16012 [2001:888:2000:d::a6]:51715 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:48503 On Mon, Jun 17, 2013 at 3:04 PM, Ferrous Cranus wrote: > The only thing i'm feeling guilty is that instead of reading help files and > PEP's which seem too technical for me, i prefer the live help of an actual > expert human being. > This is definitely a reason to feel guilty. You are asking people to provide live help for free, rather than simply reading the documentation. If the help files are too technical for you, you will need to improve your technical ability. (Though the PEPs shouldn't need to concern you, generally.) Live help is a VERY expensive service to offer, because it involves an expert's time dedicated to one single person. Collective help is far more efficient - that's why documentation exists, because it gets read by far more people than wrote it (at least, that's the theory). ChrisA