Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Jacob Perkins: Async Python Functions with Celery

Link: https://streamhacker.com/2025/09/22/async-python-functions-with-celery/

Celery is a great tool for scheduled function execution in python. You can also use it for running functions in the background asynchronously from your main process. However, it does not support pytho
Real Python: Quiz: Strip Characters From a Python String

Link: https://realpython.com/quizzes/strip-characters-from-string/

Brush up on how Python’s strip, lstrip, and rstrip string methods work. You’ll practice how to remove whitespace, specific characters, and use the right tool for trimming string ends.
Try these questi
Talk Python to Me: #520: pyx - the other side of the uv coin (announcing pyx)

Link: https://talkpython.fm/episodes/show/520/pyx-the-other-side-of-the-uv-coin-announcing-pyx

A couple years ago, Charlie Marsh lit a fire under Python tooling with Ruff and then uv. Today he’s back with something on the other side of that coin: pyx.
<br/>

<br/>
Pyx isn’t a PyPI replacement.
Real Python: Strip Characters From a Python String

Link: https://realpython.com/courses/strip-characters-from-string/

By default, Python’s .strip() method removes whitespace characters from both ends of a string. To remove different characters, you can pass a string as an argument that specifies a set of characters t
PyCoder’s Weekly: Issue #701: Python to LaTeX Math, MCPs, Playwright, and More (Sept. 23, 2025)

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

#701 – SEPTEMBER 23, 2025 View in Browser » 3 Tools To Convert Python Code to LaTeX Math LaTeX is a powerful tool for writing mathematical notation and equations. It is widely used in academic p
Daniel Roy Greenfeld: Over Twenty Years of Writing Tools

Link: https://daniel.feldroy.com/posts/2025-09-over-twenty-years-of-writing-tools

On my articles page, you can read near the top that I've been writing for the past 20 years (plus a little more). It's not all my online public writing, but it's a majority of it. The primary reason p
Quansight Labs Blog: Unlocking Performance in Python's Free-Threaded Future: GC Optimizations

Link: https://labs.quansight.org/blog/free-threaded-gc-3-14

A description of the performance optimizations made to the free-threaded garbage collector for Python 3.14.
PyCharm: Why Is Python So Popular in 2025?

Link: https://blog.jetbrains.com/pycharm/2025/09/why-is-python-so-popular/


While other programming languages come and go, Python has stood the test of time and firmly established itself as a top choice for developers of all levels, from beginners to seasoned professionals.
Real Python: Python MCP: Connect Your LLM With the World

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

The Model Context Protocol (MCP) is a new open protocol that allows AI models to interact with external systems in a standardized, extensible way. In this tutorial, you’ll install MCP, explore its cl
Antonio Cuni: Tracing JITs in the real world @ CPython Core Dev Sprint

Link: https://antocuni.eu/2025/09/24/tracing-jits-in-the-real-world--cpython-core-dev-sprint/

Tracing JITs in the real world @ CPython Core Dev Sprint.slide { border: 2px solid #ddd; border-radius: 8px; margin: 2em 0; background: #f9f9f9; max-width: 100%; /* Slide content box */ aspect-ratio:
Antonio Cuni: SPy @ PyCon IT 2025

Link: https://antocuni.eu/2025/05/31/spy--pycon-it-2025/

SPy @ PyCon IT 2025Yesterday I talked about SPy at PyCon Italy.Thanks to Hugo van Kemenade for the picture.Slides are available here.The edited video is not available yet, but in the meantime it's pos
Antonio Cuni: Slides for my EuroPython 2025 talks

Link: https://antocuni.eu/2025/07/21/slides-for-my-europython-2025-talks/

EuroPython 2025 slidesHere are the slides for the three speeches which I gave atEuroPython 2025: