[Tutor] HTML Parsing

Stephen Nelson-Smith sanelson at gmail.com
Mon Apr 21 15:40:09 CEST 2008


On 4/21/08, Andreas Kostyrka <andreas at kostyrka.org> wrote:
> As usual there are a number of ways.
>
>  But I basically see two steps here:
>
>  1.) capture all dt elements. If you want to stick with the standard
>  library, htmllib would be the module. Else you can use e.g.
>  BeautifulSoup or something comparable.

I want to stick with standard library.

How do you capture <dt> elements?

S.


More information about the Tutor mailing list