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

Latest posts

Last updated about 3 hours ago

Mirek Długosz: Found on web: Commoncog

about 6 hours ago

Commoncog by Cedric Chin is probably the most influential resource I’ve discovered...

Real Python: Python 3.14 Preview: REPL Autocompletion and Highlighting

about 8 hours ago

Python 3.14 introduces improvements to its interactive shell (REPL), bringing a more...

Real Python: Quiz: Python 3.14 Preview: REPL Autocompletion and Highlighting

about 10 hours ago

In this quiz, you’ll test your understanding of Python 3.14 Preview: REPL...

Django Weblog: Django 6.0 alpha 1 released

about 11 hours ago

Django 6.0 alpha 1 is now available. It represents the first stage...

Python Morsels: Nested list comprehensions

about 20 hours ago

Nested list comprehensions in Python can look complex, but with thoughtful whitespace...

Stéphane Wirtel: How about checking out the upcoming interesting conferences?

about 22 hours ago

Here are the upcoming conferences that interest me Odoo Experience 2025: I...

PyCoder’s Weekly: Issue #700: Special Issue #700! (Sept. 16, 2025)

1 day ago

#700 – SEPTEMBER 16, 2025 View in Browser » Nope, you’re not...

Real Python: Python Project Management With uv

1 day ago

The uv tool is a high-speed package and project manager for Python...

Python Software Foundation: Announcing the 2025 PSF Board Election Results!

1 day ago

The 2025 election for the PSF Board created an opportunity for conversations...

Tryton News: Security Release for issue #14220

1 day ago

Luis Falcon has found that trytond may log sensitive data like passwords...

Jacob Perkins: Python Async Gather in Batches

2 days ago

Python’s asyncio.gather function is great for I/O bound parallel processing. There’s a...

PyCoder’s Weekly: Issue #699: Feature Flags, Type Checker Showdown, Null in pandas, and More (Sept. 15, 2025)

2 days ago

#699 – SEPTEMBER 15, 2025 View in Browser » Feature Flags in...