VSCode: An Integrated Development Environment
Learn about the basics of Visual Studio Code and how to set it up.
We'll cover the following...
Visual Studio Code (VSCode) is an open-source code editor developed by Microsoft Corporation that can be used with many programming languages, including Python. It allows debugging and is integrated with version control tools such as Git; we can even run Jupyter Notebooks (which we'll describe later in this chapter) within VSCode.
Press + to interact
Instructions for installation vary by whether you are using a Linux, macOS, or Windows operating system: please see individual ...