How to Read RSS Feeds in Python
Introduction
I love the simplicity and practicality of RSS feeds. Wouldn’t it be great if we could read RSS feeds with Python?
Oh, wait. We can do anything with Python. So, let’s figure out how to do this.
Approach
It looks like I will be using a library called FeedParser to read my RSS feeds.
That’s what this website is telling me.