I need to download files from the internet. For that I am using subprocess and calling wget. Is this the right way? The files are hosted on static links and there is no need to log in or anything.
I glanced over urllib but I could not find any example of it being used to download files of other types.
Any suggestions?