Download and Install Python 3 Latest Version

install python on windows install python
0
0

Overview

In this blog, you will learn how to install python on your system to get started with the python programming. There are many open source as well as paid softwares available for python installation online as per your operating system. Different available softwares for python programming are python IDLE, pycharm, anaconda, sublime, etc.

In our today’s blog you will learn how to get started easily with the installation of python IDLE for different operating systems.

Installation

To install python IDLE on your system go to python official website and download python package as per your operating system.

Windows

First of all open the browser and open https://www.python.org/downloads/windows/

As per the option that you will select you will get the options to download the python version as per your system compatibility as shown below.

Install python 3.7.4 on windows

• Run the python installer that you just downloaded.

How to install Python for windows 1 install python

As per the option that you will select you will get the options to download the python version as per your system compatibility as shown below.

how to install python for windows steps install python

Install python 3.7.4 on windows

  • Run the python installer that you just downloaded.
INSTALL PYTHON 3.7.4

Make sure to select the option Add Python 3.7 to PATH to add the python path to the environment variable and click on Install Now to install python on windows.

Screenshot 2106 install python
  • After the installation is successful a successful installation message will come. Then click on close. Now you can open python shell to start coding. Press Windows button and search for IDLE, you will see python 3.7.4, open it.
how to install python on windows 1 install python

Also check this video for more clarification,

INSTALLATION ON LINUX

By default you will have the python installed on your system on linux and you can verify it with the given commands,

python -V
python3 -V

but if you want to get the python version of your choice then use the given commands to install them,

$ sudo add-apt-repository ppa:deadsnakes/ppa
$ sudo apt-get update
$ sudo apt-get install python3.7

Time to wrap up now. See you in our next blog, thanks for reading our blog and do leave a comment below to help us improve the content to serve you all of our experience with you. Stay tuned with us for more python programming contents.

Also check out our other playlist Rasa Chatbot, Internet of things, Docker, etc.
Become a member of our social family on youtube here.

Leave a Reply