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


Groups > comp.lang.python > #69060

Re: [newbie] confusion concerning fetching an element in a 2d-array

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <joel.goldstick@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.041
X-Spam-Evidence '*H*': 0.93; '*S*': 0.01; 'subject:: [': 0.04; 'cc:addr:python-list': 0.11; 'python': 0.11; 'badge': 0.16; 'subject:array': 0.16; 'subject:] ': 0.20; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In- Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'received:google.com': 0.35; 'there': 0.35; 'list': 0.37; 'sometimes': 0.38; 'to:addr:gmail.com': 0.65; 'crowd': 0.84; 'tough': 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 :cc:content-type; bh=QR+KWu0SWAm8Ifioo5rIJe9NmJ/REsKOIKL038iulGI=; b=M+UVfYavfReq940DGu2S+vmYu1HZgZoVBQQY58rOothbNSLs3LO+RRaimO32tSUQh+ Z/crLg0PA6orArmVS36Z3S2Z1LCU1V2173b2WPKI2sxe+h/CopKEDBCEHxqeTYuLyleE FDnlZNNcrLB3DYBoj1gLZ+dPrfFWFMI9dJ2C6KJ+UJkg3K0zxAFlXeNL46k2ywzFVNVn cV380rslxtircnJ/iQdsR5AJdwzcxv8sd3TZrWFRxg5iBzDEDdOYOnljO9qAMEWH+eVX UwGQop6CHSdc0hGh9Qza2wt/2dd47MkhiEXhvE1J4TFwug/RMOI4vz3vwPdsyHFOtfbv 0GzQ==
MIME-Version 1.0
X-Received by 10.220.114.135 with SMTP id e7mr7808642vcq.23.1395774927607; Tue, 25 Mar 2014 12:15:27 -0700 (PDT)
In-Reply-To <0cf3d503-8cd6-4702-9260-b0ef3f4cf561@googlegroups.com>
References <82a05fdc-1f5c-4c9b-9718-09930977268c@googlegroups.com> <53316211$0$29994$c3e8da3$5496439d@news.astraweb.com> <dba12f0e-f169-430a-9785-b98841fd55d0@googlegroups.com> <mailman.8524.1395758247.18130.python-list@python.org> <0cf3d503-8cd6-4702-9260-b0ef3f4cf561@googlegroups.com>
Date Tue, 25 Mar 2014 15:15:27 -0400
Subject Re: [newbie] confusion concerning fetching an element in a 2d-array
From Joel Goldstick <joel.goldstick@gmail.com>
To Jean Dubois <jeandubois314@gmail.com>
Content-Type multipart/alternative; boundary=047d7b342d8abf1f7b04f5732cad
Cc python-list@python.org
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.8534.1395776687.18130.python-list@python.org> (permalink)
Lines 16
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1395776687 news.xs4all.nl 2972 [2001:888:2000:d::a6]:39919
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:69060

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

Jean, be aware there is also python tutor list you might like.  This is
sometimes a tough crowd here. Don't be discouraged. It can be a badge of
honor sometimes

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


Thread

[newbie] confusion concerning fetching an element in a 2d-array Jean Dubois <jeandubois314@gmail.com> - 2014-03-25 03:26 -0700
  Re: [newbie] confusion concerning fetching an element in a 2d-array Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-03-25 11:01 +0000
    Re: [newbie] confusion concerning fetching an element in a 2d-array Jean Dubois <jeandubois314@gmail.com> - 2014-03-25 06:47 -0700
      Re: [newbie] confusion concerning fetching an element in a 2d-array Dave Angel <davea@davea.name> - 2014-03-25 10:42 -0400
        Re: [newbie] confusion concerning fetching an element in a 2d-array Mark H Harris <harrismh777@gmail.com> - 2014-03-25 11:40 -0500
        Re: [newbie] confusion concerning fetching an element in a 2d-array Mark H Harris <harrismh777@gmail.com> - 2014-03-25 11:40 -0500
        Re: [newbie] confusion concerning fetching an element in a 2d-array Jean Dubois <jeandubois314@gmail.com> - 2014-03-25 11:58 -0700
          Re: [newbie] confusion concerning fetching an element in a 2d-array Joel Goldstick <joel.goldstick@gmail.com> - 2014-03-25 15:15 -0400
            Re: [newbie] confusion concerning fetching an element in a 2d-array Jean Dubois <jeandubois314@gmail.com> - 2014-03-26 01:48 -0700
          Re: [newbie] confusion concerning fetching an element in a 2d-array Dave Angel <davea@davea.name> - 2014-03-25 15:58 -0400
            Re: [newbie] confusion concerning fetching an element in a 2d-array Jean Dubois <jeandubois314@gmail.com> - 2014-03-26 01:47 -0700
      Re: [newbie] confusion concerning fetching an element in a 2d-array Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-03-25 15:35 +0000
      Re: [newbie] confusion concerning fetching an element in a 2d-array Peter Otten <__peter__@web.de> - 2014-03-25 17:12 +0100
        Re: [newbie] confusion concerning fetching an element in a 2d-array Jean Dubois <jeandubois314@gmail.com> - 2014-03-25 11:33 -0700

csiph-web