This is the distribution package for source-code examples in the book 
Learning Python 3rd Edition (October, 2007).

Here, you will find one text file per book chapter, containing all the 
source code in that chapter.
  
Almost all the code in this book is short code snippets shown running 
at the interactive prompt, rather than named source files.  Because of 
that, all the code in a chapter is collected in a single file, whether
it is run interactively or not.  If a code section is listed as a file 
in the book, its name is given as a comment; cut and paste its code from
the chapter's file into a text editor to save as a separate file.

These files may work best when used sequentially, along with the book 
itself.  To find specific code at random, try a text search within the 
chapter's file. 

For more book details, see:

    http://www.rmi.net/~lutz/about-lp3e.html

--Mark Lutz, November 26, 2007
