Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Armin Ronacher: What’s a Foreigner?

Link: https://lucumr.pocoo.org/2025/9/14/whats-an-foreigner/

Across many countries, resistance to immigration is rising — even places with
little immigration, like Japan, now see rallies against
it.
I’m not going to take a side here. I want to examine a simple
Go Deh: From all truths to (ir)relevancies

Link: http://paddy3118.blogspot.com/2025/09/from-all-truths-to-irrelevancies.html

 Following up on my previous post about truth tables, I now ask a subtler question: which inputs actually matter? Some variables, though present, leave no trace on the output. In this post, I uncover
Real Python: Quiz: What Does -> Mean in Python Function Definitions?

Link: https://realpython.com/quizzes/what-does-arrow-mean-in-python/

In this quiz, you will revisit how Python uses the arrow notation (->) in function signatures to provide return type hints. Practice identifying correct syntax, annotating containers, and understandin
Real Python: Quiz: Python Project Management With uv

Link: https://realpython.com/quizzes/python-project-management-with-uv/

In this quiz, you will review how to use uv, the high-speed Python package and project manager. You will practice key commands, explore the files uv creates for you, and work with project setup tasks.
Mike Driscoll: Erys – A TUI for Jupyter Notebooks

Link: https://www.blog.pythonlibrary.org/2025/09/15/erys-a-tui-for-jupyter-notebooks/

Have you ever thought to yourself: “Wouldn’t it be nice to run Jupyter Notebooks in my terminal?” Well, you’re in luck. The new Erys project not only makes running Jupyter Notebooks in your terminal a
Real Python: What Does -> Mean in Python Function Definitions?

Link: https://realpython.com/what-does-arrow-mean-in-python/

In Python, the arrow symbol (->) appears in function definitions as a notation to indicate the expected return type. This notation is optional, but when you include it, you clarify what data type a fu
Python Engineering at Microsoft: Python in Visual Studio Code – September 2025 Release

Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-september-2025-release/

We’re excited to announce the September 2025 release of the Python, Pylance and Jupyter extensions for Visual Studio Code!
This release includes the following announcements:

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

Link: https://pycoders.com/issues/699

#699 – SEPTEMBER 15, 2025 View in Browser » Feature Flags in Depth Feature flags are a way to enable or disable blocks of code without needing to re-deploy your software. This post shows you sev
Jacob Perkins: Python Async Gather in Batches

Link: https://streamhacker.com/2025/09/15/python-async-gather-in-batches/

Python’s asyncio.gather function is great for I/O bound parallel processing. There’s a simple utility function I like to use that I call gather_in_batches:
async def gather_in_batches(tasks, batch_siz
Real Python: Python Project Management With uv

Link: https://realpython.com/courses/python-project-management-with-uv/

The uv tool is a high-speed package and project manager for Python. It’s written in Rust and designed to streamline your workflow. It offers fast dependency installation and integrates various functio
Python Software Foundation: Announcing the 2025 PSF Board Election Results!

Link: https://pyfound.blogspot.com/2025/09/announcing-2025-psf-board-election.html

The 2025 election for the PSF Board created an opportunity for conversations about the PSF's work to serve the global Python community. We appreciate community members' perspectives, passion, and enga
PyCoder’s Weekly: Issue #700: Special Issue #700! (Sept. 16, 2025)

Link: https://pycoders.com/issues/700

#700 – SEPTEMBER 16, 2025 View in Browser » Nope, you’re not seeing double, this is the second delivery of PyCoder’s this week. In celebration of our 700th issue we’re sending you a little extra P
Python Morsels: Nested list comprehensions

Link: https://www.pythonmorsels.com/nested-list-comprehensions/

Nested list comprehensions in Python can look complex, but with thoughtful whitespace, they can be pretty readable!



Table of contents

Nested list comprehensions
Nested for loops
Comprehensions ver
Real Python: Quiz: Python 3.14 Preview: REPL Autocompletion and Highlighting

Link: https://realpython.com/quizzes/python-repl-autocompletion-highlighting/

In this quiz, you’ll test your understanding of Python 3.14 Preview: REPL Autocompletion and Highlighting.
With these skills, you’ll be able to take advantage of smarter autocompletion in import state
Stéphane Wirtel: How about checking out the upcoming interesting conferences?

Link: https://wirtel.be/post/2025/09/17/how-about-checking-out-the-upcoming-interesting-conferences/

Here are the upcoming conferences that interest me.


Odoo Experience 2025: I think I’ll go tomorrow, it’s been a long time since I last attended. The last time I was part of the team was back in 2014
Real Python: Python 3.14 Preview: REPL Autocompletion and Highlighting

Link: https://realpython.com/python-repl-autocompletion-highlighting/

Python 3.14 introduces improvements to its interactive shell (REPL), bringing a more modern, colorful, and user-friendly environment. The new features make the Python 3.14 REPL a powerful tool for exp
Django Weblog: Django 6.0 alpha 1 released

Link: https://www.djangoproject.com/weblog/2025/sep/17/django-60-alpha-released/

Django 6.0 alpha 1 is now available. It represents the first
stage in the 6.0 release cycle and is an opportunity to try out
the changes coming in Django 6.0.
Django 6.0 assembles a mosaic of modern t
Python Insider: Python 3.14.0rc3 is go!

Link: https://pythoninsider.blogspot.com/2025/09/python-3140rc3-is-go.html

It’s 🪄 finally 🪄 the final 3.14 release candidate!
https://www.python.org/downloads/release/python-3140rc3/
Note: It’s another magic release. We fixed another
bug that required bumping the magic numbe