Answer the question
In order to leave comments, you need to log in
Python Web: Multiprocessing vs. Threads. What is better to use for parsing?
Apparently I do not understand the difference too much, but I do not understand - which is better to use for web parsing? Is there any Russian reading on this topic?
Answer the question
In order to leave comments, you need to log in
You can use Scrapy . Then you don't have to think about parallel processes, locks and IO in general. You just write the logic for parsing the page. The project itself is on Twisted.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question