Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #39611
| References | <024d2304-e7e1-425c-973a-533e75c919eb@googlegroups.com> |
|---|---|
| Date | 2013-02-23 07:49 +1100 |
| Subject | Re: Basic Listview Example |
| From | Tim Delaney <timothy.c.delaney@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2300.1361566190.2939.python-list@python.org> (permalink) |
[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 | Next — Previous in thread | Next in thread | Find similar | Unroll 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