Skip to content

Commit e049a63

Browse files
committed
Add program overview
1 parent 8f8c2a0 commit e049a63

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: Programme Overview
3+
subtitle: Overview of all programme
4+
---
5+
6+
The conference will be organised into three phases:
7+
8+
1. **Monday & Tuesday (14 & 15 July):** Tutorial Days
9+
2. **Wednesday – Friday (16 – 18 July):** Main Conference Days
10+
3. **Saturday & Sunday (19 & 20 July):** Sprint Days
11+
12+
Expect around:
13+
* 120 talks
14+
* 20 tutorials
15+
* 5–6 keynotes
16+
* open spaces
17+
* 3 summits
18+
* multiple events
19+
20+
---
21+
22+
# Sessions
23+
24+
## Talks
25+
Talks are 30–45 minute presentations on Python-related topics, held across 6 parallel tracks during the Main Conference Days.
26+
27+
## Tutorials
28+
Tutorials are 180-minute hands-on sessions focused on learning by doing, held during the Tutorial Days.
29+
30+
### List of sessions
31+
Can be found on the [sessions page](/sessions).
32+
33+
# Summits
34+
Summits are full-day, topic-focused unconference-style gatherings for in-depth discussions, held during the Tutorial Days.
35+
36+
### List of summits
37+
- [Rust Summit](/programme/rust-summit)
38+
- [WASM Summit](/programme/wasm-summit)
39+
- [C API Summit](/programme/c-api-summit)
40+
41+
# Events
42+
Events are social and community activities held throughout the conference to connect attendees.
43+
44+
List of events:
45+
- main social event: will be added soon
46+
- speakers dinner: will be added soon
47+
- PyLadies events: will be added soon
48+
- beginner's day unconference space: will be added soon
49+
- workshops for less represented groups in computing: will be added 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": "Sessions Previews",
812
"path": "/sessions"

0 commit comments

Comments
 (0)