Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Why is grequests.map() so slow?
Post: RE: Why is grequests.map() so slow?

UPDATE! After few tests looks like the problem is not in grequests.map() function. Looks like the thing is somewhere else. So. When I hard code lot of links in array grequests.map() finishes it in ...
M1ck0 General Coding Help 1 2,764 Jul-21-2019, 09:38 AM
    Thread: Why is grequests.map() so slow?
Post: Why is grequests.map() so slow?

So. I am getting links from a website. Storing them in array and then iterating over them. rs = (grequests.get(d) for d in data) responses = grequests.map(rs)But the grequests.map() is sooooo slow. A...
M1ck0 General Coding Help 1 2,764 Jul-21-2019, 08:08 AM
    Thread: Extracting links from website with selenium bs4 and python
Post: Extracting links from website with selenium bs4 an...

Okay so. Heading might seem like this question ahs already been asked but I had no luck finding an answer for it. I need help about making link extracting program with python. Actually It works. It...
M1ck0 Web Scraping & Web Development 1 3,752 Jul-20-2019, 04:51 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020