Python Installation on Windows
The recommended way to install Python on Windows is using the official installer.
- Go to the Python Downloads for Windows page.
- Download the latest stable "Windows installer (64-bit)" or "Windows installer (32-bit)" depending on your system architecture.
- Run the downloaded
.exe
file. - Important: Make sure to check the box that says "Add Python X.Y to PATH" during the installation process. This will allow you to run Python from the command prompt.
- Follow the on-screen instructions to complete the installation.