Glyph Lefkowitz: The “Dependency Cutout” Workflow Pattern, Part I
Link: https://blog.glyph.im/2025/11/dependency-cutout-workflow-pattern.html
Tell me if you’ve heard this one before.
You’re working on an application. Let’s call it “FooApp”. FooApp has a
dependency on an open source library, let’s call it “LibBar”. You find a bug
in LibBa
Link: https://blog.glyph.im/2025/11/dependency-cutout-workflow-pattern.html
Tell me if you’ve heard this one before.
You’re working on an application. Let’s call it “FooApp”. FooApp has a
dependency on an open source library, let’s call it “LibBar”. You find a bug
in LibBa
blog.glyph.im
The “Dependency Cutout” Workflow Pattern, Part I
It’s important to be able to fix bugs in your open source dependencies, and not just work around them.
Brian Okken: Explore Python dependencies with `pipdeptree` and `uv pip tree`
Link: https://pythontest.com/pipdeptree-uv-pip-tree/
Sometimes you just want to know about your dependencies, and their dependencies.
I’ve been using pipdeptree for a while, but recently switched to uv pip tree.
Let’s take a look at both tools.
pipdeptr
Link: https://pythontest.com/pipdeptree-uv-pip-tree/
Sometimes you just want to know about your dependencies, and their dependencies.
I’ve been using pipdeptree for a while, but recently switched to uv pip tree.
Let’s take a look at both tools.
pipdeptr
Pythontest
Explore Python dependencies with `pipdeptree` and `uv pip tree` | PythonTest
Finding dependencies in a project in tree form, including some great extra info
Real Python: Python Operators and Expressions
Link: https://realpython.com/courses/python-operators-expressions/
Python operators enable you to perform computations by combining objects and operators into expressions. Understanding Python operators is essential for manipulating data effectively.
This video cours
Link: https://realpython.com/courses/python-operators-expressions/
Python operators enable you to perform computations by combining objects and operators into expressions. Understanding Python operators is essential for manipulating data effectively.
This video cours
Realpython
Python Operators and Expressions – Real Python
Operators let you combine objects to create expressions that perform computations -- the core of how Python works.
Daniel Roy Greenfeld: Visiting Tokyo, Japan from November 12 to 24
Link: https://daniel.feldroy.com/posts/2025-11-visiting-tokyo-japan-from-november-12-to-24
I'm excited to announce that me and Audrey will be visiting Japan from November 12 to November 24, 2025! This will be our first time in Japan, and we can't wait to explore Tokyo. Yes, we'll be in Toky
Link: https://daniel.feldroy.com/posts/2025-11-visiting-tokyo-japan-from-november-12-to-24
I'm excited to announce that me and Audrey will be visiting Japan from November 12 to November 24, 2025! This will be our first time in Japan, and we can't wait to explore Tokyo. Yes, we'll be in Toky
https://daniel.feldroy.com
Visiting Tokyo, Japan from November 12 to 24
Our first time in a new country!
Ahmed Bouchefra
Link: https://efficientcoder.net/2025-10-19-stop-writing-code-like-a-junior-8-principles-for-production-ready-python/
Let’s be honest. There’s a huge gap between writing code that works and writing code that’s actually good. It’s the number one thing that separates a junior developer from a senior, and it’s something
Link: https://efficientcoder.net/2025-10-19-stop-writing-code-like-a-junior-8-principles-for-production-ready-python/
Let’s be honest. There’s a huge gap between writing code that works and writing code that’s actually good. It’s the number one thing that separates a junior developer from a senior, and it’s something
PyCoder’s Weekly: Issue #708: Debugging Live Code, NiceGUI, Textual, and More (Nov. 11, 2025)
Link: https://pycoders.com/issues/708
#708 – NOVEMBER 11, 2025 View in Browser » Debugging Live Code With CPython 3.14 Python 3.14 added new capabilities to attach to and debug a running process. Learn what this means for debugging
Link: https://pycoders.com/issues/708
#708 – NOVEMBER 11, 2025 View in Browser » Debugging Live Code With CPython 3.14 Python 3.14 added new capabilities to attach to and debug a running process. Learn what this means for debugging
Pycoders
PyCoder’s Weekly | Issue #708
Debugging Live Code, NiceGUI, Textual, and More
Ahmed Bouchefra: The Anatomy of a Scalable Python Project
Link: https://efficientcoder.net/python/the-anatomy-of-a-scalable-python-project/
Ever start a Python project that feels clean and simple, only to have it turn into a tangled mess a few months later? Yeah, I’ve been there more times than I can count.
Today, I want to pull back the
Link: https://efficientcoder.net/python/the-anatomy-of-a-scalable-python-project/
Ever start a Python project that feels clean and simple, only to have it turn into a tangled mess a few months later? Yeah, I’ve been there more times than I can count.
Today, I want to pull back the
Efficient Coder
The Anatomy of a Scalable Python Project | EfficientCoder
Learn modern web development.
Ahmed Bouchefra: Tired of Pip and Venv? Meet UV, Your New All-in-One Python Tool
Link: https://efficientcoder.net/python/tired-of-pip-and-venv-meet-uv-your-new-all-in-one-python-tool/
Hey there, how’s it going?
Let’s talk about the Python world for a second. If you’ve been around for a while, you know the drill. You start a new project, and the ritual begins: create a directory, se
Link: https://efficientcoder.net/python/tired-of-pip-and-venv-meet-uv-your-new-all-in-one-python-tool/
Hey there, how’s it going?
Let’s talk about the Python world for a second. If you’ve been around for a while, you know the drill. You start a new project, and the ritual begins: create a directory, se
Efficient Coder
Tired of Pip and Venv? Meet UV, Your New All-in-One Python Tool | EfficientCoder
Learn modern web development.
Python Morsels: Unnecessary parentheses in Python
Link: https://www.pythonmorsels.com/unnecessary-parentheses/
Python's ability to use parentheses for grouping can often confuse new Python users into over-using parentheses in ways that they shouldn't be used.
Table of contents
Parentheses can be used for gr
Link: https://www.pythonmorsels.com/unnecessary-parentheses/
Python's ability to use parentheses for grouping can often confuse new Python users into over-using parentheses in ways that they shouldn't be used.
Table of contents
Parentheses can be used for gr
Pythonmorsels
Unnecessary parentheses in Python
Python's ability to use parentheses for grouping can often confuse new Python users into over-using parentheses in ways that they shouldn't be used.
Seth Michael Larson: Blogrolls are the Best(rolls)
Link: https://sethmlarson.dev/blogrolls-are-the-best-rolls?utm_campaign=rss
Happy 6-year blogiversary to me! 🎉 To celebrate
I want to talk about other peoples’ blogs, more specifically
the magic of “blogrolls”.
Blogrolls are “lists of other sites that you read, are a follower
Link: https://sethmlarson.dev/blogrolls-are-the-best-rolls?utm_campaign=rss
Happy 6-year blogiversary to me! 🎉 To celebrate
I want to talk about other peoples’ blogs, more specifically
the magic of “blogrolls”.
Blogrolls are “lists of other sites that you read, are a follower
sethmlarson.dev
Blogrolls are the Best(rolls)
Happy 6-year blogiversary to me! 🎉 To celebrate
I want to talk about other peoples’ blogs, more specifically
the magic of “blogrolls”.
Blogrolls are “lists of other sites that you read, are a follo...
I want to talk about other peoples’ blogs, more specifically
the magic of “blogrolls”.
Blogrolls are “lists of other sites that you read, are a follo...
Python Software Foundation: Python is for everyone: Join in the PSF year-end fundraiser & membership drive!
Link: https://pyfound.blogspot.com/2025/11/python-is-for-everyone-join-in-psf-year.html
The Python Software Foundation (PSF) is the charitable organization behind Python, dedicated to advancing, supporting, and protecting the Python programming language and the community that sustains it
Link: https://pyfound.blogspot.com/2025/11/python-is-for-everyone-join-in-psf-year.html
The Python Software Foundation (PSF) is the charitable organization behind Python, dedicated to advancing, supporting, and protecting the Python programming language and the community that sustains it
Python Software Foundation Blog
Python is for everyone: Join in the PSF year-end fundraiser & membership drive!
The Python Software Foundation (PSF) is the charitable organization behind Python, dedicated to advancing, supporting, and protecting the P...
Peter Bengtsson: Using AI to rewrite blog post comments
Link: http://www.peterbe.com/plog/using-ai-to-rewrite-blog-post-comments
Using AI to correct and edit blog post comments as part of the moderation process.
Link: http://www.peterbe.com/plog/using-ai-to-rewrite-blog-post-comments
Using AI to correct and edit blog post comments as part of the moderation process.
Peterbe
Using AI to rewrite blog post comments - Peterbe.com
Using AI to correct and edit blog post comments as part of the moderation process.
Real Python: The Python Standard REPL: Try Out Code and Ideas Quickly
Link: https://realpython.com/python-repl/
The Python standard REPL (Read-Eval-Print Loop) lets you run code interactively, test ideas, and get instant feedback. You start it by running the python command, which opens an interactive shell incl
Link: https://realpython.com/python-repl/
The Python standard REPL (Read-Eval-Print Loop) lets you run code interactively, test ideas, and get instant feedback. You start it by running the python command, which opens an interactive shell incl
Realpython
The Python Standard REPL: Try Out Code and Ideas Quickly – Real Python
The Python REPL gives you instant feedback as you code. Learn to use this powerful tool to type, run, debug, edit, and explore Python interactively.
Python Engineering at Microsoft: Python in Visual Studio Code – November 2025 Release
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-november-2025-release/
We’re excited to announce that the November 2025 release of the Python extension for Visual Studio Code is now available!
This release includes the following announcements:
Add Copilot Hover Summarie
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-november-2025-release/
We’re excited to announce that the November 2025 release of the Python extension for Visual Studio Code is now available!
This release includes the following announcements:
Add Copilot Hover Summarie
Microsoft News
Python in Visual Studio Code – November 2025 Release
The November 2025 release brings new Pylance features including improvements to Copilot Hover Summaries and a Code Action to convert wildcard imports to explicit imports. Keep on reading to learn more!
Python Bytes: #457 Tapping into HTTP
Link: https://pythonbytes.fm/episodes/show/457/tapping-into-http
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong><a href="https://httptap.dev?featured_on=pythonbytes">httptap</a></strong></li>
<li><strong><a href="https://blog.jetbrains.com/
Link: https://pythonbytes.fm/episodes/show/457/tapping-into-http
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong><a href="https://httptap.dev?featured_on=pythonbytes">httptap</a></strong></li>
<li><strong><a href="https://blog.jetbrains.com/
pythonbytes.fm
Tapping into HTTP
News and announcements from the Python community for the week of Nov 11th, 2025
EuroPython Society: Recognising Michael Foord as an Honorary EuroPython Society Fellow
Link: https://www.europython-society.org/recognising-michael-foord-as-an-honorary-europython-society-fellow/
Hi everyone. Today, we are honoured to announce a very special recognition.The EuroPython Society has posthumously elected Michael Foord (aka voidspace) as an Honorary EuroPython Society Fellow.Michae
Link: https://www.europython-society.org/recognising-michael-foord-as-an-honorary-europython-society-fellow/
Hi everyone. Today, we are honoured to announce a very special recognition.The EuroPython Society has posthumously elected Michael Foord (aka voidspace) as an Honorary EuroPython Society Fellow.Michae
EuroPython Society
Recognising Michael Foord as an Honorary EuroPython Society Fellow
Hi everyone. Today, we are honoured to announce a very special recognition. The EuroPython Society has posthumously elected Michael Foord (aka voidspace) as an Honorary EuroPython Society Fellow. Michael Foord (1974–2025)Michael was a long-time and deeply…
Real Python: The Real Python Podcast – Episode #274: Preparing Data Science Projects for Production
Link: https://realpython.com/podcasts/rpp/274/
How do you prepare your Python data science projects for production? What are the essential tools and techniques to make your code reproducible, organized, and testable? This week on the show, Khuyen
Link: https://realpython.com/podcasts/rpp/274/
How do you prepare your Python data science projects for production? What are the essential tools and techniques to make your code reproducible, organized, and testable? This week on the show, Khuyen
Realpython
Episode #274: Preparing Data Science Projects for Production – The Real Python Podcast
How do you prepare your Python data science projects for production? What are the essential tools and techniques to make your code reproducible, organized, and testable? This week on the show, Khuyen Tran from CodeCut discusses her new book, "Production Ready…