How to Set Up Python in Visual Studio Code on Windows 10

preview_player
Показать описание
In this video I am going to show How to Set Up Python Development environment in Visual Studio Code in windows 10. I am also going to show ow to debug your python code using vs code. This process will also cover How to Install Python and Visual Studio Code for Windows 10.

★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Рекомендации по теме
Комментарии
Автор

When you are trying to learn programming and can't even install python

yesimoz
Автор

VS code starts at 6:20 if you already have python installed,

chrissabre
Автор

If you've already have python and vscode installed just start from here 8:50

ayushmanbhardwaj
Автор

Nice, this helped me to take my first baby steps!
I also installed pylint and hit one of the typical issues! I had an old version of pip (used to install python modules) due to Visual Studio being on my machine. So I had to upgrade pip but forgot to run the CMD in Admin mode first. Further down the line pylint couldn't be installed without admin privileges either, so I ran VS Code as administrator too.

Didn't had to fiddle around with the configuration JSON though!

kimfucku
Автор

Am totally thankful for this tutorial. I was having a hard time using Visual studio code but not anymore.

prossygwokyalya
Автор

I had another environment installed so when I tried to use pylint in vsc (because configuring it in the other was a pain), it gave me errors, reinstalled everything with this tutorial now and its working. Thank you!

downerelec
Автор

Thank you so much for the help and may almighty God continue to enrich you with more wisdom and blessings

andrewsmichael
Автор

Omg thank you so much for this! I had been having trouble doing this.
This helped me a lot

myukkkj
Автор

@minute 15:35 "StopOnEntry" is not listed in the launch.json at my end

How can i add it?

oceansblue
Автор

Just to let you know if you follow all the steps and install python while keeping VS Code open it dosen't work so close VS Cose before you follow these steps. Thanks a lot!! It was helpful

hastyphoenix
Автор

FFS thank you for helping me figure this out. I finally got VS Code to recognize python.

rwoodvet
Автор

Helpful installation and up to date with 2018 so thanks!
VSC must be getting very popular with Python users as the Extension Python MS install is up to 9, 319, 715 user by now since your Jan 2018 tut upload.
It feels like a good IDE for familiarizing oneself with for the future for further explorations into C#, C++, etc.

squirekev
Автор

It says "No README available." whenever i try to install the extension

maio
Автор

Appreciate the "ProgrammingKnowledge" Team for keeping very helpful knowledgebase videos on the web for the world of programmers. Thanks a lot

DKTeluguPranks
Автор

Thank you So much!!
I've been struggling so hard to figure out the setting PATH on Python and Visual Studio Code.
I followed every step of your instruction and it's working fine now. Thank you again!

yagop
Автор

very useful to install Java and Python in Vs code..thanks again

kannan
Автор

After 10 videos finally something what actually helped me ty :)

jakubhanak
Автор

Thank you so much for your help, the input at 13:24 is really the most helpful one, solved my problem!

madhavrajkondawar
Автор

Because of you and your clear guidance, i installed Python & this editor. Thank you very much.

gkguru
Автор

Just like your previousvideo regarding setting up visual studio, installing code runner helps executing python files too. No need of setting json preferences. Thx for the great help btw

vineetverma