VSCode: An Integrated Development Environment
Explore how to set up Visual Studio Code as an effective integrated development environment for Python and AI projects. Understand installing and using Git, running terminal commands within VSCode, and preparing tools like TensorFlow, Docker, and Kubeflow to support your generative AI experiments.
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.
Instructions for installation vary by whether you are using a Linux, macOS, or Windows operating system: please see individual ...