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


Groups > comp.lang.python > #53601

Re: Beginner's guide to Python

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 <rosuav@gmail.com>
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 <krgd29147rkd24eud341jrm5uc1lh5ojr3@4ax.com>
References <krgd29147rkd24eud341jrm5uc1lh5ojr3@4ax.com>
Date Wed, 4 Sep 2013 17:10:06 +1000
Subject Re: Beginner's guide to Python
From Chris Angelico <rosuav@gmail.com>
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 <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.28.1378278615.5461.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Wed, Sep 4, 2013 at 3:26 PM, Steve Hayes <hayesstw@telkomsa.net> 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

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


Thread

Beginner's guide to Python Steve Hayes <hayesstw@telkomsa.net> - 2013-09-04 07:26 +0200
  Re: Beginner's guide to Python Chris Angelico <rosuav@gmail.com> - 2013-09-04 17:10 +1000
  Re: Beginner's guide to Python "prashanth B.G" <prash.bg@gmail.com> - 2013-09-04 11:49 +0530
  Re: Beginner's guide to Python Grant Edwards <invalid@invalid.invalid> - 2013-09-04 14:03 +0000
    Re: Beginner's guide to Python Steve Hayes <hayesstw@telkomsa.net> - 2013-09-04 18:09 +0200
  Re: Beginner's guide to Python Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-09-04 23:39 -0400
  Re: Beginner's guide to Python Andrew Berg <robotsondrugs@gmail.com> - 2013-09-04 23:03 -0500
  Re: Beginner's guide to Python Chris Angelico <rosuav@gmail.com> - 2013-09-05 14:14 +1000
    Re: Beginner's guide to Python Steven D'Aprano <steve@pearwood.info> - 2013-09-05 07:27 +0000

csiph-web