Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #103220
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2016-02-19 10:46 -0800 |
| Message-ID | <1efa02db-a26a-44bd-a0ea-db81e612ccd6@googlegroups.com> (permalink) |
| Subject | downloading a CSV |
| From | noydb <jenn.duerr@gmail.com> |
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!
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
downloading a CSV noydb <jenn.duerr@gmail.com> - 2016-02-19 10:46 -0800
Re: downloading a CSV MRAB <python@mrabarnett.plus.com> - 2016-02-19 19:24 +0000
Re: downloading a CSV Grant Edwards <invalid@invalid.invalid> - 2016-02-19 19:43 +0000
Re: downloading a CSV noydb <jenn.duerr@gmail.com> - 2016-02-19 12:05 -0800
Re: downloading a CSV Joel Goldstick <joel.goldstick@gmail.com> - 2016-02-19 16:03 -0500
Re: downloading a CSV Tim Chase <python.list@tim.thechases.com> - 2016-02-19 18:47 -0600
csiph-web