Skip to content
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions src/content/pages/community-activities.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
title: Community Organisers Activities
url: /community-activities
subtitle:
Booths, open spaces, and more activities for organisers
---

# Community Organisers Activities

The Python community is an essential part of the language, and for many people, it's
the reason they stick around and keep meetups, conferences, forums, and so much more running to help others.

This year at EuroPython, we have several activities focused on communities across Europe and around the world, as well as initiatives centered around Python itself.

![](./images/pyo-open-space2.jpg)

## Community Organisers Open Space

Communication is key to avoiding repetition and learning from past mistakes.
Let's come together and share the experiences of our communities, as well as and our personal
challenges and successes, so that more communities can grow and improve.

This year, we are dedicating a two-hour slot in the Open Spaces to all community organisers who want to share their experiences. More
importantly, it's a chance to explore how the EuroPython Society can support you in achieving your
goals and addressing your current challenges.

* Room: TBD
* Time: TBD

![](./images/pyo-open-space.jpg)

## Community Organisers Lunch

Do you know all the organizers from other European Python communities and conferences?
If not, this is a great opportunity to meet more people who, just like you, are doing their best to keep Python events and communities alive—so that more people have the chance to learn, connect, and grow with Python!

We'll be meeting on Friday, July 18, at 12:55 in the Zoom room on the first floor near the registration area for a special lunch—an opportunity to connect with others who share your passion.

## Community Booths

Each year, we reserve booth space for communities, initiatives, nonprofit organizations, and open source projects that support the Python community and the wider open source ecosystem.
Join us in the Exhibit Hall during the main conference days to meet this year’s amazing Community Booth lineup!

<Button url="#" class="disabled">Sign Up For a Booth!</Button>


![](./images/community-booths.jpg)

![](./images/community-booths2.jpg)

## PyLadies Open Space & Lunch

Check out [the PyLadies activities page](/pyladies) for more information.
Binary file added src/content/pages/images/community-booths.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/pages/images/community-booths2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/pages/images/pyo-open-space.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/pages/images/pyo-open-space2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/data/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
{
"name": "Sprints Weekend",
"path": "/sprints"
},
{
"name": "Community Organisers Activities",
"path": "/community-activities"
}
]
},
Expand Down Expand Up @@ -260,6 +264,10 @@
{
"name": "Sprints Weekend",
"path": "/sprints"
},
{
"name": "Community Organisers Activities",
"path": "/community-activities"
}
]
},
Expand Down
4 changes: 3 additions & 1 deletion src/pages/overview.astro
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ const imageStyle = "m-2 md:float-right max-w-[300px] md:max-w-[400px] lg:max-w-[
/>

<ul class="event-list">
<li>Will be added soon!</li>
<li><a href="community-activities#community-organisers-open-space">Open space</a></li>
<li><a href="/community-activities#community-organisers-lunch">Lunch</a></li>
<li><a href="/community-activities#community-booths">Booths</a></li>
</ul>
</div>

Expand Down