Downloading Python to Windows
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.
- Go to the official Python website HERE.
- Select Download Python -- Note: Be sure to select most recent version
- Grant permission to run the installer and be sure Add Python to PATH is selected (checked)
- Once installed, enter
Windows Key + Rto open a dialog box then entercmdto run command shell. With the command terminal open, runpython --versionto ensure installation of (most recent)Pythonversion.
Downloading Python to macOS
- The steps to download
Pythonto a machine runningmacOSshould be the same as above for aWindowsmachine. The only difference being to open a command terminal withCommand + spacebarto openSpotlight, search forTerminal, and enteringpython3 --versionto check installation. </ol>