RECENT TOPICS

The Job Market, a Tale of Pain By: Hugo Seguin
Date: April 9, 2026, 6 p.m.

In this talk, I share what it was really like spending seven months trying to land a job in today’s market, applying to both data analyst and data engineer roles. I’ll walk through how I approached it and how I changed my techniques along the way.

I’ll talk honestly about what actually helped me get interviews, what I found didn’t work, and the mistakes I made early on and currently. That includes how I handled resumes, technical interviews, networking, and figuring out what companies are really looking for when they hire for data roles.

I’ll also share the resources and tools I wish I knew about from the beginning things that would have saved me time, energy, and a lot of trial and error. The goal of this talk is to give practical, experience-based advice so others can approach their job search with a clearer plan and avoid some of the frustration I ran into.

You Can Start a Tech Club in Your Community By: Brianne Caplan
Date: April 9, 2026, 6 p.m.

You don’t need a nonprofit, funding, or a perfect curriculum to start a tech club—just a starting point.

Today, access to computer science education is still deeply uneven. Only about 60% of U.S. high schools offer foundational computer science, and participation gaps persist for girls, Black, and Latino students. Further, most students are unlikely to pursue tech pathways unless they are exposed to computer science early in school and in ways that feel relevant to their lives.

In this talk, I’ll show how developers, students, and professionals are starting tech clubs in their communities using the skills they already have, and how Code Your Dreams supports people in actually doing it. We’ll walk through how to go from idea → first session, how to teach beginners (even if you’ve never taught before), and how to build something that lasts.

I’ll share real examples of clubs launched in schools and community spaces, what worked, what didn’t, and how small efforts can turn into real community impact.

If you’ve ever thought, “I’d love to give back, but I don’t know where to start,” this is for you.

What You’ll Learn:

  • Why computer science education is still important in the age of AI
  • How to launch a club or get involved in your community
  • Ways to teach coding / tech and keep participants engaged
  • How Code Your Dreams can support you in getting started
SQL Testing: Python Tools, Patterns, and Automation By: Paul Zuradzki
Date: March 12, 2026, 6 p.m.

This talk is a practical introduction to SQL testing using Python. We’ll cover why testing SQL can be tricky, compare strategies for preparing a SQL test environment and preparing data, how to check for schema breakages, data validation checks, automated formatting, and automated testing in local or remote environments. Attendees will leave with patterns and code examples to make SQL pipelines more reliable and maintainable.

Marimo: The next generation notebook By: Henry Cuzco
Date: March 12, 2026, 6 p.m.

Many people in the data science community are familiar with jupyter notebooks and use them regularly as part of their day-to-day tooling. While jupyter notebooks have a lot of extensions and are a great way to combine documentation with code, they don't come without drawbacks. One of the biggest drawbacks is the execution order of the cells. The other drawback is looking at the code changes between commits when trying to upload notebooks to GitHub. To solve these shortcomings, marimo notebooks were created. This talk will demonstrate marimo notebooks' functionality, the modes in which you can run them, and other marimo features.

Different Package, Same Snek? By: Weezel
Date: Feb. 12, 2026, 6 p.m.

You can build Python from source, use a Docker image, install it with a package manager, or use the version that comes with your operating system.  They're all the same Python, right?

Yes and no.  This talk will 1) define Python, and 2) look at what changes, depending on how you install it.   

 

Bots, Androids and Academia: A Tail of Fraud Detection. By: Hugo Seguin
Date: Feb. 12, 2026, 6 p.m.

In this presentation, I will summarize my experience dealing with malicious actors who attempted to infiltrate my research study. I will discuss what happened, outline the stages we went through, the fixes we implemented, and our decision-making process. I will also conclude with a broader discussion of the state of behavioral science in addressing such cyber threats. More generally, I will discuss how technology companies and tech-savvy individuals can help the social sciences/Academia protect themselves from deceptive actors and raise awareness among academics about potential pitfalls.

Slow, Inaccurate and Brittle: How I Built The World's Worst Data Pipeline By: MK Barton
Date: Jan. 15, 2026, 6 p.m.

"There is nothing so permanent as a temporary solution". Come learn how a combination of misunderstanding, bad assumptions, tech debt and general chaos created the world's worst data pipeline.

It's slow. It's inaccurate and sadly it lived in production for 3 years. Learn from my mistakes!

Hack Finance with Wayy Research! By: Rick Galbo
Date: Jan. 15, 2026, 6 p.m.

Have you ever wanted to do some financial research, but struggled. Well maybe not, but if you're here with us tonight, maybe check out some packages that Wayy Research has been creating. Even if you're not a seasoned fin-head, you might be wondering how to get started in quantitative finance. And if you were, boy, are you in luck!

 

We will go over 3 packages:

Wayy-Research/wrdata - a financial data gathering package

Wayy-Research/fracTime - a time series forecasting library

Wayy-Research/wrtrade - a quantitative trading libarary

 

All of these will allow you to get started with quantitative trading right in the comfort of your own home. This will be a lightning round covering the basics and we will get you from zero - to - hero faster than you can say Benoit Mandelbrot. So bring your thinking caps and lets get ready to do some digging!

Effective Data Visualization By: David Giard
Date: Dec. 18, 2025, 6 p.m.

We spend much of our time collecting and analyzing data. That data is only useful if it can be displayed in a meaningful, understandable way.

Yale professor Edward Tufte presented many ideas on how to effectively present data to an audience or end user.

In this session, I will explain some of Tufte's most important guidelines about data visualization and how you can apply those guidelines to your own data. You will learn what to include, what to remove, and what to avoid in your charts, graphs, maps and other images that represent data.

What's new in the OWASP Top 10 for 2025 By: Weezel
Date: Dec. 18, 2025, 6 p.m.

The 2025 OWASP Top Ten release candidate came out on November 6.  Let's look at what's changed since 2021.