Hi all,
After a break from Python(and I knew very little then!) I'm coming back to it for a project(hopefully!). I want to do some parsing using Feedparser & need a few hints to start. Before anyone shouts, I have searched Google and read the docs, but I'm a bit too rusty unfortunately!(So please don't lmgtfy me!)
If I have a rss feed, then how would I parse it in order that I get each of the item titles seperately which can then be inserted into a web page?
Hope that makes sense. Many thanks for any responses.