Skip to content

Commit f611fa5

Browse files
committed
Update after November. Add event for December
1 parent 163ce3d commit f611fa5

File tree

5 files changed

+29
-4
lines changed

5 files changed

+29
-4
lines changed
361 KB
Loading
1.04 MB
Loading
2.39 MB
Loading

content/meetups/20241114-madpy-social-double-tap/contents.lr

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

7-
![](/static/images/2024-11-14-MadPy-Social-at-Double-Tap-Social-Card-1879x1068.png)
7+
![](/static/images/2024-11-14-MadPy-Social-at-Double-Tap-1-1200x630.jpg)
88

99
The Madison Python meetup group is hosting a social gathering at the new Double Tap Beercade on State 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, November 14, 2024 at 6:30pm CST
2323
---
2424
fediverse_handle: @madpy@fosstodon.org
2525
---
26-
future: yes
26+
future: no
2727
---
28-
image: https://madpy.com/static/images/2024-11-14-MadPy-Social-at-Double-Tap-Social-Card-1200x630.png
28+
image: https://madpy.com/static/images/2024-11-14-MadPy-Social-at-Double-Tap-1-1200x630.jpg
2929
---
3030
image_height: 630
3131
---
@@ -35,7 +35,7 @@ location: Double Tap Beercade
3535
---
3636
location_url: https://maps.app.goo.gl/bq3on29WRK28Pb919
3737
---
38-
ogdescription: The Madison Python meetup group is hosting a social gathering at Double Tap Beercade on State 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!
38+
ogdescription: The Madison Python meetup group hosted a social gathering at Double Tap Beercade on State St. No speaker or slides. Just friendly conversation, pizza, beverages, and video games.
3939
---
4040
pub_datetime: 2024-11-14 18:30:00 America/Chicago
4141
---
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
title: Tests in the Real World
2+
---
3+
author: Dennis Hume
4+
---
5+
body:
6+
7+
![](/static/images/2024-12-12-Tests-in-the-Real-World-Social-Card-1792x1024.png)
8+
9+
Learning how to write tests for production code is one of the most important skills you can develop. Unfortunately, many guides around testing in Python only cover very basic examples. (When is the last time you actually built a calculator app?) We will cover how to write effective tests for code that can be deployed at company scale and how to front load your efforts so you can write code confidently and never get tripped up by a poor test.
10+
11+
Dennis Hume is a seasoned data engineer with over a decade of experience in the space mostly focusing on platform engineering and infrastructure. He has helped companies improve their data stacks, starting at Wolfram Alpha to his current role leading data engineering at Pinwheel.
12+
---
13+
future: yes
14+
---
15+
image: https://madpy.com/static/images/2024-12-12-Tests-in-the-Real-World-Social-Card-1200x630.png
16+
---
17+
image_height: 630
18+
---
19+
image_width: 1200
20+
---
21+
pub_datetime: 2024-12-12 18:30:00 America/Chicago
22+
---
23+
ogdescription: Learn how to write tests for production code with confidence! Join us for our December Meetup at the Downtown Madison Public Library
24+
---
25+
meetup_url: https://www.meetup.com/madison-python/events/304642878/

0 commit comments

Comments
 (0)