Your experience on this site will be improved by allowing cookies
As we have installed download git-bash, vscode and python. Now its time to integrate python git-bash with vscode.
“terminal.integrated.shell.windows”: “C:\\Program Files\\Git\\bin\\bash.exe”
Why we chose vscode only?
Like as we have already discussed there are lots of other IDE available, which are quite easy to use like pycharm or Jupiter notebook. But in normal scenario, we create a file in file explorer then create .txt file and change extension into .py and open them in our IDE. This is not a good practice for professional programmers. We are using vscode so that we can create file using linux terminal command and to save time from traditional scenario. linux is easy to use and friendly for professional programmers and gives you full control to use your pc And all the users can easily use in any Os. All of the commands will be same.
It is important to learn linux because every IT professional should have knowledge of linux basic commands. Most of the IT companies use linux in their companies.
0 comments