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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python,': 0.02; 'syntax': 0.04; 'subject:Python': 0.06; 'welcome.': 0.07; 'steve': 0.09; 'explanation': 0.09; 'magazine,': 0.09; 'python': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'hayes': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'python?': 0.22; 'tells': 0.24; "haven't": 0.24; "i've": 0.25; 'header:In-Reply- To:1': 0.27; 'installed': 0.27; 'absolute': 0.30; 'especially': 0.30; 'message-id:@mail.gmail.com': 0.30; 'gives': 0.31; 'getting': 0.31; 'sep': 0.31; 'anyone': 0.31; 'url:python': 0.33; "i'd": 0.34; 'advice': 0.35; 'one,': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'url:org': 0.36; 'version,': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'read': 0.60; 'url:3': 0.61; 'simple': 0.61; 'kind': 0.63; 'latest': 0.67; 'dvd': 0.78; 'subject:guide': 0.84; '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=D+F3vjtJUhg+tf/eJjzorKvqCf77VY1+scYGS48VcOQ=; b=0Bo1957lsdm7qtptWdlPUtlrVYdO6nzhHNrz3ijGUJZXl076J56quc+o4hsVr+Id3D 24rtX0RFwg59PKSamVOLTrfOuipoOOt23ypnIsMYYD96Ksl/jWZeBIiuOQRC0guEKENc VX8c3pk51uZ6SkWyAzOzDc9Pl7PLDC7FpGmUvo+33SrpAgwhfHq1AfPuYAThBqsR/CfN PV3JTwxEjCMcNDaW4uqrtq8wbeHqJ6fNYD2Bh/3eifhfDSTYN7+oKNaU905ik4stj5Qw AUn2jqNZenBJ4zG2/liv1ehdz3ixlOr5cspytwi/HnLg6zz76JPrpJnHGbdotWVi7Utp RSYw== MIME-Version: 1.0 X-Received: by 10.52.244.116 with SMTP id xf20mr1056687vdc.16.1378278606227; Wed, 04 Sep 2013 00:10:06 -0700 (PDT) In-Reply-To: References: Date: Wed, 4 Sep 2013 17:10:06 +1000 Subject: Re: Beginner's guide to Python 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: 1378278615 news.xs4all.nl 15897 [2001:888:2000:d::a6]:53500 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:53601 On Wed, Sep 4, 2013 at 3:26 PM, Steve Hayes wrote: > Can anyone recommend a web site that gives a good beginner's guide to Python? > > One that tells one, especially -- > > -- what kind of projects Python is good for > -- what kind of projects it is not good for > -- a simple explanation of how it works > -- a kind of beginner's tutotial and guide to its syntax > > I've read about Python, and installed it on my computer when I found it on a > DVD that came with a magazine, but I haven't got a clue about how to use it. > > So any advice on the best web sites for absolute novices would be welcome. I'd start with the standard docs tutorial: http://docs.python.org/3/tutorial/ Which version of Python have you installed? You may want to consider, if the DVD has an old version, getting the latest one off the web site. ChrisA