Skip to content

Commit e91116b

Browse files
Add Pyvo (#1431)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 402c45b commit e91116b

File tree

4 files changed

+38
-0
lines changed

4 files changed

+38
-0
lines changed
425 KB
Loading

src/content/pages/pyvo.mdx

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: Wednesday Local Community Drinks
3+
subtitle: Wednesday Local Community Drinks
4+
---
5+
6+
## About Pyvo
7+
“Pivo” means beer in Czech—and Pyvo is a casual meetup for Python enthusiasts and fans of related technologies that happen in cities across the country. In Prague, Pyvo usually takes place every third Wednesday of the month. And this July, it’s happening during EuroPython!
8+
9+
10+
## Pyvo @ EuroPython
11+
Come join us for a special summer edition of Pyvo in Prague! We’re hosting a relaxed **grill & chill** where you can meet the local Python community and enjoy the summer vibes!
12+
13+
## Where and When?
14+
15+
* 🗓️ Date: 19 July 2023, starting at 18:30
16+
* 📍 Location: [beer garden Na Hradbách](https://www.google.com/maps/place/Na+Hradb%C3%A1ch/@50.0636012,14.4194329,488m/data=!3m2!1e3!4b1!4m6!3m5!1s0x470b950f8b5821c1:0xedde8ade9cc53dcc!8m2!3d50.0636012!4d14.4220078!16s%2Fg%2F11kjyc47st?hl=en&entry=ttu&g_ep=EgoyMDI1MDcwOS4wIKXMDSoASAFQAw%3D%3D) — just a 10-minute walk from the Prague Congress Centre
17+
* 💸 Price: free to attend
18+
* 🍴 Food will be provided, including vegan, vegetarian, and gluten-free options — and you’re welcome to order more from the grill if you'd like
19+
20+
Address: [V Pevnosti, 128 00 Praha 2-Vyšehrad, Czechia](https://www.google.com/maps/place/Na+Hradb%C3%A1ch/@50.0636012,14.4194329,488m/data=!3m2!1e3!4b1!4m6!3m5!1s0x470b950f8b5821c1:0xedde8ade9cc53dcc!8m2!3d50.0636012!4d14.4220078!16s%2Fg%2F11kjyc47st?hl=en&entry=ttu&g_ep=EgoyMDI1MDcwOS4wIKXMDSoASAFQAw%3D%3D)
21+
22+
## Special Guests
23+
### PyLadies
24+
PyLadies is a global mentorship group supporting women in becoming active contributors and leaders in the Python open-source world. This is a great chance to connect with fellow women in tech, grow your network, and share your stories.
25+
26+
### Django Software Foundation
27+
Did you know Django turns 20 this year? Come celebrate with us—there’ll be drinks, good vibes, and a cake!
28+
29+
![Pyvo social event venue](./images/pyvo-social.jpg)

src/data/links.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
"name": "Speakers' Dinner",
4545
"path": "/speakers-dinner"
4646
},
47+
{
48+
"name": "Wednesday Local Community Drinks",
49+
"path": "/pyvo"
50+
},
4751
{
4852
"name": "Beginners' Day",
4953
"path": "/beginners-day"
@@ -261,6 +265,10 @@
261265
"name": "Beginners' Day",
262266
"path": "/beginners-day"
263267
},
268+
{
269+
"name": "Wednesday Local Community Drinks",
270+
"path": "/pyvo"
271+
},
264272
{
265273
"name": "Thursday Social Event",
266274
"path": "/social-event"

src/pages/overview.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ const imageStyle = "m-2 md:float-right lg:float-none max-w-[300px] md:max-w-[400
122122

123123
<ul class="event-list">
124124
<li><a href="/speakers-dinner/">Speakers' dinner</a></li>
125+
<li><a href="/pyvo/">Wednesday Local Community Drinks</a></li>
125126
<li><a href="/beginners-day#beginners-day-unconference">Beginners’ Day Unconference</a></li>
126127
<li><a href="/social-event">Thursday social event</a></li>
127128
</ul>

0 commit comments

Comments
 (0)