Planet Python RSS
217 subscribers
16.6K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCoder’s Weekly: Issue #686: Free-Threaded Update, GPU Programming, GitHub Actions, and More (June 17, 2025)

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

#686 – JUNE 17, 2025 View in Browser » State of Free-Threaded Python This is a blog post from the Python Language Summit 2025 giving an update on the progress of free-threaded Python. You may al
Talk Python Blog: New Theme Song: Served In A Flask

Link: https://talkpython.fm/blog/posts/new-theme-song-served-in-a-flask/


Those of you who were early listeners of Talk Python To Me might remember the amazing theme song we launched with: Developers, Developers, Developers by Smixx. Thanks to Smixx for letting us use his
PyCharm: Training Your ML Models With Cadence

Link: https://blog.jetbrains.com/pycharm/2025/06/training-your-ml-models-with-cadence/


In the rapidly evolving domains of machine learning (ML) and artificial intelligence (AI), the tools and technologies used by developers can significantly influence the speed, efficiency, and effecti
EuroPython: June Newsletter: Last Chance for Tickets!

Link: https://blog.europython.eu/last-chance-for-tickets/

Hello, Pythonistas! 🐍We added a lot of new subscribers since the last newsletter – if this is your first newsletter – Welcome! 🎉TL;DR:Some of the tickets are sold out already 🎉We have a Python documen
Real Python: The Real Python Podcast – Episode #254: Scaling Python Web Applications With Kubernetes and Karpenter

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

What goes into scaling a web application today? What are resources for learning and practicing DevOps skills? This week on the show, Calvin Hendryx-Parker is back to discuss the tools and infrastructu
Ruslan Spivak: Book Notes: Full Frontal Calculus by Seth Braver — Chapter 1 Review

Link: https://ruslanspivak.com/bb05/


“Where there is life, there is change; where there is change, there is calculus.” — Seth Braver

I recently went back to studying math to rebuild my foundations for AI and machine learning. I didn’t
The Python Coding Stack: I Want to Remove Duplicates from a Python List • How Do I Do It?

Link: https://www.thepythoncodingstack.com/p/remove-duplicates-from-python-list

Another short article today to figure out ways to remove duplicate values from a list. The ideal solution depends on what you really need.Let's explore.Start With a ListWell, we need a list first–idea
Will McGugan: Seeking sponsorship for Rich and Textual

Link: https://www.willmcgugan.com/blog/tech/post/seeking-sponsorship-for-rich-and-textual/

After a somewhat stressful three years running a startup, I am takings a year's sabbatical.
I'm going to use this time to focus on my health‐something I have neglected.
As good as it feels not to work
Ed Crewe: Talk about Cloud Prices at PyConLT 2025

Link: http://edcrewe.blogspot.com/2025/04/talk-about-cloud-prices-at-pyconlt-2025.html

Introduction to Cloud PricingI am looking forward to speaking at PyConLT 2025. My talk is called Cutting the Price of Scraping Cloud Costs (video)Its been a while (12 years!) since my last Python conf
Armin Ronacher: My First Open Source AI Generated Library

Link: http://lucumr.pocoo.org/2025/6/21/my-first-ai-library

I'm currently evaluating how different models perform when generating XML
versus JSON. Not entirely unexpectedly, XML is doing quite well — except
for one issue: the models frequently return invalid
Seth Michael Larson: UN Open Source Week 2025: Security for the Long-Haul

Link: https://sethmlarson.dev/un-open-source-week-2025-security-for-the-long-haul?utm_campaign=rss

This page was used during the United Nations Open Source Week "Maintain-a-thon"
hosted by the Sovereign Tech Agency and Alpha Omega. Thanks to both the Sovereign Tech Agency
and Alpha Omega for suppor
Python Software Foundation: The PSF's 2024 Annual Impact Report is here!

Link: https://pyfound.blogspot.com/2025/06/the-psfs-2024-annual-impact-report-is.html

2024 was another remarkable year of growth for the Python Software Foundation! Python became the most popular language on GitHub, and worldwide community engagement was at an all-time high. We expande
Python Software Foundation: 2025 PSF Board Election Schedule

Link: https://pyfound.blogspot.com/2025/06/2025-psf-board-election-schedule.html

The PSF Board elections are a chance for the community to choose representatives to help the Python Software Foundation create a vision for and build the future of the Python community. This year, the
Daniel Roy Greenfeld: TIL: HTML 404 errors for FastAPI

Link: https://daniel.feldroy.com/posts/til-2025-06-html-404-errors-for-fastapi

I had a TIL about custom responses in FastAPI but there's enough nuance that it deserves a full blog post. In the meantime, here's a TIL about custom HTTP responses.
from fastapi import FastAPI
from
Real Python: Python enumerate(): Simplify Loops That Need Counters

Link: https://realpython.com/python-enumerate/

Python’s enumerate() function helps you with loops that require a counter by adding an index to each item in an iterable. This is particularly useful when you need both the index and value while itera
Real Python: Starting With DuckDB and Python

Link: https://realpython.com/courses/starting-duckdb-python/

The DuckDB database provides a seamless way to handle large datasets in Python with Online Analytical Processing (OLAP) optimization. You can create databases, verify data imports, and perform efficie
PyCoder’s Weekly: Issue #687: Scaling With Kubernetes, Substrings, Big-O, and More (June 24, 2025)

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

#687 – JUNE 24, 2025 View in Browser » Scaling Web Applications With Kubernetes and Karpenter What goes into scaling a Python web application today? What are resources for learning and practicin
Mike Driscoll: An Intro to ty – The Extremely Fast Python type checker

Link: https://www.blog.pythonlibrary.org/2025/06/25/an-intro-to-ty-the-extremely-fast-python-type-checker/

Ty is a brand new, extremely fast Python type checker written in Rust from the fine folks at Astral, the makers of Ruff. Ty is in preview and is not ready for production use, but you can still try it