Skip to content

feat: blog post about pycon us #627

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions _posts/2019-10-26-pyos-min-mistakes-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,11 +351,16 @@ Which will render like this
</div>


<div class="notice--info" markdown="1">
<div class=".notice notice--info" markdown="1">
#### Notice Headline
{: .no_toc }

here is some html text.
Here is some html text.

Here is a list
* item 1
* item 2
* item 3

Testing a div with a h4 header

Expand Down
53 changes: 53 additions & 0 deletions _posts/2025-05-06-pyos-pyconus-2025.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
layout: single
title: "pyOpenSci at PyCon US 2025 - Python, Packaging and Community"
excerpt: "pyOpenSci is excited to be at PyCon US for the third year in a row! Find us at the Maintainers summit on May 16th and then join us for a beginner-friendly sprint after the meeting."
author: "Leah Wasser"
permalink: /blog/pyopensci-at-pyconus-2025.html
header:
overlay_image: images/blog/headers/pycon-us-2024-header.png
categories:
- blog-post
- community
classes: wide
toc: true
comments: true
event:
start_date: "2025-05-16"
location: Online
last_modified: 2025-05-06
---

<div class="notice" markdown = "1">
## TL;DR

* We’re excited to get back to PyCon US this year!
* Join us for the Maintainers Summit, community events, and the Packaging Summit. At the end of each meeting, we will hold beginner-friendly sprints.
* Join us in our beginner-friendly sprints on Monday / Tuesday following the conference.
* Last year’s recap: [Read about pyOpenSci at PyCon US 2024](recap-pyos-pyconus-2024.html)

</div>

## PyCon US Maintainers Summit: Co-hosted by pyOpenSci

I'm thrilled to be a second-time organizer of the PyCon US [Maintainers Summit](https://us.pycon.org/2025/events/maintainers-summit/) alongside long-time organizer [Inessa Pawson](https://github.com/InessaPawson) and Python Steering Council alum and past PyCon chair [Mariatta Wijaya](https://github.com/mariatta). This annual event brings maintainers, contributors, and community leaders together to share challenges and strategies in maintaining and sustaining open source software.


<figure>
<picture>
<source srcset="/images/events/pyconus-maintainers-summit-2025.webp" type="image/webp">
<img src="/images/events/pyconus-maintainers-summit-2025.png" alt="Group of attendees collaborating at round tables during the PyCon US Maintainers Summit 2025, with text that reads ‘Join Us! PyCon US Maintainers Summit 2025 – Friday 16 May 2025’. Two organizers pose and smile in the foreground wearing conference badges and masks.">
</picture>
</figure>

All are welcome to attend, listen to talks, and connect with fellow Pythonistas who care about maintaining open source software!

## Python packaging summit

We’re also excited to attend the **Packaging Summit** this year. There's been a lot of work to improve the Python packaging ecosystem in the past year. This event is an excellent opportunity to learn more about current efforts.

## Community lead activities

Our advisory council member Chase Million will be hosting a space-focused open space (that's a mouthful!!), so if you are in the space science arena, keep an eye out on the Open Space board in the Hallway track at PyCon US for that!

Also, check out [Zack Weinberg's talk on writing Extensions in Python that can be interrupted if you need to pause the task](https://us.pycon.org/2025/schedule/presentation/39/).
6 changes: 4 additions & 2 deletions _sass/minimal-mistakes/_notices.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
/* Notice elements with figures */
.notice {


ul li {
font-size: 1rem !important;
}

h2, h3 {
margin-top: 0 !important;
Expand Down Expand Up @@ -82,7 +84,7 @@
}

p, li {
font-size: $type-size-6!important;
font-size: 1rem!important;
font-weight: 300;
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added images/pyopensci-square-logo-dark-purple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.