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
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
Treyhunner
Python Morsels Lifetime Access Sale
If you code in Python regularly, you’re already learning new things everyday. You hit a wall, or something breaks. Then you search around, …
Brett Cannon: Should I rewrite the Python Launcher for Unix in Python?
Link: https://snarky.ca/should-i-rewrite-the-python-launcher-for-unix-in-python/
I want to be upfront that this blog post is for me to write down some thoughts that I have on the idea of rewriting the Python Launcher for Unix from Rust to pure Python. This blog post is not meant t
Link: https://snarky.ca/should-i-rewrite-the-python-launcher-for-unix-in-python/
I want to be upfront that this blog post is for me to write down some thoughts that I have on the idea of rewriting the Python Launcher for Unix from Rust to pure Python. This blog post is not meant t
Tall, Snarky Canadian
Should I rewrite the Python Launcher for Unix in Python?
I want to be upfront that this blog post is for me to write down some thoughts that I have on the idea of rewriting the Python Launcher for Unix from Rust to pure Python. This blog post is not meant to explicitly be educational or enlightening for others…
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
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
Armin Ronacher's Thoughts and Writings
LLM APIs are a Synchronization Problem
Maybe the LLM message APIs should be rethought as a synchronization problem.
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
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
https://daniel.feldroy.com
TIL: Default code block languages for mkdocs
Really useful for making inline code examples have code highlighting.
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,
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,
Codingthepast
Data Science Quiz For Humanities
Test your skills with this interactive data science quiz covering statistics, Python, R, and data analysis. Perfect for beginners and advanced learners.
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
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
Stéphane's Blog
Claude Code : comment un assistant IA m'a fait gagner des jours de développement
Retour d'expérience sur l'utilisation de Claude Code pendant PyCon Ireland : automatisation de migrations Django/Wagtail, conversion de contenu scanné, et gain de productivité spectaculaire.
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
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
zato.io
Automation in Python | Zato Integration Platform
Comprehensive guide to building automation solutions in Python with Zato. Learn to create efficient, scalable automation workflows for business processes and system tasks.
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
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
Python Software Foundation Blog
Python is for Everyone: Grab PyCharm Pro for 30% off—plus a special bonus!
So far this year’s PSF fundraising campaign has been a truly inspiring demonstration of the Python community's generosity, strength, and so...
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
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
Realpython
How to Properly Indent Python Code – Real Python
Learn how to properly indent Python code in IDEs, Python-aware editors, and plain text editors—plus explore PEP 8 formatters like Black and Ruff.
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
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
Nicola Iarocci
Flask started as an April Fool's 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 was a breath of fresh air when it came out, and most of my…
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 was a breath of fresh air when it came out, and most of my…
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
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
Treyhunner
Python Black Friday & 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 & …
This is my eighth annual compilation of Python learning-related Black Friday & …
EuroPython Society: New Europython Society Fellow in 2025
Link: https://www.europython-society.org/new-europython-society-fellow-in-2025/
A warm welcome to Martin Borus as the second elected EuroPython Society Fellow in 2025.EuroPython Society FellowsEuroPython Society Fellows have contributed significantly towards our mission, the Euro
Link: https://www.europython-society.org/new-europython-society-fellow-in-2025/
A warm welcome to Martin Borus as the second elected EuroPython Society Fellow in 2025.EuroPython Society FellowsEuroPython Society Fellows have contributed significantly towards our mission, the Euro
EuroPython Society
New Europython Society Fellow in 2025
A warm welcome to Martin Borus as the second elected EuroPython Society Fellow in 2025. EuroPython Society Fellows EuroPython Society Fellows have contributed significantly towards our mission, the EuroPython conference and the Society as an organisation.…
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
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
Mathspp
Generalising itertools.pairwise
In this article you will learn about itertools.pairwise, how to use it, and how to generalise it.
Python Bytes: #459 Inverted dependency trees
Link: https://pythonbytes.fm/episodes/show/459/inverted-dependency-trees
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong><a href="https://discuss.python.org/t/pep-814-add-frozendict-built-in-type/104854?featured_on=pythonbytes">PEP 814 – Add frozend
Link: https://pythonbytes.fm/episodes/show/459/inverted-dependency-trees
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong><a href="https://discuss.python.org/t/pep-814-add-frozendict-built-in-type/104854?featured_on=pythonbytes">PEP 814 – Add frozend
pythonbytes.fm
Inverted dependency trees
News and announcements from the Python community for the week of Nov 24th, 2025