bla bla schrieb:
Nice post on extracting data, simple and too the point :), I use
python for simple html extracting data, but for larger projects like
the web, files, or documents i tried extract data which worked great, they
build quick custom screen scrapers, extracting data, and data parsing
Nice post on extracting data, simple and too the point :), I use
python for simple html extracting data, but for larger projects like
the web, files, or documents i tried extract data which worked great, they
build quick custom screen scrapers, extracting data, and data parsing
programs
--
http:/
Stefan Behnel-3 wrote:
>
> elca, 18.11.2009 19:04:
>> these day im making python script related with DOM.
>>
>> problem is these day many website structure is very complicate .
>> [...]
>> what is best method to check can extract such like following info
>> quickly?
>
> This should help:
>
elca, 18.11.2009 19:04:
> these day im making python script related with DOM.
>
> problem is these day many website structure is very complicate .
> [...]
> what is best method to check can extract such like following info quickly?
This should help:
http://blog.ianbicking.org/2008/12/10/lxml-an
Chris Rebert-6 wrote:
>
> On Wed, Nov 18, 2009 at 10:04 AM, elca wrote:
>> Hello,
>> these day im making python script related with DOM.
>>
>> problem is these day many website structure is very complicate .
>>
>> what is best method to check DOM structure and path..
>>
>> i mean...following i
On Wed, Nov 18, 2009 at 10:04 AM, elca wrote:
> Hello,
> these day im making python script related with DOM.
>
> problem is these day many website structure is very complicate .
>
> what is best method to check DOM structure and path..
>
> i mean...following is some example.
>
> what is best metho