# Week 7

### To-Do (Until 10/12/2024) <a href="#to-do" id="to-do"></a>

Homework:

* Decide for one of the two final projects (they will be shown on your certificate):
  * Knowledge Cards: Flash Card Tool
  * Digital Pet: Interactive Virtual Companion
* List out what data the program has to handle (e.g. flash card with front and back, pet stats like hunger) and the matching data structures you need in python
* Create a flow chart for the program, like you have seen with hangman in the course
* We will form project groups of \~5 next session

***

### Totally Optional

* **Watch lecture 5 of the Havard Python Course:**

{% embed url="<https://cs50.harvard.edu/python/2022/weeks/5/>" %}

For the best learning experience, it's recommended to watch the lecture twice: first for a quick overview, and then more slowly while taking notes. Please ensure you allocate sufficient time for this.


---

# 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-24w/week-7.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.
