Planet Python RSS
225 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Django Weblog: Django security releases issued: 5.2.9, 5.1.15, and 4.2.27

Link: https://www.djangoproject.com/weblog/2025/dec/02/security-releases/

In accordance with our security release policy, the Django team
is issuing releases for
Django 5.2.9,
Django 5.1.15, and
Django 4.2.27.
These releases address the security issues detailed below. We en
Real Python: Introduction to pandas

Link: https://realpython.com/courses/introduction-pandas/

The pandas DataFrame is a structure that contains two-dimensional data and its corresponding labels. DataFrames are widely used in data science, machine learning, scientific computing, and many other
Nicola Iarocci: Eve 2.2.4

Link: https://nicolaiarocci.com/eve-2.2.4/

Eve v2.2.4 was just released on PyPI. It is a minor update, with a validation fix contributed by smeng9. See the changelog for details.
Python Morsels: Wrapping text output in Python

Link: https://www.pythonmorsels.com/wrapping-text/

Python's textwrap module includes utilities for wrapping text to a maximum line length.



Table of contents

Improving readability with text wrapping
Wrapping text to a fixed width with textwrap.wrap
PyCoder’s Weekly: Issue #711: pairwise(), Mocks, Claude, and More (Dec. 2, 2025)

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

#711 – DECEMBER 2, 2025 View in Browser » Generalising itertools.pairwise This article teaches you about itertools.pairwise, a function for accessing pairs of components over an iterable. Learn
Christian Ledermann: Game development with SpecKit, Rust and Bevy

Link: https://dev.to/ldrscke/game-development-with-speckit-rust-and-bevy-86p




brkrs — a fun, playable brick-breaker game & learning playground

brkrs is a real, playable Breakout/Arkanoid-style game written in Rust 🦀 using the Bevy engine.
It’s also a hands-on learning
Real Python: Quiz: How to Use Google's Gemini CLI for AI Code Assistance

Link: https://realpython.com/quizzes/how-to-use-gemini-cli/

In this quiz, you’ll test your understanding of the How to Use Google’s Gemini CLI for AI Code Assistance tutorial.
By working through these questions, you’ll revisit how to install and verify prerequ
Django Weblog: Django 6.0 released

Link: https://www.djangoproject.com/weblog/2025/dec/03/django-60-released/

The Django team is happy to announce the release of Django 6.0.
The release notes
assembles a mosaic of modern tools and thoughtful design. A few highlights are:

Template Partials: modularize templat
Real Python: How to Use Google's Gemini CLI for AI Code Assistance

Link: https://realpython.com/how-to-use-gemini-cli/

This tutorial will teach you how to use Gemini CLI to bring Google’s AI-powered coding assistance directly into your terminal. After you authenticate with your Google account, this tool will be ready
Talk Python to Me: #529: Computer Science from Scratch

Link: https://talkpython.fm/episodes/show/529/computer-science-from-scratch

A lot of people building software today never took the traditional CS path. They arrived through curiosity, a job that needed automating, or a late-night itch to make something work. This week, David
Caktus Consulting Group: LLM Basics: Ollama Function Calling

Link: https://www.caktusgroup.com/blog/2025/12/03/learning-llm-basics-ollama-function-calling/

In our previous post, we introduced function calling and learned how to do it with OpenAI’s LLMs.
In this post, we’ll call the same cactify_name function from that post using Meta’s
Llama 3.2 model, i
Mark Dufour: Shed Skin restricted-Python-to-C++ compiler v0.9.11

Link: http://shed-skin.blogspot.com/2025/12/shed-skin-restricted-python-to-c.html

I have just released version 0.9.11 of Shed Skin, a restricted-Python-to-C++ compiler. Most importantly, it adds support for Python 3.14. It also adds support for many 3.x features that were not yet i
Real Python: The Real Python Podcast – Episode #276: Exploring Quantum Computing & Python Frameworks

Link: https://realpython.com/podcasts/rpp/276/

What are the recent advances in the field of quantum computing and high-performance computing? And what Python tools can you use to develop programs that run on quantum computers? This week on the sho