D
D
Drjabaka2015-05-09 15:44:07
Python
Drjabaka, 2015-05-09 15:44:07

How and with what to parse sites in python?

Hello!) How to parse sites, are there special modules for this and Russian documentation for them?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vitaly, 2015-05-09
@Drjabaka

Beautiful Soup
Documentation for version 3

K
kzlv, 2015-05-14
@kzlv

I tried all sorts of scrapy and other "parsing frameworks", but I had to deal with them a lot. As a result, I came to writing my own utility. Built on top of requests + lxml: first you make requests, second you take data using the XPath selector. Nothing extra.

P
pq4r, 2015-05-15
@pq4r

Beatiful Soup 4 (Python3)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question