# Teachers

## :1234: Learning data science and analytics

Teachers and professors have primarily leveraged Quadratic as a way to teach their students complex concepts more intuitively.&#x20;

Quadratic combines a code editor with a spreadsheet, allowing students to visualize the results of their code in real-time, without worrying about setting up complex environments, installing libraries, versioning, or other complex issues. Students can learn how to do modern analytics in an environment that is optimized for doing so.&#x20;

{% hint style="info" %}
Teachers are leveraging Quadratic to better engage their students across all disciplines.&#x20;
{% endhint %}

Aside from learning how to code and doing modern analytics, students also get exposure to spreadsheets in a modern and fun way. Students groan at using more traditional spreadsheets; Quadratic is a spreadsheet that people love to use, one that just works, is performant, and is built like a modern application should be built.&#x20;

## :snake: Python

Quadratic has been built to be the best spreadsheet for developers, which means a focus on building a great developer experience. Quadratic's editor is built on Monaco (the underpinning of VS Code).&#x20;

Students don't need to setup new environments or manage complex Git operations. Packages are automatically installed and importable.&#x20;

Quadratic is one of the best interfaces for teaching students how to code.&#x20;

[Learn more about how Python works in Quadratic.](#python)[ ](/python/getting-started.md)

## :chart\_with\_upwards\_trend: SQL

Teach your students to query databases with our SQL connections and SQL language editor.&#x20;

Coming soon.&#x20;

## :robot: AI-assistant&#x20;

Use the AI assistant to help your students get exposure to the modern AI tools they'll see in their future careers.&#x20;

## :penguin: Group work&#x20;

Students can spin up collaborative spreadsheets in a few clicks and immediately collaborate with code and formulas. Easily collaborate without worrying about git, versioning, and other concerns. Popular packages are automatically installed and ready to import - don't worry about setting up environments for your student groups.&#x20;

[Learn more about creating teams.](/teams/manage-your-team.md)&#x20;

{% hint style="success" %}
Get started by signing up with a valid academic email address [here.](https://app.quadratichq.com/education/enroll)&#x20;
{% 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://docs.quadratichq.com/quadratic-for-education/teachers.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.
