> For the complete documentation index, see [llms.txt](https://pathways.btrust.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pathways.btrust.tech/04/language-clubs-not-rust/your-weekly-gameplan.md).

# Your Weekly Gameplan

## **Each week, you’ll follow the same structure:**

<table><thead><tr><th width="97.8828125" align="center" valign="top">S/N</th><th>Actions</th></tr></thead><tbody><tr><td align="center" valign="top">1</td><td><p><strong>Complete Language Exercises</strong></p><ul><li>Work through <a href="https://exercism.org/">Exercism</a> exercises for your chosen language</li><li>Meet your weekly targets: Python: ~20 exercises; C++: ~15 exercises</li><li>Focus on correctness, clarity, and understanding, not speed.</li><li>Take notes and flag anything unclear for discussion</li></ul></td></tr><tr><td align="center" valign="top">2</td><td><p><strong>Complete One Builders Add-On Exercise</strong></p><ul><li>Complete a Builders task tied to that week’s exercises </li><li>Tasks are designed to reinforce core language concepts, introduce Bitcoin-relevant problem framing, and encourage clean, readable code</li><li>Submit your solution via GitHub or a shared code link</li></ul></td></tr><tr><td align="center" valign="top">3</td><td><p><strong>Join Your Weekly Sync Call</strong></p><ul><li>30–45 minutes with your homegroup and faculty member</li><li>Share progress, learnings, ask questions, and unblock challenges</li><li>Get feedback and encouragement</li></ul></td></tr><tr><td align="center" valign="top">4</td><td><p><strong>Participate in Office Hours</strong></p><ul><li>Weekly text-based office hours on Discord</li><li>Ask questions, share code snippets, request feedback and get unstuck — live or asynchronously.</li></ul></td></tr><tr><td align="center" valign="top">5</td><td><p><strong>Submit Weekly Progress</strong></p><p>At the end of each week, submit a short progress form including: </p><ul><li>Screenshot of Exercism progress</li><li>GitHub or shared code link for the Builders task</li></ul></td></tr></tbody></table>

***

## **Support available:**

* **Office Hours:** Thursdays, 5–6 PM WAT in `#language-clubs`
* **Sync Calls:** Scheduled with your homegroup and chaperone
* **Discord:** Ask questions anytime&#x20;

## Important Reminders:

* Sync calls are your space to share wins/blockers, ask questions, and get feedback
* Office hours are fully text-based — join even if you can’t be live
* All weekly submissions are due on Fridays.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://pathways.btrust.tech/04/language-clubs-not-rust/your-weekly-gameplan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
