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.

  1. In a browser, open https://www.python.org/ 
  2. Click Download to get to the latest version of Python. 
  3. Click Python 3.8.5 under the Download for Mac OS X heading. 
  4. Double-click to open the installer from downloads.
  5. In the installer click Continue. 
  6. After reading the information presented, click Continue. 
  7. Read the License Agreement and click Continue.
  8. Click Agree to agree to the terms of the License Agreement.