# - Object which defines a `__next__` method and will produce the next value when we call `next()` on it. If there are no further items, it raises the `StopIteration` exception. # - Object that is ...
Writing a scraper or two for a story is (usually) a fairly straightforward task for a data journalist who knows a bit of code ...