Dive Into Python
0
Updated over 4 years ago (01 Jul 2008 at 06:42 PM)
recent activity
Snippets from the excellent book Dive Into Python by Mark Pilgrim.
For more information, visit http://www.diveintopython.org
Contents
Lets you take any input source -- URL, local pathname, network pathname, string -- and deal with it in a uniform manner. The returned object is guaranteed to have all the basic stdio read methods...
Provides a framework to get filetype-specific metadata. Included is an example to parse ID3 tags (version 1) from MP3 files....
Add a Comment