Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #68819
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Subject | Re: help with for loop----python 2.7.2 |
| Date | 2014-03-23 18:43 +0000 |
| References | <84eb4c69-d43d-4777-8a99-34eed9be73d6@googlegroups.com> <03c8b5d0-363e-4287-80d0-a43b0266f2a3@googlegroups.com> <32858d81-7dcf-45de-af10-6157068f15af@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.8419.1395600257.18130.python-list@python.org> (permalink) |
On 23/03/2014 17:30, tad na wrote: > On Sunday, March 23, 2014 12:29:40 PM UTC-5, tad na wrote: >> On Saturday, March 22, 2014 6:21:30 AM UTC-5, tad na wrote: >> >>> I am trying to get all the element data from the rss below. >> >>> >> >>> The only thing I am pulling is the first element. >> >> >> >>> I don't understand why the for loop does not go through the entire rss. >> >> >> >>> Here is my code.... I've snipped the bulk of the message, but imagine what the above looks like when its been back and forth through gg a few times, it's effectively unreadable. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
help with for loop----python 2.7.2 teddybubu@gmail.com - 2014-03-22 04:21 -0700
Re: help with for loop----python 2.7.2 Ian Kelly <ian.g.kelly@gmail.com> - 2014-03-22 06:00 -0600
Re: help with for loop----python 2.7.2 tad na <teddybubu@gmail.com> - 2014-03-23 10:29 -0700
Re: help with for loop----python 2.7.2 tad na <teddybubu@gmail.com> - 2014-03-23 10:30 -0700
Re: help with for loop----python 2.7.2 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-03-23 17:40 +0000
Re: help with for loop----python 2.7.2 tad na <teddybubu@gmail.com> - 2014-03-23 10:49 -0700
Re: help with for loop----python 2.7.2 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-03-23 18:43 +0000
Re: help with for loop----python 2.7.2 Ian Kelly <ian.g.kelly@gmail.com> - 2014-03-23 11:49 -0600
Re: help with for loop----python 2.7.2 tad na <teddybubu@gmail.com> - 2014-03-23 14:51 -0700
Re: help with for loop----python 2.7.2 Ian Kelly <ian.g.kelly@gmail.com> - 2014-03-23 16:44 -0600
Re: help with for loop----python 2.7.2 Ben Finney <ben+python@benfinney.id.au> - 2014-03-24 09:39 +1100
csiph-web