Software tools used in this book
In this section, we will see all the IDE and software that we need to use in this book. A Python program can be easily written on any editor and executed on any system that already has Python installed. W A program can be written in Notepad, TextEdit, or any other editor, and it can be run via the terminal or command prompt. We can also use various DEs such as Spyder, VS Code, Jupyter Notebook, PyCharm, and Atom. In this book, we will primarily use the Anaconda IDE for all the data analysis tasks. Anaconda is a freely available open-source, enterprise-ready, and provides a solid foundation for Python-based data analysis. Also, it offers several Python libraries for data analysis, including NumPy, SciPy, Pandas, Scikit-learn, and so on. Anaconda can easily be downloaded and installed, as follows:
- Installer can be downloaded from the official Anaconda website. https://www.anaconda.com/download.
- Download the installer as per your operating system.
- Execute...