Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add C API Summit #995

Merged
merged 7 commits into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all 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
61 changes: 61 additions & 0 deletions src/content/pages/programme/c-api-summit.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
title: C API Summit
subtitle: A summit for Python's C API stakeholders to discuss its state and future.

---
## C API Summit
The **C API Summit** aims to bring together various stakeholders of Python's C API to discuss its current state, address challenges, and align on ongoing work.


**WHEN?**
The summit will take place on **Monday, July 14th** or **Tuesday, July 15th** (confirmation pending).

**WHERE?**
The event will be hosted at the **Prague Congress Centre (PCC)**, Room [TBA].

---


#### Meet the Community

The main goal of this summit is for various stakeholders of Python's C API to meet and discuss about the state of the API, existing challenges and ongoing work.

We are particularly looking for contributors and maintainers of:
- Python implementations with a C API (e.g., CPython, PyPy, GraalPy, MicroPython)
- Binding generators and alternative APIs (e.g., HPy, Cython, pybind11, PyO3, SWIG)
- Libraries that use the C API heavily or in innovative ways
- Applications that embed Python
- Similar projects working in this area

#### Presentations

If there is a topic you would like to present, please indicate it in the form and fill it in early.

Summit presentations are brief, intended to get everyone on the same page and start a discussion. Time slots are of 30min at most (10 min of presentation + 20 min for questions/discussion).

We are looking to discuss advanced topics.

#### Tentative Agenda (subject to change)
- **9:00 AM**: Meet and greet – unconference-style post-it board organization
- **9:30 AM**: Presentations (30 minutes each: 10 min presentation + 20 min discussion)
- **11:00 AM**: Coffee break
- **11:15 AM**: Presentations continue
- **12:45 PM**: Lunch
- **1:45 PM**: Unconference-style activities (discussions, hacks, ad hoc tutorials, etc.)
- **4:00 PM**: Round-up/plenary session for feedback and planning next steps
- **6:30 PM**: Dinner


#### Registration

To be part of the C API summit [register your interest now!](https://docs.google.com/forms/d/e/1FAIpQLSfUT8BEHyt-Nlwo6aEmnEHdn1y_rkCoShEKYuHm4LhWvbMjjw/viewform) 👈

Please register early. If you are not yet sure if you can come, note it on your registration. You can change your answer later.

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.

If you can, plan to stay for the whole conference, to have plenty of time to follow up on discussions and new friendships.

The event is limited to [TBA] participants. If more sign up, there will be a selection process.

We will contact you with confirmations and more details closer to the event.
4 changes: 4 additions & 0 deletions src/data/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
{
"name": "Speaker Mentorship",
"path": "/programme/mentorship"
},
{
"name": "C API Summit",
"path": "/programme/c-api-summit"
}
]
},
Expand Down
7 changes: 7 additions & 0 deletions src/pages/c-api-summit.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<script>
window.location.href = "/programme/c-api-summit/";
</script>

<noscript>
<meta http-equiv="refresh" content="0;url=https://ep2025.europython.eu/programme/c-api-summit/">
</noscript>