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. // 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 V...