Hi everyone, I have a website that is looking for information for the end user, written in Python and requires several urlopen commands. As a result, it takes a little to load the page. I was wondering if there is a way to do this faster? Is there a simple Python way to cache or a way to make urlopen scripts interesting?
Uropenes gain access to the Amazon API to get prices, so the site should be somewhat relevant. The only option I can think of is to make a script to make mySQL db and run it someday, but that would be unpleasant.
Thank!
source
share