

The installing extension widget is on the left which looks like a window icon. Step 2 – Open vscode and install the python extension made by microsoft. Then follow the normal process to install any software on windows. Step 1 – Go to this website – and download the. There are various IDE to run python code but vscode is very simple and widely used for python. Then type the following code print("hello, World!")Īnd then press Shift + Enter to run this code. Now click on New and select python 3 to open a notebook. This will open the jupyter notebook in your default web browser. Next, launch jupyter notebook by typing the following command in powershell. But if you have installed Python using Method 1 then type the following in command prompt or powershell to install jupyter notebook pip install notebook If you installed Python using Method 2 then you already have jupyter notebook installed. There are also several ways to run python code. Step 4 – Select both the options and click Install. Step 3 – Then select just me and Let the default directory to install as it is. exe file to open the installer.Then click Next and accept the license Agreement Step 1 – First go to the Anaconda website – and click on download. You should use this method if you are new to programming and don’t want to go through all the hassle of stetting up python yourself. Method 2 – Install Python from Anaconda –Īnaconda is a distribution of the Python and R programming languages for scientific computing, that aims to simplify package management and deployment. This should install python on your machine. Then click on Install Now.įollow the process as suggested to finish the installation. exe file and check Add python 3.x to PATH. Step 1 – First visit the python website – and click on download. If you just want to install python and comfortable in installing and managing packages manually based on your need then you should follow this option.


The first method is downloading python from the official python website. Method 1 – Install Python from the official website There are various way to install python on windows. In this post, you will learn how to download and install Python on windows and run a python file on windows.
