# A Byte of Python

## A Byte of Python

- [README](https://rgilliotte.gitbook.io/byte-of-python/readme.md)
- [Dédicace](https://rgilliotte.gitbook.io/byte-of-python/avant-propos/dedication.md)
- [Préface](https://rgilliotte.gitbook.io/byte-of-python/avant-propos/preface.md)
- [À 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)
- [FLOSS](https://rgilliotte.gitbook.io/byte-of-python/annexes/floss.md)
- [À propos du livre](https://rgilliotte.gitbook.io/byte-of-python/annexes/about.md)
- [Historique des révisions](https://rgilliotte.gitbook.io/byte-of-python/annexes/revision_history.md)
- [Traductions](https://rgilliotte.gitbook.io/byte-of-python/annexes/translations.md)
- [Guide de traduction](https://rgilliotte.gitbook.io/byte-of-python/annexes/translation_howto.md)
- [Feedback](https://rgilliotte.gitbook.io/byte-of-python/annexes/feedback.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://rgilliotte.gitbook.io/byte-of-python/readme.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.
