|
|
|
|
|
by aldoushuxley001
2649 days ago
|
|
I was just using urllib3 to post a form on another website and get the resulting html page, then parsed it with BeautifulSoup. Since it was just a one off use case and ultimately very simple, I didn't see the need for any more functionality. Why bother with the extra packages? Or do you think it's still worthwhile to use Requests even still? Is it not just unnecessary bloat that might slow runtime? |
|