For Mac systems, you can use the Homebrew package manager to install Python. It will make it easier to install the required applications for developers, researchers, and scientists. The brew install command is used to install another application, such as installing python3 or any other Python package, such as NLTK or SpaCy.
To install the most recent version of Python, you need to execute the following command in a Terminal:
$ brew install python3
After installation, you can confirm the version of Python you've installed by running the following command:
$ python3 --version
Python 3.7.4
You can also open the Python Shell from the command line by running the following command:
$ python3
Now that we know how to install Python on our system, let's dive into the actual tools that we will need to start data analysis.