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


Groups > comp.lang.python > #64381

Re: Diving in to Python - Best resources?

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 <rosuav@gmail.com>
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 <lbjul7$d28$1@ger.gmane.org>
References <39adb03e-95b8-4049-bfbc-f7c5fce2d08f@googlegroups.com> <lbjul7$d28$1@ger.gmane.org>
Date Tue, 21 Jan 2014 10:49:09 +1100
Subject Re: Diving in to Python - Best resources?
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <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 <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.5764.1390261759.18130.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Tue, Jan 21, 2014 at 6:50 AM, Emile van Sebille <emile@fenx.com> 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/

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


Thread

Diving in to Python - Best resources? Matt Watson <mattwatson.mail@gmail.com> - 2014-01-20 11:34 -0800
  Re: Diving in to Python - Best resources? Emile van Sebille <emile@fenx.com> - 2014-01-20 11:50 -0800
  Re: Diving in to Python - Best resources? Chris Angelico <rosuav@gmail.com> - 2014-01-21 10:49 +1100
  Re: Diving in to Python - Best resources? Rustom Mody <rustompmody@gmail.com> - 2014-01-21 08:00 -0800
    Re: Diving in to Python - Best resources? Terry Reedy <tjreedy@udel.edu> - 2014-01-21 12:57 -0500
    Re: Diving in to Python - Best resources? Ethan Furman <ethan@stoneleaf.us> - 2014-01-21 10:53 -0800
  Re: Diving in to Python - Best resources? notbob <notbob@nothome.com> - 2014-01-22 02:19 +0000
  Re: Diving in to Python - Best resources? Agility <hacktheplanet@gmail.com> - 2014-01-22 21:23 -0800

csiph-web