Hello Techies,
In this article i am going to introduce how you can code Python with Visual studio code and GIT Bash for Data Science.
So, Please follow bellow steps for this approach.
1. Download and install Python from : https://www.python.org/downloads/windows/
( Add python 3.7 * should be checked)
2. Install Git bash from given link : https://gitforwindows.org/
3. Download and install Visual studio code from :https://code.visualstudio.com/
4. Install Python Ext from VS Code
Integrate GIT BASH in VS CODE
5. Open https://code.visualstudio.com/docs/editor/integrated-terminal link and find bash code for VS Terminal which is given bellow.
In this article i am going to introduce how you can code Python with Visual studio code and GIT Bash for Data Science.
So, Please follow bellow steps for this approach.
1. Download and install Python from : https://www.python.org/downloads/windows/
( Add python 3.7 * should be checked)
2. Install Git bash from given link : https://gitforwindows.org/
3. Download and install Visual studio code from :https://code.visualstudio.com/
4. Install Python Ext from VS Code
Integrate GIT BASH in VS CODE
5. Open https://code.visualstudio.com/docs/editor/integrated-terminal link and find bash code for VS Terminal which is given bellow.
// Git Bash
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe"
6.Now open VS Code and update setting with given code.
7. Now press CTRL + ~ (tild) for open Terminal.
Now you can see GIT BASH has been integrated with VS Code now
Important Commands
pwd - print working directory
ls - list of directory
clear - clear screen
cd D:// - chnage directory
touch : for create file
rm : remove
rm -rf : remove folder
$ code hello.py
$ code new hello.py
$ mv hello.py helloTest.py - Rename file
$ cp helloTest.py folder - Copy file to folder
$ python helloTest.py - Run code
Learn Python with Visual studio code and GIT Bash for Data Science
Reviewed by Ashwani
on
October 30, 2018
Rating:

3 comments:
The greater part we had always wanted are choose by our higher auxiliary imprints and a smidgen of cash. data science course in pune
I was blown out after viewing the article which you have shared over here. So I just wanted to express my opinion on Data Analytics, as this is best trending medium to promote or to circulate the updates, happenings, knowledge sharing.. Aspirants & professionals are keeping a close eye on Data analytics course in Mumbai
to equip it as their primary skill.
This knowledge.Excellently written article, if only all bloggers offered the same level of content as you, the internet would be a much better place. Please keep it up.
data science course
Post a Comment