
If you click File/Preferences/Settings (or just Ctrl+Comma), you’ll be able to adjust settings for the environment in general, as well as for Python. Of course, you might want to install other extensions related to Markdown, web development, or C/C++, etc. Microsoft’s Python extension provides linting, auto-completion, and working with interactive Python. Type python and you’ll get the extensions available for installation. Go to File/Preferences/Extensions (or click on the square icon on the top left or just click Ctrl+Shift+X).

If you want to use Python in VS Code, you’ll probably need to install Microsoft’s Python extension.

Don’t mix it up with its older and bigger brother - Visual Studio. Visual Studio Code (or VS Code) is a free, open-source, and general-purpose IDE, or to be more precise - code editor.

This article describes several widely-used Python IDEs, suitable for data science, machine learning, web development, and so on.

They usually support linting, auto-completion, and choosing a Python environment for each project. Most well-known IDEs have support for Python, one of the most popular programming languages. There is a number of interesting IDEs, with all kind of tools that might help you code faster and avoid some errors. Choosing an integrated development environment (IDE) that suits your needs is often a non-trivial task.
