How to setup Python for VSCode in 2023 in 3mins! | Install Python and Setup VSCode for MAC 10

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
hello everyone in this video we are going to see how to set up python with vs code in your Mac OS so let's get right into it first step is you have to go to this link and then download python 3.11.1 which is the latest one whatever is the latest for you you can download that I will give the link in the description all you have to do is go to this link and just click on this download python the latest version it will start downloading once it is downloaded you have to double click on that package and just click on continue continue agree install and just wait for it to get installed now python has successfully installed now you can close this window move to trash and then open your terminal in your terminal we'll check whether python is installed properly or not to do so just type python3 because that is the version which we downloaded and then type version and you can see this is the current python version which we just downloaded python was already installed in your Mac OS but that was an old version so you would want to download the latest version and then check it like this once you are ensured that Python 3 is properly installed the next step is to set it up with vs code so go to vs code I will give this link in the description as well all you have to do is go to this link and download vs code for Mac OS so click over here and then it will start downloading vs code in zip format so once it is downloaded you will have to double click on it and it will unzip this file and once it is unzipped you will have your vs code executable ready to use in your Mac OS once vs code is installed all you have to do is open your vs code and it should look something like this now the first thing you need to do is install a python extension so go over here over here it says extension go over here and search for python now the first extension which it will show so that is the one which we have to download it has 74 million downloads as of now so all you have to do is click on install for this so let it install first once this is installed you're all set to write a new python code in your vs code so let's just close this get started files and go to your Explorer and now we can create a new file so in the menu you will have file and in that you should select new file you might not be seeing that in my screen but there is a new file you have to select that and name it so I will just name it test Dot py create the file just place it anywhere I'll just place it on desktop and create now this is my python file I can write anything any python code and I should be able to run it so let's just print our hello world hello world and if I run over here you will see I have a run button I can simply run it from here so run and then it will print hello word over here so you will see that this has run it using python3 which we just installed and with this Python 3 we would be able to run any python file which you will write in your vs code so this is how you set up python for your vs code in Mac OS this is it with this video thank you so much for watching bye
Info
Channel: Harsivo Edu
Views: 18,170
Rating: undefined out of 5
Keywords: python, visual studio code, vscode, How to setup Python with VSCode in Mac, Setup Python for VSCode, Setup Python for VSCode in MAC, python in mac, python vscode mac, setup python for vscode, python tutorial, how to install python on windows 10, python for vscode, How to setup Python for VSCode, python vscode setup, python vscode setup MAC, python installation in MAC, vscode in MAC
Id: QmFOI8GYz6E
Channel Id: undefined
Length: 3min 15sec (195 seconds)
Published: Thu Jan 12 2023
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.