- Learn Python in 7 Days
- Mohit Bhaskar N. Das
- 151字
- 2025-04-04 19:20:06
Installation on Windows platform
Python 2.x can be downloaded from https://www.python.org/downloads. The installer is simple and easy to install. Perform the following steps to install the setup:
- Once you click on setup installer, you will get a small window on your desktop screen as shown here; click on Next:

- Provide a suitable installation folder to install Python. If you don't provide the installation folder, then the installer will automatically create an installation folder for you, as shown in the following screenshot. Click on Next:

- After completion of step 2, you will get a window to customize Python as shown in the preceding screenshot. Notice that the Add python.exe to Path option has been marked x. Select this option to add it to system path variable (which will be explained later in the chapter), and click on Next:

- Finally, click on Finish to complete the installation:
