Python Morsels: Python 3.14's new t-string syntax
Link: https://www.pythonmorsels.com/t-strings-in-python/
Python’s new t-strings may look like f-strings, but they work in a totally different way, allowing you to delay string interpolation.
Table of contents
String formatting: a very brief history
How
Link: https://www.pythonmorsels.com/t-strings-in-python/
Python’s new t-strings may look like f-strings, but they work in a totally different way, allowing you to delay string interpolation.
Table of contents
String formatting: a very brief history
How
Pythonmorsels
Python 3.14's new t-string syntax
Python’s new t-strings may look like f-strings, but they work in a totally different way, allowing you to delay string interpolation.
Python Bytes: #454 It's some form of Elvish
Link: https://pythonbytes.fm/episodes/show/454/its-some-form-of-elvish
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><em>* <a href="https://pypi.org/project/djrest2/?featured_on=pythonbytes">djrest2 -</em>* A small and simple REST library for Django bas
Link: https://pythonbytes.fm/episodes/show/454/its-some-form-of-elvish
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><em>* <a href="https://pypi.org/project/djrest2/?featured_on=pythonbytes">djrest2 -</em>* A small and simple REST library for Django bas
pythonbytes.fm
It's some form of Elvish
News and announcements from the Python community for the week of Oct 20th, 2025
Tryton News: Security Release for issue #14290
Link: https://discuss.tryton.org/t/security-release-for-issue-14290/8895
Brandon Da Costa and Mahdi Afshar have found that sao executes JavaScript included in HTML documents (such as attachments). These documents may be uploaded by any authenticated user. The JavaScript is
Link: https://discuss.tryton.org/t/security-release-for-issue-14290/8895
Brandon Da Costa and Mahdi Afshar have found that sao executes JavaScript included in HTML documents (such as attachments). These documents may be uploaded by any authenticated user. The JavaScript is
Tryton Discussion
Security Release for issue #14290
Brandon Da Costa and Mahdi Afshar have found that sao executes JavaScript included in HTML documents (such as attachments). These documents may be uploaded by any authenticated user. The JavaScript is executed in the same context as sao which gives access…
Armin Ronacher: Regulation Isn’t the European Trap — Resignation Is
Link: https://lucumr.pocoo.org/2025/10/21/eu-resigation/
Plenty has been written about how hard it is to build in Europe versus the US.
The list is always the same with little process: brittle politics, dense
bureaucracy, mandatory notaries, endless and rig
Link: https://lucumr.pocoo.org/2025/10/21/eu-resigation/
Plenty has been written about how hard it is to build in Europe versus the US.
The list is always the same with little process: brittle politics, dense
bureaucracy, mandatory notaries, endless and rig
Armin Ronacher's Thoughts and Writings
Regulation Isn’t the European Trap — Resignation Is
The difference between business in Europe and the US.
Reuven Lerner: Your personal mentor for Python and Pandas
Link: https://lerner.co.il/2025/10/21/your-personal-mentor-for-python-and-pandas/
I’ve been teaching Python and Pandas for decades — in companies, at conferences, and on YouTube — and I keep hearing the same frustrations everywhere I go:
“I understand the basics, but Pandas still
Link: https://lerner.co.il/2025/10/21/your-personal-mentor-for-python-and-pandas/
I’ve been teaching Python and Pandas for decades — in companies, at conferences, and on YouTube — and I keep hearing the same frustrations everywhere I go:
“I understand the basics, but Pandas still
Reuven Lerner
Your personal mentor for Python and Pandas
I’ve been teaching Python and Pandas for decades — in companies, at conferences, and on YouTube — and I keep hearing the same frustrations everywhere I go: “I understand the basics, but Pandas still feels
Real Python: Investigating Quasar Data With Polars and Interactive marimo Notebooks
Link: https://realpython.com/courses/investigating-quasar-data-polars-marimo-notebooks/
Learn to visualize quasar redshift data by building an interactive marimo dashboard using Polars, pandas, and Matplotlib.
[ Improve Your Python With 🐍 Python Tricks 💌 – Get a short & sweet Python Tri
Link: https://realpython.com/courses/investigating-quasar-data-polars-marimo-notebooks/
Learn to visualize quasar redshift data by building an interactive marimo dashboard using Polars, pandas, and Matplotlib.
[ Improve Your Python With 🐍 Python Tricks 💌 – Get a short & sweet Python Tri
Realpython
Investigating Quasar Data With Polars and Interactive marimo Notebooks – Real Python
Learn to visualize quasar redshift data by building an interactive marimo dashboard using Polars, pandas, and Matplotlib. You'll practice retrieving, cleaning, and displaying data in your notebook. You'll also build interactive UI components that live-update…