# Run Python

Okay, here's the fun part!

Now that you have a Python environment setup. Get ready to jump into the Python world.

The easiest way to load Python on your system is to go the **Terminal window** and run the following command:

`Python`

The window should throw a summary of the Python version you are running and a bunch of other details for help, copyright and credits etc.

You're set.&#x20;

![](/files/-L9usWP4J-h5dubm4QnZ)

Just start working your way up by welcoming yourself to the Python world:

`print("Hello world!")`

But...! Yes, there is a but! If you want more than basic flavor of Python you should install popular packages and libraries such as Numpy and Scipy. This can be done using a package installer - pip which we talk about in another section.

Also, if you want to quit Python from the terminal window. Use `exit() or Ctrl-D`


---

# 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://mac-python.gitbook.io/python-mac/run-python.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.
