Python Forum
urlib - to use or not to use ( for web scraping )?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
urlib - to use or not to use ( for web scraping )?
#26
When I check methods that requests has with
dir('requests')
there is no mention of utils. We'll see if I'll have to use urlib after all. This is a long book.
Interestingly
dir('urlib')
doesn't give it neither.
Still confused, I guess that practise is the only remedy.
Reply


Messages In This Thread
RE: urlib - to use or not to use ( for web scraping )? - by Truman - Nov-27-2018, 10:45 PM

Forum Jump:

User Panel Messages

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