DEV Community

Sonu Kumar Kushwaha
Sonu Kumar Kushwaha

Posted on

How to install python on your computer

Hello, I’m writing this to help you understand how to install python on your computer.

To install python on your computer, visit python.org/downloads

you will find link to download latest version of python for your operating system

click on the link to download, it will download the python setup file

now open it and press install now

to check if python is installed on your computer
open terminal and type

python --version

it will show you the latest version of python, means python is successfully installed on your computer

now start learning python and making wonderful applications

see video guide here

Thank you

Top comments (0)