Skip to content

Commit b77d026

Browse files
rodrigogiraoserraoCheuktinghugovk
authored
Add Rust Summit info. (#1023)
Essentially a copy of #1022 but so that we could see the preview. --------- Co-authored-by: Cheukting <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent abdaa85 commit b77d026

File tree

3 files changed

+72
-0
lines changed

3 files changed

+72
-0
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
title: Rust Summit
3+
subtitle: The Rust Summit aims to bring together various stakeholders of Python’s Rust ecosystem to discuss its current state, address challenges, and align on ongoing work.
4+
5+
---
6+
## **Rust Summit**
7+
8+
The **Rust Summit** aims to bring together various stakeholders of Python’s Rust ecosystem to discuss its current state, address challenges, and align on ongoing work.
9+
10+
**WHEN?** The summit will take place on **Monday, July 14th** or **Tuesday, July 15th** (confirmation pending).
11+
12+
**WHERE?** The event will be hosted at the **Prague Congress Centre (PCC)**, Room \[TBA\].
13+
14+
---
15+
16+
#### **Meet the Community**
17+
18+
The main goal of this summit is for various stakeholders of Python’s Rust ecosystem to meet, learn, and discuss about the Rust ecosystem in Python, how Python can benefit from Rust, and anything related to the adaptation of thread-free Python.
19+
20+
We are particularly looking for contributors and maintainers of:
21+
22+
* Rust libraries / frameworks that have Python API interface (e.g. polars)
23+
* Tools in the Python ecosystem that are built with Rust (e.g. ruff, uv etc)
24+
* Python libraries that are migrating all or part of their source code to Rust code
25+
* New Python libraries that are written in Rust
26+
* Other Python projects that can benefit from using Rust
27+
28+
#### **Presentations**
29+
30+
If there is a topic you would like to present, please indicate it in the form and fill it in early.
31+
32+
Sparkling presentations are brief, and intended to get everyone on the same page and start a discussion. Time slots are of 30 min at most (10 min of presentation \+ 20 min for questions/discussion).
33+
34+
Deep dive presentations are 45 mins in total (35 mins presentation and 10 mins Q\&A). They can have more details and be a bit more informative, they should provide educational value to the participants.
35+
36+
We are also open to suggestions for unconference-style activities.
37+
38+
#### **Tentative Agenda (subject to change)**
39+
40+
* **9:00 AM**: Meet and greet – unconference-style post-it board organization
41+
* **9:30 AM**: Sparkling Presentations (30 minutes each: 10 min presentation \+ 20 min discussion)
42+
* **11:00 AM**: Coffee break
43+
* **11:15 AM**: Deep dive Presentation (45 minutes each: 35 min presentation \+ 10 min discussion)
44+
* **12:45 PM**: Lunch
45+
* **1:45 PM**: Unconference-style activities (discussions, hacks, ad hoc tutorials, etc.)
46+
* **6:00 PM**: Round-up/plenary session for feedback and conclusions
47+
* **6:30 PM**: Dinner
48+
49+
#### **Registration**
50+
51+
To be part of the Rust summit [register your interest now\!](https://docs.google.com/forms/d/e/1FAIpQLSe8Wjahr3-agTr4lS8_u3ifel_9XYAQEGk71IAAIh_h2eRUzw/viewform?usp=preview) 👈
52+
53+
Please register early. If you are not yet sure if you can come, note it on your registration. You can change your answer later.
54+
55+
You need to have a valid EuroPython in-person ticket to participate. If this is an issue for you, say so on the form and we’ll try to figure something out.
56+
57+
If you can, plan to stay for the whole conference, to have plenty of time to follow up on discussions and new friendships.
58+
59+
The event is limited to \[TBA\] participants. If more sign up, there will be a selection process.
60+
61+
We will contact you with confirmations and more details closer to the event.

src/data/links.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
{
2727
"name": "WebAssembly Summit",
2828
"path": "/programme/wasm-summit"
29+
},
30+
{
31+
"name": "Rust Summit",
32+
"path": "/programme/rust-summit"
2933
}
3034
]
3135
},

src/pages/rust-summit.astro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<script>
2+
window.location.href = "/programme/rust-summit/";
3+
</script>
4+
5+
<noscript>
6+
<meta http-equiv="refresh" content="0;url=https://ep2025.europython.eu/programme/rust-summit/">
7+
</noscript>

0 commit comments

Comments
 (0)