Skip to content

Commit c11fe0e

Browse files
committed
Update after August. Add event for September
1 parent 633a9fd commit c11fe0e

7 files changed

+35
-3
lines changed
258 KB
Loading
2.41 MB
Loading
1.28 MB
Loading
2.44 MB
Loading
500 KB
Binary file not shown.

content/meetups/20250814-setting-python-threading-free/contents.lr

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,20 @@ author: Dave Hoese
44
---
55
body:
66

7-
![](/static/images/2025-08-14-Setting-Python-Threading-Free-Social-Card-1536x1024.png)
7+
![](/static/images/2025-08-14-Setting-Python-Threading-Free-1-4032x3024.jpg)
8+
9+
Slides from Dave's talk:
10+
* [Downloadable .pdf Format](/static/slides/2025-08-14-Setting-Python-Threading-Free-slides.pdf)
811

912
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.
1013

1114
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.
1215
---
1316
fediverse_handle: @djhoese@fosstodon.org
1417
---
15-
future: yes
18+
future: no
1619
---
17-
image: https://madpy.com/static/images/2025-08-14-Setting-Python-Threading-Free-Social-Card-1200x630.png
20+
image: https://madpy.com/static/images/2025-08-14-Setting-Python-Threading-Free-1-1200x630.jpg
1821
---
1922
image_height: 630
2023
---
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
title: A Crash Course in Causal Inference
2+
---
3+
author: Pierce Edmiston
4+
---
5+
body:
6+
7+
![](/static/images/2025-09-11-A-Crash-Course-in-Causal-Inference-social-card-1536x1024.png)
8+
9+
ML engineers have always been interested in prediction problems (predicting who will survive the Titanic, predicting the next word in a sentence), but what about cause and effect? In this talk, I will give you a crash course in causal inference, and try to convince you that prediction models cannot answer some of the more interesting questions we want to ask of our data. If this all sounds too academic, don't worry, I'll have plenty of examples in Python code using some of the popular packages that are out there (e.g., DoWhy).
10+
11+
About the speaker: Pierce Edmiston is a Senior Principal Crafter at 8th Light, where he specializes in platform engineering and data science enablement for clients. He has a PhD in Cognitive Psychology from UW-Madison and he owes everything to Python.
12+
---
13+
future: yes
14+
---
15+
image: https://madpy.com/static/images/2025-09-11-A-Crash-Course-in-Causal-Inference-social-card-1200x630.png
16+
---
17+
image_height: 630
18+
---
19+
image_width: 1200
20+
---
21+
location: Madison Public Library -- Sequoya Branch, 4340 Tokay Blvd
22+
---
23+
location_url: https://maps.app.goo.gl/DJ1i5uYD62xFpycR7
24+
---
25+
pub_datetime: 2025-09-11 18:30:00 America/Chicago
26+
---
27+
ogdescription: Join MadPy as we explore causal inference in machine learning with Pierce Edmiston. Learn why prediction models aren't enough for certain data questions through Python examples using packages like DoWhy. This free event is open to all
28+
---
29+
meetup_url: https://www.meetup.com/madison-python/events/310712141/

0 commit comments

Comments
 (0)