# Available courses

### Introduction

CodeChum is an innovative online platform designed to simplify and enhance coding education for students of all levels that teach programming to their classrooms. Our courses are carefully crafted to cater to the needs of educators and learners alike, making coding engaging, interactive, and accessible.<br>

### Available courses

Below is the list of courses offered by CodeChum to its partner schools, which are available in several programming languages as follows:

* Programming 1 (C, C++, C#, Java, Python)
* Programming 2 (C, C++, C#, Java, Python)
* Data Structures (C, C++, C#, Java, Python)
* Object-Oriented Programming with GUI
  * C# Windows Forms
  * Java AWT / Java Swing
  * Python TKinter
* Basic Web Development (HTML/CSS/JS)
* Information Management (MySQL)
* Algorithms and Complexity (C, C++, C#, Java, Python)
* Software Engineering 1
* Software Engineering 2


---

# 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://help.codechum.com/teachers/available-courses.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.
