Technical requirements
You will need to install the latest version of Python for running the code in this chapter.
You will also need to have a few libraries installed, including NumPy, pandas, Matplotlib, and Seaborn.
You may choose to use an integrated environment to run Python, such as Anaconda, which can simplify the library dependencies and is helpful in organizing your algorithm in notebooks.
The source code used in this chapter can be found in the GitHub repository here: https://github.com/PacktPublishing/Applied-Computational-Thinking-with-Python/tree/master/Chapter12