# Getting started with Python

### Local Environment Setup

Open a terminal window (command prompt) and type **`"python"`** to find out if it is already installed and which version is installed.

### Download and Installation

Visit the Official Python website to download and install it on your local workstation.

Download PyCharm Community Edition or VsCode

{% hint style="info" %}
**Good to know:** An **integrated development environment** (**IDE**) is a [software application](https://en.wikipedia.org/wiki/Application_software) that provides comprehensive facilities to [computer programmers](https://en.wikipedia.org/wiki/Computer_programmer) for [software development](https://en.wikipedia.org/wiki/Software_development). An IDE normally consists of at least a [source code editor](https://en.wikipedia.org/wiki/Source_code_editor), [build automation](https://en.wikipedia.org/wiki/Build_automation) tools and a [debugger](https://en.wikipedia.org/wiki/Debugger).
{% endhint %}


---

# 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://docs.pyclubs.org/python-course-guide/guides/getting-started-with-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.
