Real Python: The Real Python Podcast – Episode #250: DjangoCon Europe 2025: Live Recording From Dublin
Link: https://realpython.com/podcasts/rpp/250/
What goes into making video courses at Real Python? How should you build an installable Django application? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekl
Link: https://realpython.com/podcasts/rpp/250/
What goes into making video courses at Real Python? How should you build an installable Django application? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekl
Realpython
Episode #250: DjangoCon Europe 2025: Live Recording From Dublin – The Real Python Podcast
What goes into making video courses at Real Python? How should you build an installable Django application? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.
Real Python: Quiz: Marimo: A Reactive, Reproducible Notebook
Link: https://realpython.com/quizzes/marimo-notebook/
Why not challenge yourself and see how much you know about marimo notebooks?
Working your way through this quiz is a great way to reinforce and build on what you learned in the Marimo: A Reactive, Rep
Link: https://realpython.com/quizzes/marimo-notebook/
Why not challenge yourself and see how much you know about marimo notebooks?
Working your way through this quiz is a great way to reinforce and build on what you learned in the Marimo: A Reactive, Rep
Realpython
Marimo: A Reactive, Reproducible Notebook Quiz – Real Python
This quiz is a great way to reinforce and build on what you've learned about marimo notebooks. You'll find most of the answers in the tutorial, but you'll need to do some additional research to find some of the answers.
Brian Okken: Unravelling t-strings with pytest
Link: https://pythontest.com/unravelling-t-strings-pytest/
Brett Cannon recently released a great article explaining how Python 3.14’s new t-strings work.
Here’s the article: Unravelling t-strings.
He built up the functionality of how t-strings work in a way
Link: https://pythontest.com/unravelling-t-strings-pytest/
Brett Cannon recently released a great article explaining how Python 3.14’s new t-strings work.
Here’s the article: Unravelling t-strings.
He built up the functionality of how t-strings work in a way
PythonTest
Unravelling t-strings with pytest
Brett Cannon recently released a great article explaining how Python 3.14’s new t-strings work.
Here’s the article: Unravelling t-strings.
He built up the functionality of how t-strings work in a way that you can follow along even if you don’t have 3.14.0b1…
Here’s the article: Unravelling t-strings.
He built up the functionality of how t-strings work in a way that you can follow along even if you don’t have 3.14.0b1…
Real Python: Marimo: A Reactive, Reproducible Notebook
Link: https://realpython.com/marimo-notebook/
Marimo notebooks redefine the notebook experience by offering a reactive environment that addresses the limitations of traditional linear notebooks. With marimo, you can seamlessly reproduce and share
Link: https://realpython.com/marimo-notebook/
Marimo notebooks redefine the notebook experience by offering a reactive environment that addresses the limitations of traditional linear notebooks. With marimo, you can seamlessly reproduce and share
Realpython
Marimo: A Reactive, Reproducible Notebook – Real Python
Discover how marimo notebook simplifies coding with reactive updates, UI elements, and sandboxing for safe, sharable notebooks.
Python Insider: Python 3.14.0 beta 2 is here!
Link: https://pythoninsider.blogspot.com/2025/05/python-3140-beta-2-is-here.html
Here’s the second 3.14 beta.
https://www.python.org/downloads/release/python-3140b2/
This is a beta preview of Python 3.14
Python 3.14 is still in development. This release, 3.14.0b2, is the
second of
Link: https://pythoninsider.blogspot.com/2025/05/python-3140-beta-2-is-here.html
Here’s the second 3.14 beta.
https://www.python.org/downloads/release/python-3140b2/
This is a beta preview of Python 3.14
Python 3.14 is still in development. This release, 3.14.0b2, is the
second of
Blogspot
Python Insider: Python 3.14.0 beta 2 is here!
Python Morsels: Looping in reverse
Link: https://www.pythonmorsels.com/looping-in-reverse/
Any reversible iterable can be reversed using the built-in reversed function whereas Python's slicing syntax only works on sequences.
Table of contents
Reversing sequences with slicing
The list re
Link: https://www.pythonmorsels.com/looping-in-reverse/
Any reversible iterable can be reversed using the built-in reversed function whereas Python's slicing syntax only works on sequences.
Table of contents
Reversing sequences with slicing
The list re
Pythonmorsels
Looping in reverse
Any reversible iterable can be reversed using the built-in reversed function whereas Python's slicing syntax only works on sequences.
Real Python: The LEGB Rule & Understanding Python Scope
Link: https://realpython.com/courses/legb-rule-python-scope/
The concept of scope rules how variables and names are looked up in your code. It determines the visibility of a variable within the code. The scope of a name or variable depends on the place in your
Link: https://realpython.com/courses/legb-rule-python-scope/
The concept of scope rules how variables and names are looked up in your code. It determines the visibility of a variable within the code. The scope of a name or variable depends on the place in your
Realpython
The LEGB Rule & Understanding Python Scope – Real Python
In this step-by-step video course, you'll learn what scopes are, how they work, and how to use them effectively to avoid name collisions in your code.
PyCoder’s Weekly: Issue #683: Narwhals, ty, LangChain, and More (May 27, 2025)
Link: https://pycoders.com/issues/683
#683 – MAY 27, 2025 View in Browser » Narwhals: Unified DataFrame Functions Narwhals is a lightweight compatibility layer between DataFrame libraries. You can use it as a common interface to wri
Link: https://pycoders.com/issues/683
#683 – MAY 27, 2025 View in Browser » Narwhals: Unified DataFrame Functions Narwhals is a lightweight compatibility layer between DataFrame libraries. You can use it as a common interface to wri
Pycoders
PyCoder’s Weekly | Issue #683
Narwhals, ty, LangChain, and More
Python Bytes: #433 Dev in the Arena
Link: https://pythonbytes.fm/episodes/show/433/dev-in-the-arena
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://github.com/k88hudson/git-flight-rules?featured_on=pythonbytes"><strong>git-flight-rules</strong></a></li>
<li><a href="
Link: https://pythonbytes.fm/episodes/show/433/dev-in-the-arena
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://github.com/k88hudson/git-flight-rules?featured_on=pythonbytes"><strong>git-flight-rules</strong></a></li>
<li><a href="
pythonbytes.fm
Dev in the Arena
News and announcements from the Python community for the week of May 26th, 2025
Kay Hayen: Nuitka Release 0.6.10
Link: https://nuitka.net/changelog/posts/nuitka-release-0610.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release comes with many new features, e.g. onefile support, as well
a
Link: https://nuitka.net/changelog/posts/nuitka-release-0610.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release comes with many new features, e.g. onefile support, as well
a
Kay Hayen: Nuitka Release 0.6.11
Link: https://nuitka.net/changelog/posts/nuitka-release-0611.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release is a massive improvement in many ways with lots of bug
fixes
Link: https://nuitka.net/changelog/posts/nuitka-release-0611.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release is a massive improvement in many ways with lots of bug
fixes
Kay Hayen: Nuitka Release 0.6.12
Link: https://nuitka.net/changelog/posts/nuitka-release-0612.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release is yet again a massive improvement in many ways with lots
of
Link: https://nuitka.net/changelog/posts/nuitka-release-0612.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release is yet again a massive improvement in many ways with lots
of
Kay Hayen: Nuitka Release 0.6.13
Link: https://nuitka.net/changelog/posts/nuitka-release-0613.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release follows up with yet again massive improvement in many ways
wi
Link: https://nuitka.net/changelog/posts/nuitka-release-0613.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release follows up with yet again massive improvement in many ways
wi
Kay Hayen: Nuitka Release 0.6.14
Link: https://nuitka.net/changelog/posts/nuitka-release-0614.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release has few, but important bug fixes. The main focus was on
expan
Link: https://nuitka.net/changelog/posts/nuitka-release-0614.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release has few, but important bug fixes. The main focus was on
expan
Kay Hayen: Nuitka Release 0.6.15
Link: https://nuitka.net/changelog/posts/nuitka-release-0615.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release polished previous work with bug fixes, but there are also
imp
Link: https://nuitka.net/changelog/posts/nuitka-release-0615.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release polished previous work with bug fixes, but there are also
imp
Kay Hayen: Nuitka Release 0.6.16
Link: https://nuitka.net/changelog/posts/nuitka-release-0616.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release is mostly polishing and new features. Optimization looked
onl
Link: https://nuitka.net/changelog/posts/nuitka-release-0616.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release is mostly polishing and new features. Optimization looked
onl
Kay Hayen: Nuitka Release 0.6.17
Link: https://nuitka.net/changelog/posts/nuitka-release-0617.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release has a focus on performance improvements, while also
polishing
Link: https://nuitka.net/changelog/posts/nuitka-release-0617.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release has a focus on performance improvements, while also
polishing
Kay Hayen: Nuitka Release 0.6.18
Link: https://nuitka.net/changelog/posts/nuitka-release-0618.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release has a focus on new features of all kinds, and then also new
k
Link: https://nuitka.net/changelog/posts/nuitka-release-0618.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release has a focus on new features of all kinds, and then also new
k
Kay Hayen: Nuitka Release 0.6.19
Link: https://nuitka.net/changelog/posts/nuitka-release-0619.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release adds support for 3.10 while also adding very many new
optimiz
Link: https://nuitka.net/changelog/posts/nuitka-release-0619.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release adds support for 3.10 while also adding very many new
optimiz
Kay Hayen: Nuitka Release 0.6.2
Link: https://nuitka.net/changelog/posts/nuitka-release-062.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release has a huge focus on organizational things. Nuitka is
growing
Link: https://nuitka.net/changelog/posts/nuitka-release-062.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release has a huge focus on organizational things. Nuitka is
growing