Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed6.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.078 X-Spam-Evidence: '*H*': 0.84; '*S*': 0.00; 'preferably': 0.05; '22,': 0.09; 'aug': 0.13; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'roy': 0.16; 'wed,': 0.16; 'wrote:': 0.17; 'python?': 0.20; 'received:209.85.214.174': 0.21; 'anonymous': 0.22; 'programming': 0.23; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'agreed.': 0.29; 'books': 0.30; 'url:python': 0.32; 'to:addr:python-list': 0.33; 'languages': 0.33; 'tutorial': 0.33; 'that,': 0.34; 'received:google.com': 0.34; 'subject:?': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'url:org': 0.36; 'anything': 0.36; 'beyond': 0.37; 'level': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'url:docs': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'free': 0.61; 'information,': 0.63; 'more': 0.63; 'offer': 0.65; 'skill': 0.65; 'smith': 0.71; 'article': 0.78; 'subject:Books': 0.84; 'url:tutorial': 0.93 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=UP4wuaXi1ZNL9cH14n3QN97a2t0sLBl/6hPfymAqu6E=; b=X9V3OgF++MZuI5QUvVjIDWXHIQOP2o3REg5lLweCYH70y4dvYukzFhiMv6rkK0XH9E LfKrwZb15olL2DXenlKNvTSvMmT4VqGjgRhxzSS9tngzmnvMIIIklOBMv2mV/F+vqDiY /RcJ4qOBEokTewMZNaUFbHAs4ob+JTLA/uWuqb/wCGj1VhigJO+j6dm8/Ht3SJF9FArN LYo0p0nmTaVCg3NwPqUzg7oAWH1ogg0dmTSEbp6UI+GZQd9AqD33BIYgMHCWtrPtEAMl 4dZMyrUCJdhtSyE8e1BIi8D4UIoe8+pdnNV/M2YCthIErYzEcsAdse25ukB+B1NTuJWy JAfw== MIME-Version: 1.0 In-Reply-To: References: <5203ee16-5a80-4cd9-9434-ee2efb64515e@kg10g2000pbc.googlegroups.com> Date: Wed, 22 Aug 2012 12:04:09 +1000 Subject: Re: Books? 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.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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1345601053 news.xs4all.nl 6930 [2001:888:2000:d::a6]:35467 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:27597 On Wed, Aug 22, 2012 at 11:39 AM, Roy Smith wrote: > In article > <5203ee16-5a80-4cd9-9434-ee2efb64515e@kg10g2000pbc.googlegroups.com>, > Anonymous Group wrote: > >> What books do you recomend for learning python? Preferably free and/or >> online. > > I would start with http://docs.python.org/tutorial/ Agreed. And for anything beyond that, I would recommend the anonymous OP offer some more information, such as current programming skill level and languages known. But the tutorial is a good start regardless. ChrisA