I'm trying to figure out how to download/save a .doc file from the internet to somewhere on my computer.
I'm familiar with the urllib2 module and .read(), but I haven't figured out how to save a formatted .doc file to a location on my computer. Is this possible?