Skip to content

Commit c395cde

Browse files
authored
Merge branch 'ep2026' into ep2026-fix-schedule-label
2 parents 8ecea98 + e4b9d9b commit c395cde

8 files changed

Lines changed: 139 additions & 3 deletions

File tree

src/content/pages/community-organisers-summit/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The Community Organisers Lunch continues the discussions from the morning sessio
6161

6262
- **Location:** Red carpet (Floor 2)
6363
- **Time:** Friday 17 July 12:55
64-
- **Programme:** [https://ep2026.europython.eu/session/communities-organizers-lunch](https://ep2026.europython.eu/session/communities-organizers-lunch)
64+
- **Programme:** [https://ep2026.europython.eu/session/community-organisers-lunch](https://ep2026.europython.eu/session/community-organisers-lunch)
6565

6666
---
6767

src/content/pages/social-event/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ swag and bring it along — winners will be crowned and awarded during the event
4141

4242
**Please note:** This event is not included in the conference ticket.
4343

44-
Tickets will be available via our ticket shop soon and will be limited in
45-
number. You will receive the voucher code to pre-order them by email. Please
44+
Tickets are available via our
45+
[ticket shop](https://tickets.europython.eu/) and are limited in number. Please
4646
note the event is meant for conference attendees only.
4747

4848
## When & Where?
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Programista
3+
url: https://programistamag.pl/
4+
location: Poland
5+
industry: "Technology & Media"
6+
description:
7+
"Programista is a Polish-language technical magazine for software developers,
8+
covering programming, IT infrastructure, and cybersecurity. Each issue
9+
features in-depth articles on emerging technologies, industry trends, and
10+
professional development for programmers and IT professionals."
11+
socials:
12+
facebook: "https://www.facebook.com/ProgramistaMagazyn"
13+
logo_padding: 20px 10px
14+
tier: Media Partners
15+
---
30.3 KB
Loading

src/content/sprints/falcon.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: "Falcon web framework"
3+
numberOfPeople: "~10" # How many people you expect to be able to accommodate.
4+
pythonLevel: "Any" # Any, Beginner, Intermediate, or Advanced.
5+
contactPerson: # The main person to reach out to regarding the sprint.
6+
name: "Vytautas Liuolia"
7+
email: vytautas.liuolia@gmail.com
8+
github: "https://github.com/vytas7"
9+
twitter: "vliuolia" # (I don't use it actively though.)
10+
links: # Add as many links as relevant.
11+
- title: "Falcon's GitHub repo"
12+
url: "https://github.com/falconry/falcon"
13+
- title: "Falcon's homepage"
14+
url: "https://falconframework.org"
15+
- title: "Contributing to Falcon"
16+
url: "https://falcon.readthedocs.io/community/contributing.html"
17+
---
18+
19+
Falcon is a minimalist ASGI/WSGI framework for building mission-critical REST
20+
APIs and microservices, with a focus on reliability, correctness, and
21+
performance at scale.
22+
23+
Falcon has zero hard dependencies outside of the standard library!
24+
25+
This sprint is open to contributors of all experience levels — items to sprint
26+
on range from improving documentation & adding new recipes to implementing new
27+
features in the framework, including (but not limited to!):
28+
29+
- Implement native OpenTelemetry support
30+
- Better OpenAPI story
31+
- Clean up stream versus binary/text media handlers
32+
- Built-in support for limiting request and media payload sizes
33+
- Adding `AGENTS.md` and discussing how to navigate LLM contributions
34+
35+
See also our contribution guide:
36+
https://falcon.readthedocs.io/community/contributing.html

src/content/sprints/napari.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: "napari"
3+
numberOfPeople: "10" # How many people you expect to be able to accommodate.
4+
pythonLevel: "Any" # Any, Beginner, Intermediate, or Advanced.
5+
contactPerson: # The main person to reach out to regarding the sprint.
6+
name: "Lorenzo Gaifas"
7+
email: brisvag@proton.me
8+
github: brisvag
9+
links: # Add as many links as relevant.
10+
- title: "napari website"
11+
url: "https://napari.org"
12+
- title: "github repository"
13+
url: "https://github.com/napari/napari"
14+
---
15+
16+
[napari](https://github.com/napari/napari) is a fast, interactive,
17+
multi-dimensional image viewer for Python. Check out
18+
[napari.org](https://napari.org) for more information about the project, how to
19+
get started and how to contribute.
20+
21+
For this sprint, you'll have easy access to some members of the core team to
22+
help you get started with using, contributing or extending napari. You're
23+
welcome to join whether you never used napari or you're a long time user!
24+
25+
We don't have strict plans for this day, but here's a few ideas for what you
26+
could be doing:
27+
28+
- ask our help with getting started with napari, or with some issue you found
29+
along the way
30+
- get guidance with developing your napari plugin
31+
- fix that long-standing annoying bug that has been bothering you for so long...
32+
- develop (or at least begin working on :P) a new feature you'd like to add to
33+
napari
34+
- anything else that crosses your mind!
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: "scikit-learn"
3+
numberOfPeople: "10"
4+
pythonLevel: "Intermediate"
5+
contactPerson:
6+
name: "Stefanie Senger"
7+
email: "stefanie@probabl.ai"
8+
github: "StefanieSenger"
9+
twitter:
10+
links:
11+
- title: "scikit-learn GitHub repository"
12+
url: "https://github.com/scikit-learn/scikit-learn"
13+
---
14+
15+
scikit-learn is one of the most widely used open-source machine learning
16+
libraries for Python, providing simple and efficient tools for data analysis and
17+
modeling.
18+
19+
This sprint is open to contributors of all experience levels — whether you want
20+
to fix bugs, improve documentation, write tests, or work on new features. No
21+
prior contribution experience is required. Come with your laptop, a working
22+
Python environment, and curiosity!
23+
24+
The contributing guideline is available at the following URL:
25+
https://scikit-learn.org/stable/developers/contributing.html

src/content/sprints/skrub.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: "skrub"
3+
numberOfPeople: "10"
4+
pythonLevel: "Intermediate"
5+
contactPerson:
6+
name: "Jérôme Dockès"
7+
email: "jerome.dockes@probabl.ai"
8+
github: "jeromedockes"
9+
twitter:
10+
links:
11+
- title: "skrub GitHub repository"
12+
url: "https://github.com/skrub-data/skrub"
13+
---
14+
15+
skrub is an open-source Python library that simplifies preprocessing and feature
16+
engineering for tabular machine learning. It bridges the gap between raw data
17+
tables and scikit-learn pipelines, with tools for encoding high-cardinality
18+
categorical and text data, handling dates, joining tables, and interactively
19+
exploring dataframes.
20+
21+
This sprint is open to contributors of all experience levels — whether you want
22+
to fix bugs, improve documentation, write tests, or work on new features. No
23+
prior contribution experience is required.
24+
25+
The contributing guideline is available at the following URL:
26+
https://skrub-data.org/stable/CONTRIBUTING.html

0 commit comments

Comments
 (0)