|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
|||
|
|||
|
HTML table parsing help
Does anyone know a good way to parse tables from html source? I am trying to extract NFL player stats at certain intervals during the game so I can simulate "live" scoring during Gameday. Right now my code is set up to download the source if the page has changed since the last time it was viewed, but I don't even know where to start to extract the data I want from the source. Any suggestions?
Thanks, Chuck |
|
#2
|
||||
|
||||
|
I dont know of any module designed to parse tables out of html but i'd prob go with regex for the parsing! And it shouldn't be too hard to get the results this way either
![]() http://www.python.org/doc/current/lib/module-re.html Mark. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Python Programming > HTML table parsing help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|