# Material

- [Week 1](https://python.afspies.com/material/material-week1.md): Course Introduction and Thinking Like a Programmer
- [Week 2](https://python.afspies.com/material/week-2.md): Programming Languages and Python
- [Extensions](https://python.afspies.com/material/week-2/week-2-extension.md): Basic String Manipulation & and/or
- [Week 3](https://python.afspies.com/material/week-3.md): Types, Lists and Dictonaries
- [Extensions](https://python.afspies.com/material/week-3/extensions.md): List Slicing, Robust typecasting via Error Handling
- [Week 4](https://python.afspies.com/material/week-4.md): Control - while and for
- [Extensions](https://python.afspies.com/material/week-4/extensions.md): Break, Continue, Enumerate, Strings as Lists, List comprehension
- [Week 5](https://python.afspies.com/material/week-5.md): Functions, Import
- [Extensions](https://python.afspies.com/material/week-5/extensions.md): Default arguments, Recursion, PIP, Terminal
- [Week 6](https://python.afspies.com/material/week-6.md): File I/O and Numpy Array
- [Week 7](https://python.afspies.com/material/week-7.md): Coding in the "Real World" and Datascience Pt. I - Numpy Basics
- [Week 8](https://python.afspies.com/material/week-8.md): Datascience Pt. II: Visualization with Matplotlib
- [Week 9](https://python.afspies.com/material/week-9.md): Datascience Pt III: Trend analysis and Curve fitting with Numpy and Scipy
- [Week 10](https://python.afspies.com/material/week-10.md): Datascience Pt. IV: Clustering and Regression with Scikit-Learn


---

# 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://python.afspies.com/material.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.
