Re: Append a file

2015-03-08 Thread Jason Venneri
Jason; Thank you for your response. I’m just starting out with Python and the tutorials I have done are on 2.7.9. I will looking on to python3. It is preloaded on Mac :-). Jason ___ jv92...@gmail.com 619-227-0927 > On Mar 6, 2015, at 9:37 PM, Jason Friedman w

Re: Append a file

2015-03-06 Thread Jason Friedman
On Fri, Mar 6, 2015 at 2:55 PM, Jason Venneri wrote: > Hello, I'm using the urllib.urlretrieve command to retrieve a couple of lines > of data. I want to combine the two results into one file not two. > > Any suggestions? > > Sample > urllib.urlretrieve('http://www.airplanes.com/data/boeing1.htm

Re: Append a file

2015-03-06 Thread sohcahtoa82
On Friday, March 6, 2015 at 1:55:31 PM UTC-8, Jason Venneri wrote: > Hello, I'm using the urllib.urlretrieve command to retrieve a couple of lines > of data. I want to combine the two results into one file not two. > > Any suggestions? > > Sample > urllib.urlretrieve('http://www.airplanes.com

Append a file

2015-03-06 Thread Jason Venneri
Hello, I'm using the urllib.urlretrieve command to retrieve a couple of lines of data. I want to combine the two results into one file not two. Any suggestions? Sample urllib.urlretrieve('http://www.airplanes.com/data/boeing1.html','B747A.txt') urllib.urlretrieve('http://www.airplanes.com/dat