My web application displays photos from a Flickr set. I'm using a Python Flickr API to gather information about my photos. I can cache the Flickr API call easily; however, I'm not sure what the best approach would be to cache the images locally as well. Is there an existing solution for this, or do I need to build my own?
In case you are using django for your web application, try https://github.com/sorl/sorl-thumbnail