Install Python

How to Install Python in Windows?

Installing Python

Python installation in Windows : To install Python, you must first download the installation package of your preferred version from this link:

You will be given the option to select between Python 3.5.1 and Python 2.7.11, the two most recent releases for Python 2 and 3. You can also scroll down the page to locate download links for prior releases if you’re looking for a specific release.

Typically, you would choose to download Python 3.5.1, which is the most recent version. It was made available on December 7, 2015. However, you might choose Python 2’s most recent release, 2.7.11. Which version will be most useful for your project will often determine your choices. Although Python 3 is the current and future version of the language, there may be situations when you need to acquire Python 2 due to compatibility or third-party tool requirements.

Install Python in Mac 

If you’re using a Mac, you can download the installation package from this link:

Running the Installation file:

Once the download is complete, launch the downloaded.exe file to begin the installation process. IDLE, pip, and documentation are part of the standard installation.

Online Training Tutorials

  • What is Python? Python IntroductionWhat is Python? Python IntroductionPython is the name of a powerful modern computer programming language. It resembles Fortran, one of the first programming languages, to some extent, but Fortran is far less powerful than […]
  • Top 100 Python Interview Questions and AnswersTop 100 Python Interview Questions and AnswersWe have listed Top 100 Python interview questions that have been designed for Python programmers who are preparing interviews on Python interviews. Python is regarded as being a great […]
  • Python Files,Test Code and ScriptsPython Files,Test Code and ScriptsPython Files: Files, which are also known as modules, are where we can store our code. This is really helpful for more serious programming, because we don't want to start over on a lengthy […]
  • Python functionsPython functionsWe are able to create our own Python functions. Use the interpreter, generally, if you only need to do a calculation once. However, when you or others need to make a specific type of […]
  • Procurement CycleSAP MM Simple Procurement CycleThe Materials Management Module (MM) of SAP is completely integrated with other modules such as (SD, FICO, PP, WM, PM). Procurement in SAP MM comprises of following. Determination of […]
  • Solution Manager keyHow to Generate Solution Manager Key in SAP System?Steps to Generate Solution Manager Key in SAP System, To Generate Solution Manager Key Execute T-code SMSY in Solution Manager System, You need to do the following steps: 1), To […]
  • XML Interview QuestionsHow to Transform XML with XSLT?XSLT's approach for converting XML into a more legible format for humans. The system is referred to as eXtensible Stylesheet Language: Transformation (XSLT). As an XML semantic, XSLT is a […]
  • C Program to Find Total of Even IntegersC Program to find Minimum Cost With ExampleWe can explain C Program for Minimum Cost With Example with simple Examples.  The cost of operation of a unit consists of two components C1 and C2 which can be expressed as functions of […]