HOW TO INSTALL PYTHON In Few Easy Steps on Windows:

Step 1: Download Python

1.Open a web browser and visit the official website: www.python.org

2.Click on the Downloads tab.

3.Select the latest stable version of Python for Windows.

4.Download the executable installer file.

Step 2: Run the Installer

1.Open the downloaded installer file.

2.On the first setup screen, check the option “Add Python to PATH”.

3.Click on Install Now to begin installation.

Step 3: Complete the Installation

The installer will copy required files and configure system settings. Once the process is complete, a message stating “Setup was successful” will appear. Click Close to finish.

Step 4: Verify the Installation

1.Open Command Prompt

2.Type the following command:

python –version

3. If the installed Python version is displayed, the installation was successful.