# Week 12

### To-Do

Homework:

* Prepare slides for a three minute presentation of your project progress
* Upload the PDF in the Mattermost channel

### Final Project

* The deadline for submitting your well documented project is the **01/08/2024**
* Your submission should tell a story:
  * What is the goal of the project?
  * What is the roadmap to reach that goal?
  * What did you try / did not work / can be improved upon?
* You have to at least hand in a Jupyter Notebook documenting code snippets, also if you are just working with .py files
* You can alternatively upload a zip file containing the Jupyter Notebook and needed project files (own libraries, ressources)&#x20;
* In a group project it should become clear, who participated and who worked on what part

#### General remarks on the project

* The project should at least look and feel like the Projects you build in the course
* Use a GUI
  * Turtles at least, it has been demonstrated
  * Pygame is not difficult either
  * Tkinter? Others?
* Use of libraries is encouraged!


---

# 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://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/python-from-beginner-to-practitioner/week-12.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.
