Skip to main content

Get python

The most up-to-date and current source code, binaries, documentation, news, etc., is available on the official website of Python click here
You can download Python documentation from here The documentation is available in HTML, PDF, and PostScript formats.
windows Installation Here are the steps to install Python on Windows machine.

  • Open a Web browser and go to https://www.python.org/downloads/.
  • Follow the link for the Windows installer python-XYZ.msi file where XYZ is the version you need to install.
  • To use this installer python-XYZ.msi, the Windows system must support Microsoft Installer 2.0. Save the installer file to your local machine and then run it to find out if your machine supports MSI.
  • Run the downloaded file. This brings up the Python install wizard, which is really easy to use. Just accept the default settings, wait until the install is finished, and you are done.

Comments