Skip to main content

Posts

Showing posts with the label Python3

Python 3 installation and setup guide

  In this post, we will see how to install and setup Python 3 in your system. Let us start:- In this post, we will install python 3.9 in windows10. If you want to install another version, don't worry the process will be the same. Step 1 : Downloading python installer First, you need to download python 3.9 from its official website. You can directly download it from here . If you are using Windows 64-bit, download this file And, if you are using Windows 32-bit, download this file Step 2 : Installing Python in the system:  Open the Python installer which you have download. Click on checkbox 1, mention in the image, then click on "Install now". After clicking on "Install Now" the installation process will start. Step 3: Checking python is installed correctly or not Open CMD and type "python". Congratulations , you have installed python successfully.