Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Armin Ronacher: Regulation Isn’t the European Trap — Resignation Is

Link: https://lucumr.pocoo.org/2025/10/21/eu-resigation/

Plenty has been written about how hard it is to build in Europe versus the US.
The list is always the same with little process: brittle politics, dense
bureaucracy, mandatory notaries, endless and rig
Reuven Lerner: Your personal mentor for Python and Pandas

Link: https://lerner.co.il/2025/10/21/your-personal-mentor-for-python-and-pandas/

I’ve been teaching Python and Pandas for decades — in companies, at conferences, and on YouTube — and I keep hearing the same frustrations everywhere I go:

“I understand the basics, but Pandas still
PyCoder’s Weekly: Issue #705: Lazy Imports, Descriptors, REPL Customization, and More (Oct. 21, 2025)

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

#705 – OCTOBER 21, 2025 View in Browser » Python Lazy Imports You Can Use Today There’s a proposal for Python to natively support lazy importing starting in Python 3.15. However, there are techn
Seth Michael Larson: Drawing an ASCII TIE fighter for post-quantum cryptography

Link: https://sethmlarson.dev/drawing-an-ascii-tie-fighter-for-post-quantum-cryptography?utm_campaign=rss

This is a funny short story about contributing to internet standards.
The real heroes of the story are Filippo Valsorda and all the other contributors to post-quantum cryptography standards (PQC). Wit
Real Python: Quiz: What Can I Do With Python?

Link: https://realpython.com/quizzes/what-can-i-do-with-python/

How well do you know the different areas where Python shines? In this quiz, you’ll revisit web apps and APIs, GUI apps, CLI tools, machine learning, and more.
You’ll also check what Python isn’t suite
Daniel Roy Greenfeld: uv+just for testing multiple Python versions

Link: https://daniel.feldroy.com/posts/2025-10-uv-just-for-testing-multiple-python-versions

For years I used tox and nox to test my Python projects against multiple Python versions on multiple operating systems. While both tools are powerful, they require configuration complex enough that I
Real Python: What Can I Do With Python?

Link: https://realpython.com/what-can-i-do-with-python/

If you’re new to programming and considering Python, knowing what you can do with it can be motivating. Python is used in many fields, including web and desktop development, data science, artificial i
Django Weblog: Django 6.0 beta 1 released

Link: https://www.djangoproject.com/weblog/2025/oct/22/django-60-beta-released/

Django 6.0 beta 1 is now available. It represents the second
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
Patrick Altman: Reusing GraphQL Queries within Django

Link: https://wedgworth.dev/reusing-graphql-queries-within-django/

We like to use GraphQL as the API layer for building SPAs (Single Page App) written with a VueJS frontend and Django backend. Types tend to map pretty nicely to models and frontend development can re
Django Weblog: PyCharm & Django annual fundraiser

Link: https://www.djangoproject.com/weblog/2025/oct/23/pycharm-django-annual-fundraiser/

We are excited to share the news about our annual fundraiser – and a new way for you to benefit from it. We need your help to support key initiatives such as:

Django Fellows: Ensuring the rapid devel
Quansight Labs Blog: BLAS/LAPACK packaging

Link: https://labs.quansight.org/blog/blas-lapack-packaging

An overview of differences between BLAS / LAPACK implementations and their packaging.
PyCharm: Why Performance Matters in Python Development

Link: https://blog.jetbrains.com/pycharm/2025/10/why-performance-matters-in-python-development/

This is a guest post from Dido Grigorov, a deep learning engineer and Python programmer with 17 years of experience in the field.

Python’s flexibility and ease of use make it a go-to language for dev