diff --git a/docs/en/news/posts/2026/events/pycon-us-2026.md b/docs/en/news/posts/2026/events/pycon-us-2026.md new file mode 100644 index 0000000000..cba72e2ee6 --- /dev/null +++ b/docs/en/news/posts/2026/events/pycon-us-2026.md @@ -0,0 +1,48 @@ +--- +title: We'll be at PyCon US 2026! +date: 2026-03-03 +authors: +- freakboy3742 +- kattni +- mhsmith +categories: +- Events +event: + name: PyCon US 2026 + url: https://us.pycon.org/2026/ + date: 2026-05-13 + end_date: 2026-05-19 + description: |- + The conference will be held at the Long Beach Convention Center in Long Beach, California, and will feature tutorials, talks, summits, sprints and more. +involvement: +- type: talk + team_members: + - freakboy3742 + title: How to give your Python code to someone else + url: https://us.pycon.org/2026/ + date: 2026-05-15 + end_date: 2026-05-15 + description: | + 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? + + 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. +- type: attending + team_members: + - freakboy3742 + - kattni + - mhsmith + date: 2026-05-13 + end_date: 2026-05-13 +- type: sprint + team_members: + - freakboy3742 + - kattni + - mhsmith + url: https://us.pycon.org/2026/ + date: 2026-05-18 + end_date: 2026-05-19 + description: | + The BeeWare team will be there for both days of the PyCon US sprints. +--- + +{{ generate_event_post(authors, event, involvement, team) }}