# TurtleBro\_py

## TurtleBro\_py

- [Тема 1: Методические аспекты данного курса и настройка ПО](https://voltbro.gitbook.io/turtlebro_py/tema-1-metodicheskie-aspekty-dannogo-kursa-i-nastroika-po.md)
- [Тема 2: Введение в Python и основы синтаксиса](https://voltbro.gitbook.io/turtlebro_py/tema-2-vvedenie-v-python-i-osnovy-sintaksisa.md)
- [Практика к уроку](https://voltbro.gitbook.io/turtlebro_py/tema-2-vvedenie-v-python-i-osnovy-sintaksisa/praktika-k-uroku.md)
- [Тема 3:  Переменные и операции с ними.](https://voltbro.gitbook.io/turtlebro_py/tema-3-peremennye-i-operacii-s-nimi..md)
- [Практика к уроку](https://voltbro.gitbook.io/turtlebro_py/tema-3-peremennye-i-operacii-s-nimi./praktika-k-uroku.md)
- [Тема 4. Списки и строки](https://voltbro.gitbook.io/turtlebro_py/tema-4.-spiski-i-stroki.md)
- [Практика к уроку](https://voltbro.gitbook.io/turtlebro_py/tema-4.-spiski-i-stroki/praktika-k-uroku.md)
- [Тема 5: Сравнение, условия и ветвление](https://voltbro.gitbook.io/turtlebro_py/tema-5-sravnenie-usloviya-i-vetvlenie.md)
- [Практика к уроку](https://voltbro.gitbook.io/turtlebro_py/tema-5-sravnenie-usloviya-i-vetvlenie/praktika-k-uroku.md)
- [Тема 6: Циклы while и for](https://voltbro.gitbook.io/turtlebro_py/tema-6-cikly-while-i-for.md)
- [Практика к уроку](https://voltbro.gitbook.io/turtlebro_py/tema-6-cikly-while-i-for/praktika-k-uroku.md)
- [Тема 7: Функции и модули](https://voltbro.gitbook.io/turtlebro_py/tema-7-funkcii-i-moduli.md)
- [Практика к уроку](https://voltbro.gitbook.io/turtlebro_py/tema-7-funkcii-i-moduli/praktika-k-uroku.md)
- [Тема 8:  Стандартные функции и модули Python](https://voltbro.gitbook.io/turtlebro_py/tema-8-standartnye-funkcii-i-moduli-python.md)
- [Практика к уроку](https://voltbro.gitbook.io/turtlebro_py/tema-8-standartnye-funkcii-i-moduli-python/praktika-k-uroku.md)
- [Тема 9: Модуль Turtlebro\_py](https://voltbro.gitbook.io/turtlebro_py/tema-9-modul-turtlebro_py.md)
- [Page 1](https://voltbro.gitbook.io/turtlebro_py/tema-9-modul-turtlebro_py/page-1.md)
- [Лабораторные работы](https://voltbro.gitbook.io/turtlebro_py/laboratornye-raboty.md)
- [Заключительный проект](https://voltbro.gitbook.io/turtlebro_py/zaklyuchitelnyi-proekt.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://voltbro.gitbook.io/turtlebro_py/tema-1-metodicheskie-aspekty-dannogo-kursa-i-nastroika-po.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.
