Technical requirements
You will need to install the latest version of Python to run the code in this chapter.
You will also need to have a few libraries installed – that is, 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 help organize your algorithm into notebooks.
The source code for this chapter can be found in this book’s GitHub repository: https://github.com/PacktPublishing/Applied-Computational-Thinking-with-Python-Second-Edition/tree/main/Chapter14.