Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

planetpython.org

Planet Python

Get the latest updates from Planet Python directly as they happen.

Follow now 265 followers

Latest posts

Last updated about 2 hours ago

Real Python: How to Make a Scatter Plot in Python With plt.scatter()

about 5 hours ago

Visualizing data is a core part of analysis, and Python’s most popular...

Real Python: Quiz: How to Make a Scatter Plot in Python With plt.scatter()

about 7 hours ago

In this quiz, you’ll test your understanding of How to Make a...

Graham Dumpleton: Per-interpreter GIL in mod_wsgi 6.0.0

about 14 hours ago

mod_wsgi 6.0.0 is currently available as a release candidate. You can install...

Graham Dumpleton: Free-threading in mod_wsgi 6.0.0

about 18 hours ago

The previous post in this series covered the new WSGIPerInterpreterGIL directive in...

The Python Coding Stack: 1. From Answer to Outcome

about 24 hours ago

Something has shifted in how we use AI. We still talk about...

The Python Coding Stack: Table of Contents • Agents Unpacked

1 day ago

Here’s the planned Table of Contents. This is likely to change as...

The Python Coding Stack: Stephen's Preface to Agents Unpacked

1 day ago

Like many, I started using chatbots when GPT whatever-version-it-was came out and...

Ned Batchelder: PyCon US 2026

1 day ago

Last week was PyCon US in Long Beach California. As always, it...

Graham Dumpleton: Async support for wrapt.synchronized

1 day ago

Continuing the tour through the wrapt 2.2.0 release, the last piece worth...

Graham Dumpleton: Reshaping decorated functions with wrapt

1 day ago

Most decorators leave the function's outward shape alone. The same parameters go...

Graham Dumpleton: Lazy monkey patching with wrapt

1 day ago

This post is for the people who write APM agents, tracers, profilers...

Graham Dumpleton: Per-instance lru_cache using wrapt

1 day ago

Following on from the previous post on stateful decorators, there is another...