×

To install this app on your iPhone, tap Share 🔗 then Add to Home Screen.

02 How to Install Python?

0
56

Installation Procedure:

Python comes already installed with Mac OSX and most GNU/Linux systems, but it does not come with Windows. It is free software, however, and installation on Windows is quick and easy.

  1. Click this (http://python.org/download/) link or Copy and Paste in you browser's address bar.
  2. Select the latest Windows x86 MSI Installer (python-3.10.7.msi at the time of this writing) and click on the link to download the .msi installer.
  3. Run the installer (note: IE 9 will offer you this option when you click on the link).
  4. Select Install for all users (the default option) and click the Next > button.
  5. Keep the default option (C:\Python32\) as the destination directory and click Next > button again.
  6. Don't make any changes in the Customize Python 3.10.7 dialog, just click Next > again.
  7. Click Yes if asked if this program should be allowed to install software on your system.
  8. Click the Finish button when installation completes.