Mark Smith - Stupid Things I've Done With Python
Stupid Things I've Done With Python I have a GitHub repository that contains a compilation of all the awful code I've written over the years, abusing features like metaclasses, decorators, various _dunder_ methods, and the mutable nature of Python's underlying data structures. It's a funny way to see how Python works under the hood, but it's also educational. Really! Each of the tricks is entertainingly terrible. But they're also mostly self-contained ways to see what happens when you override certain behaviours of the Python language. Anyone with an intermediate level of Python understanding should be able to follow along and learn something. I will cover: Replacing an imported module with a class, so attribute lookups can be @properties, with hilarious results. Overriding the `__sub__` magic method to create a hyphenated, fuzzy-matching version of a boolean. Using _getattr_ to save time implementing all the functions in the `math` module. Using _eq_ to make things that aren't really the same look the same. This talk is an entertaining tour of the Python Data Model, and the things you can do - if you're so inclined.

Ramon Perez - Getting Started with Feature Stores

How we are making Python 3.11 faster - presented by Mark Shannon

"It's Pythons All The Way Down: Python Types & Metaclasses Made Simple" - Mark Smith (PyCon AU 2019)

Penguin Nurse: An Open Source Approach to Health Tracking - Brian May (EO2026)

Python Hash Sets Explained & Demonstrated - Computerphile

Why Aliens Would NEVER Invade Africa

Why Python 3.11 is so fast | Guido van Rossum and Lex Fridman

This Is Why Python Data Classes Are Awesome

Modern Dictionaries by Raymond Hettinger

What to teach when AI writes the code | Rainer Stropek | TEDxLinz

Python vs Julia

CPython - Bytecode and Virtual Machine - Stephane Wirtel

Psychology of People With Extremely High IQ

Keynote: After the AI Hype – What’s Real, and What’s Next - Richard Campbell - 2026

This INCREDIBLE trick will speed up your data processes.

How To Think Like A Programmer

Coding Trees in Python - Computerphile

The Rising Cost of Dissent in America | Miles Taylor | TED

"Python Performance Matters" by Emery Berger (Strange Loop 2022)

