# Visual Studio Code

### [code.visualstudio.com/Download](https://code.visualstudio.com/Download)

This is a free text editor that is very popular with programmers. It is an excellent tool for editing and running the scripts that you write. It is not required, but it is popular for a reason.

The nice thing about this text editor is that it works very well with working with folders, not just files. It also has plug-ins that give you extra help with writing and running code.

Visual Studio code is the #1 tool for all programmers, regardless of language. There are alternatives, you don't have to use it. There are versions for Linux, Windows, and MacOS.

**Some content generated with AI**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://python.jerryhobby.com/introduction-to-python/core-tools-for-python-programming/visual-studio-code.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
