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


Groups > comp.lang.python > #39611

Re: Basic Listview Example

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <timothy.c.delaney@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.043
X-Spam-Evidence '*H*': 0.91; '*S*': 0.00; '[1,': 0.09; 'url:faqs': 0.09; 'to:name:python-list': 0.15; 'example?': 0.16; 'read:': 0.16; 'url:catb': 0.16; 'wrote:': 0.17; 'else,': 0.17; 'tim': 0.18; 'email addr:gmail.com&gt;': 0.20; 'elements': 0.23; 'somebody': 0.23; 'header:In-Reply-To:1': 0.25; 'thanks!': 0.26; 'possibly': 0.27; 'message-id:@mail.gmail.com': 0.27; 'basic': 0.30; 'could': 0.32; 'to:addr:python-list': 0.33; 'hi,': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'something': 0.35; 'url:org': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'provide': 0.62; '2013': 0.84; 'delaney': 0.84; 'elements:': 0.84; 'subject:Basic': 0.84
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=mYya8U0ZptIeLE+r7qwQnRRxpJIYYW/fTYh7PwbJr/U=; b=RIaTt8xpF/zNYeu+KTvSrkEYmZgiGio1PuOiDr7j58+7+JplJ6Zj8c/WJ3ntieWO4T BZZGIA+tkcDlZauPMICBGWrmqjihjT40gpGoZUwzWJLz+xwnix0k5M2flQGQ8OOmoMzM k/7IoOZzPsaHMecIe0IOmL05y3zJ38Gv/3/A3MEB6ymfPPQJkUSQYUHE42uYISotF1Pw B+UbvwXJ6gUE2fmZzQjkNQKIpV1meSsnbUlH7EQsPeLHTalYvuJYVszsIVQoKeeiDv9c kvRiJJCx6pT9/G5td9S+bnrJw5UWEo0Uo7xMGz78yG9h7HHzcq3RL3zMIjEX19BBgaFW xP3Q==
MIME-Version 1.0
X-Received by 10.60.5.231 with SMTP id v7mr1341288oev.62.1361566187477; Fri, 22 Feb 2013 12:49:47 -0800 (PST)
In-Reply-To <024d2304-e7e1-425c-973a-533e75c919eb@googlegroups.com>
References <024d2304-e7e1-425c-973a-533e75c919eb@googlegroups.com>
Date Sat, 23 Feb 2013 07:49:47 +1100
Subject Re: Basic Listview Example
From Tim Delaney <timothy.c.delaney@gmail.com>
To Python-List <python-list@python.org>
Content-Type multipart/alternative; boundary=e89a8ff25350f1599204d656548d
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 <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2300.1361566190.2939.python-list@python.org> (permalink)
Lines 39
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1361566190 news.xs4all.nl 6901 [2001:888:2000:d::a6]:56542
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:39611

Show key headers only | View raw


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

On 23 February 2013 05:03, Xx7 <xxxx7xx@gmail.com> wrote:

> Hi, could somebody possibly provide a basic listview example?  thanks!
>

elements = [1, 2, 3]

for e in elements:
    print(e)

If you were after something else, please read:
http://www.catb.org/esr/faqs/smart-questions.html

Tim Delaney

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


Thread

Basic Listview Example Xx7 <xxxx7xx@gmail.com> - 2013-02-22 10:03 -0800
  Re: Basic Listview Example Tim Delaney <timothy.c.delaney@gmail.com> - 2013-02-23 07:49 +1100
  Re: Basic Listview Example Terry Reedy <tjreedy@udel.edu> - 2013-02-22 17:12 -0500
    Re: Basic Listview Example Xx7 <xxxx7xx@gmail.com> - 2013-02-22 15:36 -0800
      Re: Basic Listview Example Terry Reedy <tjreedy@udel.edu> - 2013-02-22 18:57 -0500
      Re: Basic Listview Example Chris Angelico <rosuav@gmail.com> - 2013-02-23 11:25 +1100
        Re: Basic Listview Example Xx7 <xxxx7xx@gmail.com> - 2013-02-23 18:18 -0800
          Re: Basic Listview Example Chris Angelico <rosuav@gmail.com> - 2013-02-24 13:33 +1100
          Re: Basic Listview Example Michael Torrie <torriem@gmail.com> - 2013-02-23 20:53 -0700
        Re: Basic Listview Example Xx7 <xxxx7xx@gmail.com> - 2013-02-23 18:18 -0800
    Re: Basic Listview Example Xx7 <xxxx7xx@gmail.com> - 2013-02-22 15:36 -0800
  Re: Basic Listview Example Rick Johnson <rantingrickjohnson@gmail.com> - 2013-02-24 20:40 -0800

csiph-web