Technical requirements
In this chapter, we will apply our understanding of Python and Structured Query Language (SQL) to retrieve data and design meaningful visualizations through a number of popular Python libraries. These libraries can be installed using the pip
installer demonstrated in Chapter 2, Introducing Python and the Command Line. Recall that the process of installing a library is done via the command line:
$ pip install library-name
So, now that we are set up, let's begin!