Planet Python RSS
218 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Trey Hunner: Python Morsels Lifetime Access Sale

Link: https://treyhunner.com/2025/11/lifetime-access-sale-2025/

If you code in Python regularly, you’re already learning new things everyday.
You hit a wall, or something breaks. Then you search around, spend some hours on Stack Overflow, and eventually, you figur
Armin Ronacher: LLM APIs are a Synchronization Problem

Link: https://lucumr.pocoo.org/2025/11/22/llm-apis/

The more I work with large language models through provider-exposed APIs, the
more I feel like we have built ourselves into quite an unfortunate API surface
area. It might not actually be the right a
Daniel Roy Greenfeld: TIL: Default code block languages for mkdocs

Link: https://daniel.feldroy.com/posts/til-2025-11-default-code-block-languages-for-mkdocs

When using Mkdocs with Material, you can set default languages for code blocks in your mkdocs.yml configuration file. This is particularly useful for inline code examples that may not have explicit la
Bruno Ponne / Coding The Past: Data Science Quiz For Humanities

Link: https://www.codingthepast.com/2025/11/22/Data-Science-Quiz.html

Test your skills with this interactive data science quiz covering statistics, Python, R, and data analysis.


.quiz-container { font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto,
Stéphane Wirtel: Claude Code : comment un assistant IA m'a fait gagner des jours de développement

Link: https://wirtel.be/post/2025/11/22/claude-code-retour-experience-pycon-ireland/

TL;DR
Après une semaine d’utilisation intensive de Claude Code1 pendant PyCon Ireland et sur mes projets personnels, je suis complètement bluffé par les gains de productivité. L’outil m’a permis de mi
Zato Blog: Automation in Python

Link: https://zato.io/en/blog/automation-in-python.html


Automation in Python


2025-11-24, by Dariusz Suchojad


How to automate systems in Python and how the Zato Python integration platform differs from a network
automation tool, how to start using it
Python Software Foundation: Python is for Everyone: Grab PyCharm Pro for 30% off—plus a special bonus!

Link: https://pyfound.blogspot.com/2025/11/python-is-for-everyone-grab-pycharm-pro.html

So far this year’s PSF fundraising campaign has been a truly inspiring demonstration of the Python community's generosity, strength, and solidarity. We set a special 🥧 themed goal of $314,159.26 (it’s
Real Python: How to Properly Indent Python Code

Link: https://realpython.com/how-to-indent-in-python/

Knowing how to properly indent Python code is a key skill for becoming an accomplished Python developer. Beginning Python programmers know that indentation is required, but learning to indent code so
Nicola Iarocci: Flask started as an April Fool's joke

Link: https://nicolaiarocci.com/flask-started-as-an-april-fools-joke/

The story that the Python micro web framework Flask started as an April Fool’s
joke is well known in Python circles, but it was nice to see it told by Armin
Ronacher himself1.
I’m fond of Flask. It wa
Trey Hunner: Python Black Friday & Cyber Monday sales (2025)

Link: https://treyhunner.com/2025/11/python-black-friday-and-cyber-monday-sales-2025/

It’s time for some discounted Python-related skill-building.
This is my eighth annual compilation of Python learning-related Black Friday & Cyber Monday deals.
If you find a Python-related deal in the
Rodrigo Girão Serrão: Generalising itertools.pairwise

Link: https://mathspp.com/blog/generalising-itertools-pairwise


In this article you will learn about itertools.pairwise, how to use it, and how to generalise it.
In this tutorial you will learn to use and generalise itertools.pairwise.
You will understand what it