You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2024-07-22-pyopensci-at-scipy-2024.md
+17-18Lines changed: 17 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,11 @@ comments: true
19
19
<divclass="notice"markdown = "1">
20
20
## TL;DR
21
21
22
-
* pyOpenSci lead 3 incredibly successful events at SciPy this year: A tutorial,
23
-
a talk and a 1.5 day sprint
22
+
* pyOpenSci lea 3 incredibly successful events at [SciPy](https://www.scipy2024.scipy.org/ this year: A tutorial,
23
+
a talk and a 1.5 day sprint.
24
24
* During our SciPy 2024 meeting sprint we had over 35 GitHub issues and pull requests submitted by XX new contributors.
25
-
* Our tutorial had 40 registrations and ~30 people showed up. Almost all learners had never created a Python package before and almost all learners were successful creating their first Python package.
26
-
* I thoroughly enjoyed connect with new and old colleagues and friends.
25
+
* Our tutorial had over 30 attendees. Almost all of the learners had never created a Python package before, and most of them were successful creating their first Python package.
26
+
* I thoroughly enjoyed connecting with new and old colleagues and friends.
27
27
28
28
</div>
29
29
@@ -32,34 +32,33 @@ a talk and a 1.5 day sprint
32
32
This year was my fourth time attending the annual SciPy meeting—a meeting
33
33
organized by [NumFocus](https://www.numfocus.org) that celebrates the scientific
34
34
Python ecosystem. My first experience was in 2019, where we held the very first
35
-
pyOpenSci BoF (Birds of a Feather) session.
35
+
pyOpenSci Birds of a Feather (BoF) session.
36
36
37
37
A Birds of a Feather session, also known as a BoF, is a community-organized
38
-
event where people lead a discussion around a specific topic. Our BoF was about
38
+
event where people lead a discussion around a specific topic. Our 2019 SciPy BoF was about
39
39
our peer review process, which we had just launched that year.
40
40
{: .notice }
41
41
42
-
In previous years, pyOpenSci was less known in the community. This year, however,
43
-
was different. There were many familiar faces, including:
42
+
One of the biggest differences this year has been how much pyOpenSci has grown, which means we saw many familiar faces, including:
44
43
45
44
* Maintainers of packages that we have reviewed and accepted through our
* Colleagues who I have met at other meetings, such as [PyCon](https://pycon.org/),
48
47
* Reviewers and editors from our community,
49
48
* Members of our advisory council, contributors, and
50
49
* Friends—so many friends.
51
50
52
-
This year, I was busy as SciPy:
51
+
This year, I was busy at SciPy, and spent my days:
53
52
54
-
1. Running an in-person tutorial: Create Your First Python Package.
55
-
2. Giving a talk in the Maintainers Track (what an honor!).
53
+
1. Running an in-person tutorial: [Create Your First Python Package](https://cfp.scipy.org/2024/talk/QT9GBY/).
54
+
2. Giving a talk, [The power of community in solving scientific Python’s most challenging problems](https://cfp.scipy.org/2024/talk/AMTLJ7/), in the Maintainers Track (what an honor!).
56
55
3. Working the hallway track.
57
56
4. Running a 1.5-day sprint that resulted in over 35 issues and pull requests.
58
57
Wow.
59
58
60
59
Admittedly, I started off this conference behind and frazzled. You see, pyOpenSci
61
60
has been growing in recent months. With that growth comes more wonderful people
62
-
to support and engage with. More people getting involved does mean more work for
61
+
to support and engage with, which is wonderful! But more people getting involved does mean more work for
63
62
pyOpenSci. However, the time is worth it, as all of this effort is moving
64
63
pyOpenSci's mission of supporting open science forward.
65
64
@@ -78,15 +77,15 @@ More on all of that below. But first--what is the SciPy Conference?
78
77
79
78
If you haven't attended this meeting before, let me give you the rundown. The
80
79
SciPy Conference is an annual event dedicated to celebrating and learning more
81
-
about scientific computing using the Python programming language. The meeting
80
+
about scientific computing, all using the Python programming language. The meeting
82
81
started back in [~2002](https://web.archive.org/web/20021030003450/http://www.scipy.org/site_content/scipy02/). The early meetings were run by EnThought and
83
82
were smaller in size and scope. Over the years, SciPy has evolved significantly,
84
83
mirroring the [🚀 explosive growth of the Python ecosystem 🚀](https://stackoverflow.blog/2023/01/26/comparing-tag-trends-with-our-most-loved-programming-languages/)
85
84
in scientific computing and data science.
86
85
87
-
Today, the SciPy Conference, hosted by [NumFocus](https://numfocus.org/),
86
+
Today the SciPy Conference, hosted by [NumFocus](https://numfocus.org/),
88
87
attracts over 700 attendees from diverse scientific fields such as astronomy,
89
-
biology, geophysics, and more. SciPy is much more than just a workshop.
88
+
biology, geophysics, and more. SciPy is much more than just a meeting.
90
89
91
90
SciPy features:
92
91
@@ -95,7 +94,7 @@ SciPy features:
95
94
* Talks from the community about tools and approaches.
96
95
* Poster sessions that allow presenters to directly engage and discuss cool
97
96
work with the meeting attendees.
98
-
* Tutorials led by community members (and pyOpenSci) that cover important
97
+
* Tutorials led by community members (including pyOpenSci) that cover important
99
98
scientific data processing and analysis-related Python skills.
100
99
* Sprints: collaborative coding sessions where people come to contribute to
0 commit comments