Downloading a file using python
Requests is a versatile HTTP library in python with various applications. One of its applications is to download a file from web using the file URL. Installation: First 17 Apr 2017 This post is about how to efficiently/correctly download files from URLs using Python. I will be using the god-send library requests for it.