This is the third in a series of tutorials in which we build an RSS Reader with Python. If you have not read the earlier ones, it is best if you start in the beginning as this tutorial contains only part of the application.
This tutorial addresses the creation of a class for the feed and then finishes the program by creating a main() function and calling it. If you are at all unsure about Python classes, do yourself a favor and read about them in my tutorial and then come back. Go ahead now. I'll wait.
Other tutorials in this series:
Part 1 | 2 | 3 | 4 | 5
Get the Code!
