Introduction 


In this chapter, we are going to learn how to setup python and Visual Studio Code.

 

Step -1 : Downloading Python :


To download python, you have to open any one browser and after that you have to search Download Python, after that you will get the official website of python.org

 

So you have to open this website. and after that you have to go to the download tab and from there you can download the latest version of Python.

 

Step - 2 : Downloading Visual Studio Code :


Visual Studio Code, commonly referred to as VS Code, is a free, open-source, cross-platform text editor and integrated development environment (IDE) developed by Microsoft. It was first released in 2015 and has since become one of the most popular code editors in the world. VS Code provides a powerful set of features that make it ideal for coding in a variety of programming languages.

To download VS Code, you have to open any one browser and after that you have to search Download VS Code, after that you will get the official website of VS Code.

So you have to open that website and after that you will get Visual Studio Code for different Operating Systems there… So whatever operating system you use then you can download it accordingly.

 

Step - 3 : Installing Python


First you have to run Python’s exe file

 

After that, after enabling Add Python to Path, you have to click on the Install Now button.
After that Python will start installing.

 

Step - 4 : Installing VS Code


First you have to run the exe file of VS Code

After that after clicking on I Accept the Agreement, go to Next

After that you will be asked to select some options, then you have to select all the options.

 

After that you have to click on Install by Next, after that your VS Code will start installing.

 

Python IDLE


Python IDLE is an Integrated Development and Learning Environment which is built-in in Python i.e. it comes already with Python and we use it to write code and run it. So if your System (Computer) is not Capable to use VSCode then in this Situation you can use Pythoin IDLE.

 

Congratulations! Now You are ready to run python codes in your computer system

 

 

 

© 2022-2023 All rights reserved.