# Python

### Python

This is the build/run options settings for a Python project.&#x20;

<figure><img src="/files/3GXdDGXjvtsM4zUxq8Dc" alt="" width="563"><figcaption></figcaption></figure>

1. Run On - Set whether to run as a server or console.&#x20;
2. Compiler - Set the type of Python compiler (Python2, Python3).&#x20;
3. Execution File - Set the main file to run.&#x20;
4. Source path - Set the path to the folder with the main file to run.&#x20;
5. Run options - Set any additional executable command options to add.&#x20;
6. Log file path - Set the path to the log file.


---

# 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://help.goorm.io/en/goormide/getting-started/build/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.
