[google-appengine] Re: Importing external data [Python]

2009-10-28 Thread ryan baldwin
Point 3 seems like the proper choice (along with some caching). Where are you getting lost? In how to parse with python, how to cache, or how to render in a template (or all of the above?) - ryan. On Tue, Oct 27, 2009 at 10:35 AM, benji bco...@gmail.com wrote: Hi, I am brand new to GAE and

[google-appengine] Re: Importing external data [Python]

2009-10-28 Thread benji
Thanks Ryan, I thought point 3 seems like the proper direction to go in, thanks. I can handle putting together a simple django template I would say - seems straight forward enough. However I'm stuck from there on in! i.e. the python based importing of the RSS feed, cache, parsing to html

[google-appengine] Re: Importing external data [Python]

2009-10-28 Thread ryan baldwin
Yea, URLFetch has some builtin caching, however that will only cache the response of the URLFetch, it won't cache all the parsing/processing of the RSS feed (which would be a better thing for you to cache in Memcache). The idea of Memcache is fairly simple: Look for the item in memcache by some