inicio mail me! sindicaci;ón

Archive for July, 2007

Boobylicious

While testing my own Flickr library I soon discovered this:

  1. c = FlickrClient(API_KEY, SECRET_KEY)
  2. c.authenticate()
  3. print c.groups_search(text=“boobs”)[‘groups’][‘total’]
  4.  
  5. 2979

:-D

Updates from Python SVN, Part 10

TarFile.add() has a new exclude parameter. You provide a predicate function to determine what goes in and what doesn’t.

ISBN 10 to ISBN 13 converter

I put online a really simple converter from ISBN 10 codes to the new standard ISBN 13.

Convert your ISBN 10 codes to ISBN 13: isbn10to13

The source code is obviously available: isbnto13.py