Re: [Tutor] Pickling files in Python

2011-11-19 Thread Walter Prins
Hi Joe, On 19 November 2011 13:28, Joe Batt wrote: > I am new to programming and on a very steep curve. I am using Python 3 to > learn and I am having trouble understanding exactly what pickling is. > I have written a program that asks for a URL and then writes the source > code from the URL to

[Tutor] Pickling files in Python

2011-11-19 Thread Joe Batt
Hi all I am new to programming and on a very steep curve. I am using Python 3 to learn and I am having trouble understanding exactly what pickling is. I have written a program that asks for a URL and then writes the source code from the URL to a file, then pickles the file I just creat