Proper Handling of Exceptions in Python
With some free time on my hands, I sat down to update my code that extracts tweets from my tweet collection based on user-supplied keywords or locations. In doing that, however, I ended up making a major improvement, one that should have existed from day one. You see, simply trying to read a file of […]