Boobylicious
While testing my own Flickr library I soon discovered this:
- c = FlickrClient(API_KEY, SECRET_KEY)
- c.authenticate()
- print c.groups_search(text=“boobs”)[‘groups’][‘total’]
- 2979
While testing my own Flickr library I soon discovered this:
TarFile.add() has a new exclude parameter. You provide a predicate function to determine what goes in and what doesn’t.
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