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 263 followers

Latest posts

Last updated about 2 hours ago

Andre Roberge: Breaking a four year hiatus to talk about the export keyword (PEPs 842 and 843)

about 6 hours ago

I started writing this blog in 2004 and, every year I published...

LernerPython blog, from Reuven Lerner: Get Python help, one on one: my coaching sessions

1 day ago

Some of the most satisfying work I do happens one on one...

LernerPython blog, from Reuven Lerner: Get Python help, one on one: my coaching sessions

1 day ago

Some of the most satisfying work I do happens one on one...

PyPy: PyPy v78.0.0 release

4 days ago

PyPy v8.0.0: release of python 2.7, 3.11,3.12 beta released 2026-09-19 The PyPy...

Bob Belderbos: Ship Your First Python App: a Free Course on the Local Dev Workflow

3 days ago

I keep hearing this a lot: the Python syntax I picked up...

LernerPython blog, from Reuven Lerner: Python callables: Any object that defines __call__

5 days ago

What is a “callable” in Python? Typically, a function or class. But...

LernerPython blog, from Reuven Lerner: np.nan in Pandas: Why missing values break comparisons

4 days ago

Missing data in Python Pandas? We use nan (“not a number”), which...

Django Weblog: Proposed change to DSF voting membership

3 days ago

We're proposing a new voting membership status to help us track active...

ListenData: AutoGPT : Everything You Need To Know

4 days ago

In this post we have covered AutoGPT in detail. By end of...

Bob Belderbos: Protocol or ABC for a pluggable interface?

4 days ago

I was designing the provider boundary with a student for a CLI...

Graham Dumpleton: Writing a workshop for JupyterLab

4 days ago

Yesterday's post introduced jupyterlab-workshop and showed one page of a workshop. This...

Bob Belderbos: Why Rust makes you import a trait to use its methods

5 days ago

An interesting challenge for a new student came up in our Rust...