Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #43257 > unrolled thread
| Started by | Jabba Laci <jabba.laci@gmail.com> |
|---|---|
| First post | 2013-04-10 10:44 +0200 |
| Last post | 2013-04-10 10:44 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
extract HTML table in a structured format Jabba Laci <jabba.laci@gmail.com> - 2013-04-10 10:44 +0200
| From | Jabba Laci <jabba.laci@gmail.com> |
|---|---|
| Date | 2013-04-10 10:44 +0200 |
| Subject | extract HTML table in a structured format |
| Message-ID | <mailman.400.1365583471.3114.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
Hi, I wonder if there is a nice way to extract a whole HTML table and have the result in a nice structured format. What I want is to have the lifetime table at the bottom of this page: http://en.wikipedia.org/wiki/List_of_Ubuntu_releases (then figure out with a script until when my Ubuntu release is supported). I could do it with BeautifulSoup or lxml but is there a better way? There should be :) Thanks, Laszlo
Back to top | Article view | comp.lang.python
csiph-web