# Tutorials (Python)

We have designed some lessons that you can use to get started using Tychos in your classroom quickly. Designed and tested in an actual real high school classroom, we are confident that these lessons will really help get you rolling with Tychos. We encourage that you start here, but we also encourage that you take and modify the lessons as you see fit. We are always looking for feedback as well, so please contact us with how you are using Tychos in your own classroom.


---

# 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.tychos.org/docs/for-teachers/tutorials-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.
