Skip to content

Details

A handful of talks, sponsored by DataRobot (https://www.datarobot.com/)!

Yuan Cao, Accumulator Generator in Python
I explore functional programming solutions in Python to Paul Graham's challenge: "Write a function foo that takes a number n and returns a function that takes a number i, and returns n incremented by i."

Paul Ganssle, Recurrence rules in dateutil
Expressing recurring events is complicated - "the third Monday in January", "15 past the hour between 9 and 5", "the end of the month", but RFC 5545 is here to provide you with a standard way to do so! This talk will cover a few of the ways you can express recurring events using RFC 5545 and specifically dateutil's rrule module.

Zags Zagorsky, Passing by Reference in Python: Avoiding Bizarre Bugs
About once a year, I stare at a piece of Python code doing something that makes absolutely no sense; the code runs fine, but the output is totally wrong. Every time, this is a passing by reference bug. In this talk, we'll go through what passing by reference is (all the way down to it's underpinnings in C), how to use it well, and common pitfalls to avoid in Python.

Related topics

Sponsors

Matterbeam

Matterbeam

Sponsor of the Jan 21 presentation night

Temporal

Temporal

Temporal sponsors our May 8th PyCon presentation rehearsals

Cambridge Mobile Telematics

Cambridge Mobile Telematics

CMT has sponsored Presentation Night

DataDog

DataDog

DataDog is a regular host and sponsor of our in-person events

You may also like