[Tutor] BeautifulSoup - getting cells without new line characters
Kent Johnson
kent37 at tds.net
Sat Apr 1 14:50:53 CEST 2006
jonasmg at softhome.net wrote:
> Yes, ok. But so, it is only possible get data from a row (rows[0])
>
> cells=rows[0]('td')
>
> And I want get data from all rows. I have trying with several 'for' setences
> but i can not.
Can you show us what you tried?
Have you read a Python tutorial? It seems like some of the things you
are struggling with might be addressed in general Python material.
Kent
More information about the Tutor
mailing list