Real Python: Quiz: What Are Mixin Classes in Python?
Link: https://realpython.com/quizzes/python-mixin/
In this quiz, you’ll test your understanding of What Are Mixin Classes in Python?
By working through this quiz, you’ll revisit Python mixins, how they’re used, and the benefits they offer.
[ Improve
Link: https://realpython.com/quizzes/python-mixin/
In this quiz, you’ll test your understanding of What Are Mixin Classes in Python?
By working through this quiz, you’ll revisit Python mixins, how they’re used, and the benefits they offer.
[ Improve
Realpython
What Are Mixin Classes in Python? Quiz – Real Python
Test your knowledge of Python mixins—specialized classes that let you reuse methods without traditional inheritance.
Brian Okken: pytest fixtures nuts and bolts - revisited
Link: https://pythontest.com/pytest-fixtures-nuts-bolts-revisited/
In 2013/2014 I wrote a 4 part series on pytest fixtures.
It started out fine-ish. And then by part 4 I crammed way too many concepts into one huge post.
Well, I’ve recently reviewed all of this, and
Link: https://pythontest.com/pytest-fixtures-nuts-bolts-revisited/
In 2013/2014 I wrote a 4 part series on pytest fixtures.
It started out fine-ish. And then by part 4 I crammed way too many concepts into one huge post.
Well, I’ve recently reviewed all of this, and
Pythontest
pytest fixtures nuts and bolts - revisited | PythonTest
A series on pytest fixtures gets updated
Real Python: What Are Mixin Classes in Python?
Link: https://realpython.com/python-mixin/
Mixins offer a powerful way to reuse code across multiple Python classes without forcing them into a rigid inheritance hierarchy. Instead of building deep and brittle class trees, you can use mixins t
Link: https://realpython.com/python-mixin/
Mixins offer a powerful way to reuse code across multiple Python classes without forcing them into a rigid inheritance hierarchy. Instead of building deep and brittle class trees, you can use mixins t
Realpython
What Are Mixin Classes in Python? – Real Python
Learn how to use Python mixin classes to write modular, reusable, and flexible code with practical examples and design tips.
Mirek Długosz: Experience report: Implementing High Volume Automated Testing system
Link: https://mirekdlugosz.com/blog/2025/experience-report-implementing-high-volume-automated-testing-system/
I first heard about High Volume Automated Testing in 2017, and I’ve wanted to try it ever since. The opportunity came in 2022, when I was working on revamping a UI testing framework for software calle
Link: https://mirekdlugosz.com/blog/2025/experience-report-implementing-high-volume-automated-testing-system/
I first heard about High Volume Automated Testing in 2017, and I’ve wanted to try it ever since. The opportunity came in 2022, when I was working on revamping a UI testing framework for software calle
Mirek Długosz personal website
Experience report: Implementing High Volume Automated Testing system
I first heard about High Volume Automated Testing in 2017, and I’ve wanted to try it ever since. The opportunity came in 2022, when I was working on revamping a UI testing framework for software called Quipucords. This article focuses on the decision points…
James Bennett: Litestar is worth a look
Link: https://www.b-list.org/weblog/2025/aug/06/litestar/
A few years ago at work, I had a project which offered an opportunity to look at the new generation of async-first, type-hint-driven Python web frameworks. For reasons which aren’t particularly releva
Link: https://www.b-list.org/weblog/2025/aug/06/litestar/
A few years ago at work, I had a project which offered an opportunity to look at the new generation of async-first, type-hint-driven Python web frameworks. For reasons which aren’t particularly releva
James Bennett
Litestar is worth a look
A few years ago at work, I had a project which offered an opportunity to look at the new generation …
Python Insider: Python 3.13.6 is now available
Link: https://pythoninsider.blogspot.com/2025/08/python-3136-is-now-available.html
The latest version of Python 3.13 is now available!Python 3.13.6
https://www.python.org/downloads/release/python-3136/
This is the sixth maintenance release of Python 3.13
Python 3.13 is the newest
Link: https://pythoninsider.blogspot.com/2025/08/python-3136-is-now-available.html
The latest version of Python 3.13 is now available!Python 3.13.6
https://www.python.org/downloads/release/python-3136/
This is the sixth maintenance release of Python 3.13
Python 3.13 is the newest
Blogspot
Python Insider: Python 3.13.6 is now available
Mike Driscoll: Python 101: Reading TOML with Python
Link: https://www.blog.pythonlibrary.org/2025/08/07/python-101-reading-toml-with-python/
The TOML (Tom’s Obvious Minimal Language) format came out in 2013, so it’s been around for more than a decade. Python added support for TOML in Python 3.11 with its tomllib module in the standard libr
Link: https://www.blog.pythonlibrary.org/2025/08/07/python-101-reading-toml-with-python/
The TOML (Tom’s Obvious Minimal Language) format came out in 2013, so it’s been around for more than a decade. Python added support for TOML in Python 3.11 with its tomllib module in the standard libr
Mouse Vs Python
Python 101: Reading TOML with Python - Mouse Vs Python
The TOML (Tom’s Obvious Minimal Language) format came out in 2013, so it's been around for more than a decade. Python added support for TOML in Python
Python Engineering at Microsoft: Python in Visual Studio Code – August 2025 Release
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-august-2025-release/
We’re excited to announce the August 2025 release of the Python, Pylance and Jupyter extensions for Visual Studio Code!
This release includes the following announcements:
Python Environments extensio
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-august-2025-release/
We’re excited to announce the August 2025 release of the Python, Pylance and Jupyter extensions for Visual Studio Code!
This release includes the following announcements:
Python Environments extensio
Microsoft News
Python in Visual Studio Code – August 2025 Release
The August 2025 release includes Python shell integration support for Python 3.13+, Python Environments extension improvements, enhanced terminal suggestions with documentation, and more!