> 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/attendees-report-and-photos.md).

# Attendees Report & Photos

Attendees at PyCon Togo 2025 actively shared their experiences and reflections through posts, highlighting their learning, excitement, and engagement with the Python community.

#### Highlights from Attendees

* Participants documented their experience during and after the conference, sharing insights from workshops, talks, and community interactions.
* The posts showcase the vibrant engagement and collaborative spirit within the Python community at PyCon Togo 2025.

### Here are some posts

* Kayode Abiodun:  [It was a privilege to speak at Python Togo](https://www.linkedin.com/posts/kayodeabiodunoladapo_pycontogo2025-pythontogo-pycontogo2025-activity-7365770030552145922-CFxy)
* Tronka DIABATÉ: [Pycon Togo 2025 : Une expérience inoubliable](https://www.linkedin.com/posts/tronka-diabat%C3%A9-7071b5237_sqlalchemy-pycontogo2025-opensource-activity-7365819170682220547-fGF_)
* Pankaj Behera: [Excited to Share!](https://www.linkedin.com/posts/pankaj-behera-6235a5315_i-got-the-30-days-of-python-with-python-togo-activity-7368670111936847872-XIxg)
* Akossiwa Augustine ZOKPODO: [PyCon TOGO 2025🐍 : une première édition historique à lomé](https://www.linkedin.com/posts/akossiwa-augustine-zokpodo-b10b22236_pycontogo2025-python-event-activity-7366404684133072896-hV3V)
* 𝐓𝐀𝐇𝐀𝐆𝐀: [𝐓𝐀𝐇𝐀𝐆𝐀 𝐚𝐮 𝐏𝐲𝐜𝐨𝐧 𝐓𝐨𝐠𝐨 𝟐𝟎𝟐𝟓](https://www.linkedin.com/posts/tahaga_pycontogo2025-tech-innovations-activity-7366795620017147905-n3Ybhttps://www.linkedin.com/posts/tahaga_pycontogo2025-tech-innovations-activity-7366795620017147905-n3Yb)
* AllDotPy: [AllDotPy au PyCon Togo 2025 ](https://www.linkedin.com/posts/alldotpy_pycontogo2025-fletx-flet-activity-7366160698042662912-8Zc0)
*

## Photography - [Link to Photo Album](https://drive.google.com/drive/folders/1Xk8lejAQXBIPjPf1UHnuUmZJ5sEYNPM1?usp=sharing)


---

# 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/attendees-report-and-photos.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.
