Planet Python RSS
218 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Seth Michael Larson: Mobile browsers see telephone numbers everywhere

Link: https://sethmlarson.dev/mobile-browsers-and-telephone-numbers?utm_campaign=rss

Just like Excel seeing everything as a date,
mobile browsers automatically interpret many numbers as telephone
numbers. When detected, mobile browsers replace the text in the HTML with
a clickable <a
Real Python: Getting Started With Claude Code

Link: https://realpython.com/courses/getting-started-claude-code/

Learn how to set up and start using Claude Code to boost your Python workflow. Learn how it differs from Claude Chat and how to use it effectively in your development setup.
You’ll learn how to:

Inst
Brian Okken: PythonTest Black Friday Deals 2025

Link: https://pythontest.com/2025-black-friday/

Save up to 50% on courses and the pytest book.
The Complete pytest Course bundle
Use BLACKFRIDAY to save 20% off through November.
This code is intended to match lots of 10-20% off deals around
Use SA
Python Software Foundation: PSF Code of Conduct Working Group Shares First Transparency Report

Link: https://pyfound.blogspot.com/2025/11/transparency-2024.html

The PSF’s Code of Conduct Working Group is a group of volunteers whose purpose is to foster a diverse and inclusive Python community by enforcing the PSF Code of Conduct, along with providing guidance
PyCoder’s Weekly: Issue #710: FastAPI, Floodfill, 20 Years of Django, and More (Nov. 25, 2025)

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

#710 – NOVEMBER 25, 2025 View in Browser » Serve a Website With FastAPI Using HTML and Jinja2 Use FastAPI to render Jinja2 templates and serve dynamic sites with HTML, CSS, and JavaScript, then