X-Received: by 10.129.116.214 with SMTP id p205mr14559336ywc.55.1455907610570; Fri, 19 Feb 2016 10:46:50 -0800 (PST) X-Received: by 10.50.78.169 with SMTP id c9mr286198igx.5.1455907610489; Fri, 19 Feb 2016 10:46:50 -0800 (PST) Path: csiph.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!y89no2814543qge.0!news-out.google.com!l1ni18752igd.0!nntp.google.com!hb3no7206383igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.python Date: Fri, 19 Feb 2016 10:46:49 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=198.102.41.250; posting-account=1oR0EAoAAAANUNTZzTcJtVHDa9M690er NNTP-Posting-Host: 198.102.41.250 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1efa02db-a26a-44bd-a0ea-db81e612ccd6@googlegroups.com> Subject: downloading a CSV From: noydb Injection-Date: Fri, 19 Feb 2016 18:46:50 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 1395 X-Received-Body-CRC: 3106873811 Xref: csiph.com comp.lang.python:103220 Greetings All, Python v 3.4, windows I want to be able to download this CSV file and save to disk >> http://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_month.csv This (interacting with the web using python) is very new to me, so can anyone provide direction on how to go about doing this? Is it involved? Is there a good example out there that can illustrate the needs/mechanics/how-to? Many thanks in advance!