How to install Python on macOS

How to install Python on macOS
(Image credit: Laptop Mag)

Python is an interactive, object-oriented programming language used by millions of people. In addition to Python's standard library, the PyPI - Python Package Index offers a lot of community contributed modules, making it the most versatile programming language. It is used by heavyweights like Google, Yahoo, and NASA as well as by individual users for simpler tasks like data analysis. 

It is one of the top five programming languages for good reason. Because of the relative ease to install and no shortage of excellent documentation, Python is clearly a cult favorite that’s widely used for everything from apps to web scrapers. You can find the latest version at the Python.org website. 

Catalina (and older versions of macOS) have Python version 2.7 pre-installed. 3.8, however ,is the current version. If you want to make the jump, you can find the Python 3.8 folder in Applications. Opening the IDLE application file launches its Integrated Development and Learning Environment.

(Image credit: Laptop Mag)

1) In a browser, open https://www.python.org/ 

2) Click Download to get to the latest version of Python. 

(Image credit: Laptop Mag)

3) Click Python 3.8.5 under the Download for Mac OS X heading. 

(Image credit: Laptop Mag)

4) Double-click to open the installer from downloads.

(Image credit: Laptop Mag)

5) In the installer click Continue. 

(Image credit: Laptop Mag)

6) After reading the information presented, click Continue. 

(Image credit: Laptop Mag)

7) Read the License Agreement and click Continue.

(Image credit: Laptop Mag)

8) Click Agree to agree to the terms of the License Agreement. 

How to install Python on macOS

(Image credit: Laptop Mag)