Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!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.036 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'subject:spam': 0.04; 'am,': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'latter,': 0.16; 'wrote:': 0.16; 'language,': 0.17; 'language': 0.17; 'maybe': 0.21; 'header:In-Reply-To:1': 0.22; '\xa0if': 0.23; 'aug': 0.24; 'subject:List': 0.25; 'tend': 0.28; 'message-id:@mail.gmail.com': 0.29; 'asking': 0.29; 'get.': 0.30; 'equivalent': 0.31; 'list': 0.32; 'answers': 0.32; 'to:addr :python-list': 0.33; 'that,': 0.33; 'things': 0.34; 'fri,': 0.36; 'but': 0.37; 'two': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; 'to:addr:python.org': 0.39; 'might': 0.40; '"what': 0.67; 'online': 0.71; '12:03': 0.84; 'things:': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=V8P34izT+WLycGXO7b7HJiPrrikCVb6HyRURiIYJARs=; b=llL8C27x2psECvWd7FRer5DUGUUMTFtvtOE+QALltQSmEJon+KLerq0bStiaA6A3IS YOAzoAa7zW6dKZ3yh/86W8tGLDj3p6LJmp2ybaMaF34kj6gv5n1qKhKt2tstcrqyY/BA 61ptbaGbesl6htenI2tCafPdF8TsDp2rXROHo= MIME-Version: 1.0 In-Reply-To: References: <201108181214.13370.gheskett@wdtv.com> <201108181719.42980.gheskett@wdtv.com> Date: Fri, 19 Aug 2011 00:31:32 +0100 Subject: Re: List spam From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1313710295 news.xs4all.nl 23953 [2001:888:2000:d::a6]:55441 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:11819 On Fri, Aug 19, 2011 at 12:03 AM, Seebs wrote: > I don't. =A0If I want to get started in a language, I might well want to > read about it a bit, and maybe ask questions like "what is a good book > for me to start with?" > > If I have to know the language to do that, well... > When I start with a language, I want two things: a compiler/interpreter, and online documentation. (A book would be equivalent to the latter, but I tend to prefer to read things online.) Asking questions comes later; first, I want to get a comprehension for the language's features. By the time I join a list like this, I want to be able to understand the answers I get. ChrisA