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

Latest posts

Last updated 12 minutes ago

Reuven Lerner: Your personal mentor for Python and Pandas

about 1 hour ago

I’ve been teaching Python and Pandas for decades — in companies, at...

Tryton News: Security Release for issue #14290

about 8 hours ago

Brandon Da Costa and Mahdi Afshar have found that sao executes JavaScript...

Armin Ronacher: Regulation Isn’t the European Trap — Resignation Is

about 14 hours ago

Plenty has been written about how hard it is to build in...

Python Morsels: Python 3.14's new t-string syntax

about 17 hours ago

Python’s new t-strings may look like f-strings, but they work in a...

Ari Lamstein: When One Graph Isn’t Enough: Upcoming Streamlit Workshop

about 22 hours ago

Have you ever worked with a dataset so rich, so multidimensional, that...

Real Python: When Should You Use .__repr__() vs .__str__() in Python?

about 24 hours ago

One of the most common tasks that a computer program performs is...

The Python Coding Stack: Are Tuples More Like Lists or Strings? And Why We Don't Really Care • [Club]

1 day ago

This post is not about tuples. It’s not about lists or strings...

Python Bytes: #454 It's some form of Elvish

1 day ago

<strong>Topics covered in this episode:</strong><br&gt <ul> <li><em>* <a href="https://pypi.org/project/djrest2/?featured_on=pythonbytes">djrest2 -</em>* A small...

Talk Python to Me: #524: 38 things Python developers should learn in 2025

1 day ago

Python in 2025 is different. Threads really are about to run in...

Graham Dumpleton: Use lazy module imports now

1 day ago

I already made a post a couple of weeks ago about how...

Graham Dumpleton: Wrapt version 2.0.0

1 day ago

After a few delays, I have finally released version 2.0.0 of wrapt...

Hugo van Kemenade: Three times faster with lazy imports

2 days ago

PEP 810 proposes “explicit lazy imports” for Python 3.15 Lazy imports defer...