Summary
In this chapter, we looked at the urllib2
Python module and how this can be used to download data from the internet, as well as a series of modules and libraries for parsing the data in a variety of formats once it has been downloaded.
In the next chapter, we will start looking at building complete applications as we start designing and implementing command line interfaces.