Skip to content

Commit 8667037

Browse files
Merge branch 'ep2025' into more_pyladies_events
2 parents 16a7e0c + 37833cd commit 8667037

File tree

8 files changed

+159
-7
lines changed

8 files changed

+159
-7
lines changed

astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ export default defineConfig({
121121
"/programme/rust-summit": "/session/rust-summit",
122122
"/programme/c-api-summit": "/session/c-api-summit",
123123
"/programme/wasm-summit": "/session/webassembly-summit",
124+
"/discord": "https://discord.gg/BhTN2zJPMh",
124125
},
125126
integrations: [
126127
mdx(),

src/content/pages/accessibility.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,9 @@ Please have a look at the [accessibility information](/social-event/#accessibili
186186

187187
The sprints and unconference will take place at a [different venue](/venue#where-1) than the main conference.
188188

189-
Accessibility information for this venue will be provided soon.
189+
The main entrance to the building is accessible for wheelchair users via a platform (the entrance from the main road). If you choose to enter the building via the operational-side reception from the Vltava, then there is access along a straight line and slightly up a hill. The spaces are connected by an elevator that also leads to -1, where there is a wheelchair toilet.
190+
191+
Assistance dogs are allowed in the venue, but other dogs will need to be left at home.
190192

191193
{/*
192194

src/content/pages/beginners-day.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ This workshop is also designed for people with no previous knowledge of Python o
6767

6868
Just bring a laptop, and you'll leave with practical skills to begin your data science journey.
6969

70-
We are also looking for **mentors** for Django Girls. Applications for mentors close on **July 4th**.
70+
## Accessibility
71+
72+
The venue for the Beginners Day is accessible.
73+
74+
The main entrance to the building is accessible for wheelchair users via a platform (the entrance from the main road). If you choose to enter the building via the operational-side reception from the Vltava, then there is access along a straight line and slightly up a hill. The spaces are connected by an elevator that also leads to -1, where there is a wheelchair toilet.
7175

72-
<Button url="https://docs.google.com/forms/d/e/1FAIpQLSd3o8nMC_vdM0RJAnUbwOQa7JamDrEzKW4AHjTkqhjndWznmg/viewform?usp=dialog">Become a Humble Data Mentor!</Button>
76+
Assistance dogs are allowed in the venue, but other dogs will need to be left at home.
150 KB
Loading

src/content/sponsors/gel/index.md

Lines changed: 48 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,51 @@ logo_padding: 5px
1919

2020
# About Gel
2121

22-
Gel is a scalable, integrated data platform on top of Postgres. Gel gives the
23-
relational model a fresh facelift, solves n+1, simplifies migrations, and
24-
streamlines your entire database workflow. Gel is fully open source.
22+
Tired of ORMs and databases? It's time to Gel.
23+
24+
Hey, Pythonistas!
25+
26+
If you ever used uvloop or asyncpg, or ever used async/await syntax in Python,
27+
or enjoyed Python syntax highlighting on GitHub or in your IDE... you've already
28+
used our stuff! We've been continuously contributing to the ecosystem for more
29+
than a decade, have numerous PEPs and billions of downloads of our packages on
30+
PyPI.
31+
32+
But we're coming to this EuroPython with a new thing - Gel (some you might know
33+
it by name EdgeDB). Gel has always been about removing friction between your
34+
code and your database. We've all been there: fighting with a clunky ORM,
35+
writing awkward joins, or spending a day hunting down an N+1 query. You love
36+
Python for its elegance, so why should your database feel like a chore?
37+
38+
In time for this EuroPython we'll be announcing a new Gel<>Python integration:
39+
40+
- First-class FastAPI support: API generation and schema migrations integrated
41+
in fastapi dev flow.
42+
43+
- Dare we say, a truly Pythonic ORM-like type-safe data API and query builder
44+
with deep Pydantic integration.
45+
46+
- Integrated Auth and AI -- build a product in one day.
47+
48+
- Effortless local and cloud development, MCP and LSP to make you write your
49+
code like brrrr....
50+
51+
- And of course core Gel benefits: Pythonic data model, thoughtful APIs,
52+
performance, and DX.
53+
54+
Ready to see for yourself?
55+
56+
Stop compromising between powerful features and a great developer experience.
57+
With Gel, you get both.
58+
59+
Try the
60+
Tutorial:[ https://docs.geldata.com/learn](https://docs.geldata.com/learn)
61+
62+
Explore the Docs:[ https://docs.geldata.com](https://docs.geldata.com)
63+
64+
Star us on
65+
GitHub:[ https://github.com/geldata/gel-python](https://github.com/geldata/gel-python)
66+
and, of course,[ https://github.com/geldata/gel](https://github.com/geldata/gel)
67+
68+
Swing by our booth for a live demo and a chat with Yury Selivanov, our founder,
69+
and our core engineers. We can't wait to show you the good stuff.

src/content/sponsors/junior-guru/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ url: https://junior.guru/
55
socials:
66
youtube: https://www.youtube.com/@juniordotguru
77

8-
tier: Media Partners
8+
tier: Partners
99
logo_padding: 15px
1010
---
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: Radio BEAT
3+
description: ""
4+
url: https://www.radiobeat.cz/
5+
socials:
6+
facebook: https://www.facebook.com/radiobeat/
7+
tier: Media Partners
8+
logo_padding: "0"
9+
---

src/content/sponsors/radio-beat/radio-beat.svg

Lines changed: 91 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)