Downloading Python to Windows

Python Logo

Python is a high-level, general-purpose programming language known for its simplicity and readability. It is widely used in data science, web development, automation, machine learning, and many other areas. Its large standard library and extensive ecosystem of third-party packages make it flexible and powerful for both beginners and advanced users.

  1. Go to the official Python website HERE.
  2. Select Download Python -- Note: Be sure to select most recent version
  3. Grant permission to run the installer and be sure Add Python to PATH is selected (checked)
  4. Once installed, enter Windows Key + R to open a dialog box then enter cmd to run command shell. With the command terminal open, run python --version to ensure installation of (most recent) Python version.

Downloading Python to macOS

  1. The steps to download Python to a machine running macOS should be the same as above for a Windows machine. The only difference being to open a command terminal with Command + spacebar to open Spotlight, search for Terminal, and entering python3 --version to check installation. </ol>