# Python Interpreter

### [www.python.org/downloads](https://www.python.org/downloads)

This is the core Python interpreter and is required in order to run the programs you create. It is a very simple install. In Linux and MacOS, python is already installed. You can install another instance if the version on your system is too old, etc.

Python includes a few small programs:

* **Python** - The core interpreter
* **Pip** - A tool for adding modules that give you more features, when you need them.
* **PipEnv** - A tool to create different environments for the different programs you write. This becomes more important later one when you write programs that need different modules than the other programs you have written. Like a game versus a financial app. This becomes useful as you become more advanced.
* **IDLE** - A built in script editor. Most people never use this.

**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/python-interpreter.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.
