Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed1.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.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python.': 0.02; 'offline': 0.03; 'obsolete': 0.07; 'only,': 0.07; 'python': 0.09; 'supported.': 0.09; 'file,': 0.15; 'both;': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'jr.': 0.16; 'resource.': 0.16; 'skip:n 50': 0.16; 'sought': 0.16; 'subject:dictionaries': 0.16; 'wed,': 0.16; 'wrote:': 0.17; '(in': 0.18; 'jan': 0.18; 'windows': 0.19; 'branch': 0.23; "i've": 0.23; 'machine': 0.24; 'header:In-Reply-To:1': 0.25; 'wrote': 0.26; 'first,': 0.27; 'older': 0.27; 'message-id:@mail.gmail.com': 0.27; 'received:209.85.212': 0.28; 'actual': 0.28; 'case,': 0.29; 'probably': 0.29; "i'm": 0.29; 'books': 0.30; 'daniel': 0.30; 'checked': 0.30; 'code': 0.31; 'point': 0.31; 'url:python': 0.32; 'file': 0.32; 'info': 0.32; 'automation': 0.33; 'to:addr:python- list': 0.33; 'knowledge': 0.33; 'point.': 0.33; 'another': 0.33; 'requirements': 0.33; 'version': 0.34; "can't": 0.34; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'really': 0.36; 'but': 0.36; 'url:org': 0.36; 'subject:Please': 0.36; "i'll": 0.36; 'test': 0.36; 'should': 0.36; 'enough': 0.36; 'being': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'url:docs': 0.38; 'instead': 0.39; 'to:addr:python.org': 0.39; 'help': 0.40; 'think': 0.40; 'latest': 0.61; '30,': 0.62; 'worth': 0.63; 'ever': 0.63; 'times': 0.63; 'book.': 0.65; 'learned': 0.65; 'listings': 0.66; 'fact,': 0.69; 'online': 0.70; '2013': 0.84; 'subject:better': 0.84; 'subject:provide': 0.84; 'online,': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=QWP+kGbAIlI0qyDsIm5JuGwGOq2JeanWstiyQjMtaHs=; b=r+wYvKC5wKxavwyMbLEDze62q5MXK9kuxX0zZHeRHAcO64Dc0WKONNXVNHMoPsAPwX oK7j8aijNr/1R9DfghieZeKiPinrKqRx/u0r7lfqXIrfd4XyG2tGTNYNE89YC3d0PHvY M2k5H80tgDxr4O0zrMpdTo+oRPkYNg6XSof7AgQpnrEWuMSv663G15HTcUshb8cYsHTa sHimWdB0DTpL3Muu7ZLUa5zaReoRlF7jFgSdp53uEXAxNb4apb4T78MXTu3/OwbAlf8V 5p6CivaWJU9cRQCSvCzKlxnbXn73mpANuTvmufdjGgapF1JG+Bu8yP91Jgh0bKz+p64q 3VTg== MIME-Version: 1.0 X-Received: by 10.220.238.139 with SMTP id ks11mr3561597vcb.49.1359517869911; Tue, 29 Jan 2013 19:51:09 -0800 (PST) In-Reply-To: References: Date: Wed, 30 Jan 2013 14:51:09 +1100 Subject: Re: Please provide a better explanation of tuples and dictionaries 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.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: 30 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1359517877 news.xs4all.nl 6973 [2001:888:2000:d::a6]:33787 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:37915 On Wed, Jan 30, 2013 at 2:42 PM, Daniel W. Rouse Jr. wrote: > "Chris Angelico" wrote in message > news:mailman.1197.1359515470.2939.python-list@python.org... >> Have you checked out the online documentation at >> http://docs.python.org/ ? That might have what you're looking for. >> > I'll check the online documentation but I was really seeking a book > recommendation or other offline resource. I am not always online, and often > times when I code I prefer local machine documentation or a book. I do also > have the .chm format help file in the Windows version of Python. Ah. I think the tutorial's in the chm file, but I'm not certain. But for actual books, I can't point to any; I learned from online info only, never actually sought a book (in fact, the last time I used dead-tree reference books was for C and C++). Sorry! >> By the way, you may want to consider learning and using Python 3.3 >> instead of the older branch 2.7... >> > Honestly, I don't know what code is being supported. I've just seen enough > test automation requirements calling for Python (in addition to C# and perl) > in some of the latest job listings that I figured I better get some working > knowledge of Python to avoid becoming obsolete should I ever need to find > another job. A fair point. In that case, it's probably worth learning both; they're very similar. Learn either one first, then master the differences. ChrisA