Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'tutorial': 0.03; 'subject:Python': 0.06; '21,': 0.07; 'interpreter.': 0.07; 'agree,': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'jan': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'python?': 0.22; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'guys': 0.24; 'question': 0.24; 'cc:2**0': 0.24; 'van': 0.27; 'header:In-Reply-To:1': 0.27; '[1]': 0.29; 'am,': 0.29; '[2]': 0.30; 'message-id:@mail.gmail.com': 0.30; 'along': 0.30; 'code': 0.31; '3.x': 0.31; 'url:python': 0.33; "i'd": 0.34; 'except': 0.35; 'received:google.com': 0.35; 'in.': 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'project': 0.37; 'url:3': 0.61; 'pick': 0.64; 'route': 0.84; 'subject:Best': 0.91; 'to:none': 0.92 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:cc :content-type; bh=UOlcxNj6vWbCJOeXel9ACk81OtgMpjjGuEExssn4/kQ=; b=RDvW/vwelYpeAJwsNgumsYjry4ruioNeNn2fRTl0NIY3+8JJr4vBm7Te9LV4iTHOfz 2n4lOQ8auKduabZ4bkf1lR4PDf+VRATv/dSCarvvNncHVa49U9XD+67DEsZi8bIvrG9K Nz3PmfxRqaTKGuL2kFQ2aqWrkj/A5PcKo/tUKkwhQ7KwNhqPZyZNYCGggogmbcmliM3r NyIXkplpd/5ss+2Jjce/36vKGXwQjqfvzi65JeCo4QVUj7bBEzhB8GsGISVGYvwBU2KQ jTSU7iac+YTANCHzrYqcIsZdRFupea+h4OSrgS5lrHGv5YskPNPNhRqDSke+hd6afZsj Vvyw== MIME-Version: 1.0 X-Received: by 10.68.195.4 with SMTP id ia4mr5945216pbc.142.1390261749364; Mon, 20 Jan 2014 15:49:09 -0800 (PST) In-Reply-To: References: <39adb03e-95b8-4049-bfbc-f7c5fce2d08f@googlegroups.com> Date: Tue, 21 Jan 2014 10:49:09 +1100 Subject: Re: Diving in to Python - Best resources? From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1390261759 news.xs4all.nl 2944 [2001:888:2000:d::a6]:38629 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:64381 On Tue, Jan 21, 2014 at 6:50 AM, Emile van Sebille wrote: > On 1/20/2014 11:34 AM, Matt Watson wrote: > >> My question to you guys is... for someone like me, what route would you >> take to learning Python? > > > I'd work my way through the tutorial [1] then pick a work based project and > start right in. Ask questions along the way. > > [1] http://docs.python.org/2/tutorial/ I'd agree, except that I'd use this link [2] instead, and a Python 3.x interpreter. Unless you have a good reason for writing Python 2 code and learning Python 2, skip it and go straight to Py3. ChrisA [2] http://docs.python.org/3/tutorial/