Skip to content

Commit 0b98c6c

Browse files
authored
Add PyCon US 2026 attendance. (#756)
1 parent 6ea07c2 commit 0b98c6c

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: We'll be at PyCon US 2026!
3+
date: 2026-03-03
4+
authors:
5+
- freakboy3742
6+
- kattni
7+
- mhsmith
8+
categories:
9+
- Events
10+
event:
11+
name: PyCon US 2026
12+
url: https://us.pycon.org/2026/
13+
date: 2026-05-13
14+
end_date: 2026-05-19
15+
description: |-
16+
The conference will be held at the Long Beach Convention Center in Long Beach, California, and will feature tutorials, talks, summits, sprints and more.
17+
involvement:
18+
- type: talk
19+
team_members:
20+
- freakboy3742
21+
title: How to give your Python code to someone else
22+
url: https://us.pycon.org/2026/
23+
date: 2026-05-15
24+
end_date: 2026-05-15
25+
description: |
26+
You've written some Python code. It works great on your machine. Now you want someone else to use that code. How do you deliver your Python code to someone else so that they can run it? And how do you do that if the person who needs to use your code isn't a Python user themselves?
27+
28+
In this talk, you'll learn the options you have for delivering your code to someone else. You'll learn what is involved in configuring a project so that someone else can use it, and when you might want to consider bundling your code as a standalone application. You'll get an overview of some of the tools that can be used to produce a standalone application, and a detailed look at one of those options - Briefcase. Finally, you'll be introduced some of the possibly unexpected benefits of bundling your code as a standalone application.
29+
- type: attending
30+
team_members:
31+
- freakboy3742
32+
- kattni
33+
- mhsmith
34+
date: 2026-05-13
35+
end_date: 2026-05-13
36+
- type: sprint
37+
team_members:
38+
- freakboy3742
39+
- kattni
40+
- mhsmith
41+
url: https://us.pycon.org/2026/
42+
date: 2026-05-18
43+
end_date: 2026-05-19
44+
description: |
45+
The BeeWare team will be there for both days of the PyCon US sprints.
46+
---
47+
48+
{{ generate_event_post(authors, event, involvement, team) }}

0 commit comments

Comments
 (0)