# A byte of Python

- [À propos de Python](https://rgilliotte.gitbook.io/byte-of-python/a-byte-of-python/about_python.md)
- [Installation](https://rgilliotte.gitbook.io/byte-of-python/a-byte-of-python/installation.md)
- [Premiers pas](https://rgilliotte.gitbook.io/byte-of-python/a-byte-of-python/first_steps.md)
- [Les bases](https://rgilliotte.gitbook.io/byte-of-python/a-byte-of-python/basics.md)
- [Opérateurs et expressions](https://rgilliotte.gitbook.io/byte-of-python/a-byte-of-python/op_exp.md)
- [Structures de contrôle](https://rgilliotte.gitbook.io/byte-of-python/a-byte-of-python/control_flow.md)
- [Fonctions](https://rgilliotte.gitbook.io/byte-of-python/a-byte-of-python/functions.md)
- [Modules](https://rgilliotte.gitbook.io/byte-of-python/a-byte-of-python/modules.md)
- [Structures de données](https://rgilliotte.gitbook.io/byte-of-python/a-byte-of-python/data_structures.md)
- [Résolution de problème](https://rgilliotte.gitbook.io/byte-of-python/a-byte-of-python/problem_solving.md)
- [Programmation orientée objet](https://rgilliotte.gitbook.io/byte-of-python/a-byte-of-python/oop.md)
- [Entrées et sorties](https://rgilliotte.gitbook.io/byte-of-python/a-byte-of-python/io.md)
- [Exceptions](https://rgilliotte.gitbook.io/byte-of-python/a-byte-of-python/exceptions.md)
- [Bibliothèque standard](https://rgilliotte.gitbook.io/byte-of-python/a-byte-of-python/stdlib.md)
- [Pour aller plus loin](https://rgilliotte.gitbook.io/byte-of-python/a-byte-of-python/more.md)
- [Et ensuite](https://rgilliotte.gitbook.io/byte-of-python/a-byte-of-python/what_next.md)


---

# 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://rgilliotte.gitbook.io/byte-of-python/a-byte-of-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.
