Visual Studio Code setup tutorial

By ZeusXx | Python introduction | 19 Jan 2021


So you want to start programming but you don't know which program is the best to use? Well, I can tell you that VScode is one of the best programs for writing python code.

So to set up VScode you will first need to download it.

after you have downloaded VScode you will of course need to install it, then what you will do is be presented with a screen that is telling you to choose where you want to save your work, after you have chosen the folder you will need to install the python extension which you will see here:

2820d3b9c4893f6251dddc2e6fd25bf33800601f10319b71a00a531a7f0c7b4d.png

 

So after you have added the Python extension you will want to go ahead and create a new script aka. file:

81d04d1f72833446c6ab5143a0707ac2bb3cd08f9faca8294e46d97bd382a5c9.png

 

When you've got all that done you are ready to start coding!

To test if the extension works go into the new file you made type print ("example") and run the code ( to run the code left-click the green arrow in the right corner ) the output will be at the bottom and it should say example!

How do you rate this article?

5



Python introduction
Python introduction

Python one of the most popular computer languages, and it is the easiest one to learn! so the quick explanation would be that it can do everything ... just badly or not as good as other programming languages. the most simple command you can learn is the print ("example") command it is the starting command everyone need to learn.

Send a $0.01 microtip in crypto to the author, and earn yourself as you read!

20% to author / 80% to me.
We pay the tips from our rewards pool.