Skip to content

Commit d8e064b

Browse files
committed
Update after July. Add event for August
1 parent 73378ba commit d8e064b

File tree

6 files changed

+28
-3
lines changed

6 files changed

+28
-3
lines changed
262 KB
Loading
1.31 MB
Loading
1.16 MB
Loading
2.28 MB
Loading
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
title: Setting Python Threading Free
2+
---
3+
author: Dave Hoese
4+
---
5+
body:
6+
7+
![](/static/images/2025-08-14-Setting-Python-Threading-Free-Social-Card-1536x1024.png)
8+
9+
Python's inability to efficiently use multiple threads is a popular topic when discussing the performance of code written in Python. In this talk Dave Hoese will dive into Python's new free-threading functionality which greatly improves multi-threaded workflows in Python. We'll go over concepts like concurrency and parallelism, threads and processes, the Global Interpreter Lock (GIL), and show multiple examples of multi-threading in Python.
10+
11+
Dave is a software developer at the Space Science and Engineering Center at the University of Wisconsin-Madison. He graduated with a Bachelor's degree in Computer Engineering from UW-Madison. Dave works on writing software tools to assist atmospheric scientists with a focus on analyzing satellite and ground-based instrument data.
12+
---
13+
fediverse_handle: @djhoese@fosstodon.org
14+
---
15+
future: yes
16+
---
17+
image: https://madpy.com/static/images/2025-08-14-Setting-Python-Threading-Free-Social-Card-1200x630.png
18+
---
19+
image_height: 630
20+
---
21+
image_width: 1200
22+
---
23+
pub_datetime: 2025-08-14 18:30:00 America/Chicago
24+
---
25+
meetup_url: https://www.meetup.com/madison-python/events/310039631/

content/meetups/madpy-social-mickeys-tavern/contents.lr

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: MadPy
44
---
55
body:
66

7-
![](/static/images/2025-07-10-MadPy-Social-Mickeys-Tavern-Social-Card-4032x3024.png)
7+
![](/static/images/2025-07-10-MadPy-Social-Mickeys-Tavern-1-4000x2600.jpg)
88

99
The Madison Python meetup group is hosting a social gathering at Mickey's Tavern on Willy St. We won't have a speaker or slides. Just friendly conversation. Whether you're an experienced software developer, someone interested to learn about the field, or just looking to meet new people, please join us!
1010

@@ -23,9 +23,9 @@ Thursday, July 10, 2025 at 6:30pm CDT
2323
---
2424
fediverse_handle: @madpy@fosstodon.org
2525
---
26-
future: yes
26+
future: no
2727
---
28-
image: https://madpy.com/static/images/2025-07-10-MadPy-Social-Mickeys-Tavern-Social-Card-1200x630.png
28+
image: https://madpy.com/static/images/2025-07-10-MadPy-Social-Mickeys-Tavern-1-1200x630.jpg
2929
---
3030
image_height: 630
3131
---

0 commit comments

Comments
 (0)