The current version of Python is Python3.xx
Linux
Most likely, Python is already installed.
go to command prompt and type "python3 --version " to
If python is not installed, open your distro's repository ap and download it,
or go to python.org.
Windows
- Go to the Python Downloads Page for Windows.
- Click the link for the latest Python 3 release (e.g., Python 3.14+).
- Run the downloaded .exe installer.
- Important: At the bottom of the first screen, check both "Add python.exe to PATH" and "Use admin privileges".
- Click "Install Now".
- Open a new Command Prompt or PowerShell and type python --version to verify.
Mac
Go to the Python Downloads Page for macOS.
Click the button to download the latest macOS installer (e.g., universal2 installer).
Open the downloaded .pkg file.
Click "Continue" through the installation prompts, and then "Agree" to the license agreement.
Click "Install" and enter your Mac password when prompted to authorize the installation.
Open your Terminal and type python3 --version to verify.