Skip to content

Commit 75e93e0

Browse files
committed
Add program & events overview
1 parent b52a4a0 commit 75e93e0

File tree

2 files changed

+102
-0
lines changed

2 files changed

+102
-0
lines changed

src/content/pages/overview.mdx

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
---
2+
title: Programme & Events Overview
3+
subtitle: Explore everything happening at EuroPython 2025
4+
---
5+
### Programme & Events Overview
6+
7+
The conference is organised into three phases:
8+
9+
1. **Monday & Tuesday (14 & 15 July):** Tutorial Days
10+
2. **Wednesday – Friday (16 – 18 July):** Main Conference Days
11+
3. **Saturday & Sunday (19 & 20 July):** Sprint Days
12+
13+
You can look forward to:
14+
15+
* ~120 talks
16+
* ~20 tutorials
17+
* 5–6 keynotes
18+
* Open spaces
19+
* 3 summits
20+
* Community organisers’ sessions
21+
* PyLadies workshops
22+
* Sprint projects
23+
* Tutorials for less-represented groups in tech
24+
* Beginner-friendly unconference day
25+
* Social and networking events
26+
27+
---
28+
29+
## Sessions
30+
31+
### Talks
32+
Talks are 30–45 minute presentations, held across six parallel tracks during the Main Conference Days.
33+
34+
### Tutorials
35+
Tutorials are 180-minute hands-on sessions focused on learning by doing, held during the Tutorial Days.
36+
37+
#### List of sessions
38+
Can be found on the [sessions page](/sessions).
39+
40+
---
41+
42+
## Summits
43+
Summits are full-day, topic-focused unconference-style gatherings for in-depth discussions, held during the Tutorial Days.
44+
45+
#### List of summits
46+
- [Rust Summit](/programme/rust-summit)
47+
- [WASM Summit](/programme/wasm-summit)
48+
- [C API Summit](/programme/c-api-summit)
49+
50+
---
51+
52+
## Open Spaces
53+
Open spaces are informal sessions where anyone can gather and discuss any topic. There will be a table at the venue — if there's a free slot, simply write down your topic, and others can join the conversation.
54+
55+
#### List of spaces
56+
Will be published soon.
57+
58+
---
59+
60+
## Sprints
61+
Our sprint days offer a chance to contribute to open-source projects and collaborate with others in the community. Sprints take place over the weekend.
62+
63+
#### List of participating projects
64+
Will be published soon.
65+
66+
---
67+
68+
## PyLadies Sessions
69+
Workshops organised by and for PyLadies, focused on supporting less-represented groups in tech.
70+
71+
#### List of sessions
72+
Will be added soon.
73+
74+
---
75+
76+
## Beginner’s Day Unconference Space
77+
Running in parallel with the sprints, this unconference space is designed for beginners. It includes Q&A sessions, AMAs, and career-focused discussions with experienced professionals.
78+
79+
#### List of sessions
80+
Will be added soon.
81+
82+
---
83+
84+
## Tutorials for Less-Represented Groups in Tech
85+
Introductory tutorials designed to help beginners from less-represented groups start learning programming.
86+
87+
#### List of tutorials
88+
- Django Girls – more info coming soon
89+
- Humble Data – more info coming soon
90+
91+
---
92+
93+
## Events
94+
Our events bring the community together for fun and connection throughout the conference.
95+
96+
#### List of events
97+
- Main social event – details coming soon
98+
- Speakers’ dinner – details coming soon

src/data/links.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
{
44
"name": "Programme",
55
"items": [
6+
{
7+
"name": "Overview",
8+
"path": "/overview"
9+
},
610
{
711
"name": "List of Sessions",
812
"path": "/sessions"

0 commit comments

Comments
 (0)