I'm brand new to python (and programming) and trying to write a script that will download a .csv from the Internet and then allow me to plot data from the .csv. I already have the plot working, and I can grab the file locally, but I can't figure out how to download it using the script. I've been reading about httplib and urllib2 but I'm confused. Can anyone help?
Also, eventually I'll be downloading from an https link where I'll have to provide credentials. For now, however, I'm not worrying about that part. Just downloading any old file from an http link will get me further than where I'm currently at! Thanks in advance.