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


Groups > comp.lang.python > #53669

Re: Beginner's guide to Python

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <robotsondrugs@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.026
X-Spam-Evidence '*H*': 0.95; '*S*': 0.00; 'cpython': 0.05; 'subject:Python': 0.06; 'steve': 0.09; 'python': 0.11; "wouldn't": 0.14; 'windows': 0.15; '*any*': 0.16; 'hayes': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'python?': 0.22; 'header:User-Agent:1': 0.23; 'tells': 0.24; 'header:In-Reply-To:1': 0.27; 'especially': 0.30; 'gives': 0.31; 'received:10.0.0': 0.31; 'sep': 0.31; 'anyone': 0.31; 'one,': 0.35; 'but': 0.35; 'received:google.com': 0.35; '+0200,': 0.36; 'received:10.0': 0.36; 'received:10': 0.37; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'kind': 0.63; 'freebsd': 0.84; 'subject:guide': 0.84; '9.2': 0.91; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=B3Ohw4Z5yMdA438w/iYw1yUEcP0Z0cMswZsySJqPaSw=; b=V442CuZL2k79pZQJYjGYyGDi+foHdlQnxByiVZzCauNCVgj9489btuHHE8vKZpAcgi NHy+9eBV9DtgPulOQZvdTrx86YgQxIcgFdw91ISV8jHXNpxDI3xGO4SnjhL1duI/IiF1 uYq7fV4Go6a1N22KUKFyi4/fyNmBnHgZwGQ0u+4pWpvVrVSeaCnfvk5kmEpCNciVc1vY bE2O9Y9H8BJL9MUlMNP8BUt1AQ4jYnjZtfAdz/SX4SCT8wUBmcDU/vQf+4vYfJAWiThm MPllMPC1ZuNOeXShFy3CLLgroOi6nQynGYP8QXXbMRO61wuRiDT65yajcFVyH0BUkdbT 9nvA==
X-Received by 10.50.20.99 with SMTP id m3mr4428840ige.54.1378353847234; Wed, 04 Sep 2013 21:04:07 -0700 (PDT)
Date Wed, 04 Sep 2013 23:03:17 -0500
From Andrew Berg <robotsondrugs@gmail.com>
User-Agent Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8
MIME-Version 1.0
To python-list@python.org
Subject Re: Beginner's guide to Python
References <krgd29147rkd24eud341jrm5uc1lh5ojr3@4ax.com> <kquf29p4roga0u55r1ft1klt9haf9dtajm@4ax.com>
In-Reply-To <kquf29p4roga0u55r1ft1klt9haf9dtajm@4ax.com>
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding 7bit
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.72.1378353855.5461.python-list@python.org> (permalink)
Lines 16
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1378353855 news.xs4all.nl 15930 [2001:888:2000:d::a6]:46056
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:53669

Show key headers only | View raw


On 2013.09.04 22:39, Dennis Lee Bieber wrote:
> On Wed, 04 Sep 2013 07:26:47 +0200, Steve Hayes <hayesstw@telkomsa.net>
> declaimed the following:
> 
>>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 
> 
> 	So far as I know, Python is "Turing-complete" -- it can be used for
> anything... 
So is Brainfuck, but I wouldn't say it's good for *any* project...

-- 
CPython 3.3.2 | Windows NT 6.2.9200 / FreeBSD 9.2

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