> For the complete documentation index, see [llms.txt](https://report.pytogo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://report.pytogo.org/pre-conference-python-learning-challenge-30-days-of-python.md).

# Pre-Conference Python Learning Challenge: "30 Days of Python"

<figure><img src="/files/6kkleNsG0XIorKQIN8Qt" alt=""><figcaption></figcaption></figure>

In preparation for PyCon Togo 2025, we launched a **month-long Python learning challenge** called **“30 Days of Python”**, designed to help participants build their skills and prepare for the conference. The challenge ran for **30 days**, following a structured program based on the **Foundry Skills curriculum**, covering Python from beginner to advanced levels.

Participants received **daily guidance by email and mentorship through our Discord server** ([https://pytogo.org/.discord](https://pytogo.org/.discord?utm_source=chatgpt.com)), where we also held **evening workshops** each day to discuss the day’s challenge, solve problems together, and support learners from A to Z.

#### **Participation and Completion**

* **Registered Participants:** 200
* **Completed the Challenge:** 90
* **Gender Distribution:** 30% female, 70% male
* **Skill Level:** Approximately 80% of all participants were beginners

<figure><img src="/files/t6Ta1TQQfmnfmGmwTzuB" alt=""><figcaption></figcaption></figure>

**Recognition and Awards**

During the challenge, participants who actively engaged in the daily workshops and completed the exercises were **recognized for their dedication and performance**:

* **Awards:**
  * 2 girls stood out for their commitment and performance
  * 5 boys were recognized for their achievements

To celebrate all participants, **everyone who participated received a digital badge powered by Holopin**, which they could showcase to highlight their accomplishment in the challenge.

<figure><img src="/files/U7GhUgO9aiqvyuix404p" alt=""><figcaption></figcaption></figure>

This initiative not only helped participants strengthen their Python skills but also **fostered engagement, collaboration, and motivation**, especially encouraging female participants to actively participate and complete the challenge.

[Challenger's Badges on Holopin.io](https://www.holopin.io/sticker/cme8g2q4n1055907l5ftnmta9j)


---

# 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://report.pytogo.org/pre-conference-python-learning-challenge-30-days-of-python.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.
