Listen

Description

Topics covered in this episode:

Watch on YouTube

About the show

Sponsored by us! Support our work through:

Connect with the hosts

Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Monday at 11am PT. Older video versions available there too.

Finally, if you want an artisanal, hand-crafted digest of every week of the show notes in email form? Add your name and email to our friends of the show list, we'll never share it.

Michael #1: httpxyz one month in

Brian #2: Learn concurrency - a deep dive into multithreading with Python

Michael #3: pip 26.1 - lockfiles and dependency cooldowns

Brian #4: Python 3.15 sentinal values from PEP 661

MISSING = sentinel("MISSING")
defnext_value(default: int | MISSING = MISSING):
...
if default is MISSING:
...

Extras

Brian:

Joke:

Links