Skip to content

Monthly Archives: July 2007

Boobylicious

While testing my own Flickr library I soon discovered this: [code lang="python"] c = FlickrClient(API_KEY, SECRET_KEY) c.authenticate() print c.groups_search(text="boobs")['groups']['total'] 2979 [/code]

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.