# Willkommen

Willkommen beim inoffiziellen deutschen Tutorial für die Programmiersprache Python. Hier versuche ich, dir die Inhalte und Befehle von Python so klar und deutlich wie möglich zu vermitteln. Ich fange beim Erklären mit 0 an, und erkläre dir als erstes, wie man Python überhaupt installiert. Du siehst also, sogar wenn du noch nie von Python gehört hast, wird dieses Tutorial dir helfen.

Na dann los!\
print("Viel Spaß 🐍")

{% hint style="success" %}
Wenn du Python schon installiert hast, aber nicht weißt, wie du loslegen sollst, dann fang doch einfach bei "[Erste Schritte](https://python.supernova125.de/erste-schritte)" an
{% endhint %}

{% hint style="info" %}
Dieses Tutorial ist immer noch in Arbeit! Viele Dinge fehlen noch!
{% 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://python.supernova125.de/welcome.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.
