The Python Coding Stack: Creating a Singleton Class in Python And Why You (Probably) Don’t Need It
Link: https://www.thepythoncodingstack.com/p/creating-a-singleton-class-in-python
If you spend long enough in the programming world, you’ll come across the term singleton at some point. And if you hadn’t seen this term yet, well, now you have!In Python, you don’t need singleton cla
Link: https://www.thepythoncodingstack.com/p/creating-a-singleton-class-in-python
If you spend long enough in the programming world, you’ll come across the term singleton at some point. And if you hadn’t seen this term yet, well, now you have!In Python, you don’t need singleton cla
Thepythoncodingstack
Creating a Singleton Class in Python And Why You (Probably) Don’t Need It
Creating a singleton class is a great exercise to understand object creation in Python, but you’re unlikely to need it in your code.
Real Python: Quiz: Polars vs pandas: What's the Difference?
Link: https://realpython.com/quizzes/polars-vs-pandas/
In this quiz, you’ll test your understanding of the Polars vs pandas: What’s the Difference? tutorial. Most of the answers are somewhere in the tutorial, but you may need to use some of the links to c
Link: https://realpython.com/quizzes/polars-vs-pandas/
In this quiz, you’ll test your understanding of the Polars vs pandas: What’s the Difference? tutorial. Most of the answers are somewhere in the tutorial, but you may need to use some of the links to c
Realpython
Polars vs pandas: What's the Difference? Quiz – Real Python
Take this quiz to test your knowledge of the Polars vs pandas tutorial and review the key differences between these open-source Python libraries.
Real Python: Polars vs pandas: What's the Difference?
Link: https://realpython.com/polars-vs-pandas/
Polars and pandas both provide DataFrame-based data analysis in Python, but they differ in syntax, performance, and features. In this tutorial on Polars vs pandas, you’ll compare their method chaining
Link: https://realpython.com/polars-vs-pandas/
Polars and pandas both provide DataFrame-based data analysis in Python, but they differ in syntax, performance, and features. In this tutorial on Polars vs pandas, you’ll compare their method chaining
Realpython
Polars vs pandas: What's the Difference? – Real Python
Discover the key differences in Polars vs pandas to help you choose the right Python library for faster, more efficient data analysis.
Seth Michael Larson: Re(blog, tweet, toot, skoot, skeеt, post)
Link: https://sethmlarson.dev/reblog-tweet-toot-skoot-skeet?utm_campaign=rss
Have you noticed the similar terms used for sharing
someone else's content with attribution from your own account?
Reblogging was the original term for “blogging” another user's content, first develop
Link: https://sethmlarson.dev/reblog-tweet-toot-skoot-skeet?utm_campaign=rss
Have you noticed the similar terms used for sharing
someone else's content with attribution from your own account?
Reblogging was the original term for “blogging” another user's content, first develop
sethmlarson.dev
Re(blog, tweet, toot, skoot, skeеt, post)
Have you noticed the similar terms used for sharing
someone else's content with attribution from your own account?
Reblogging was the original term for “blogging” another user's content, first deve...
someone else's content with attribution from your own account?
Reblogging was the original term for “blogging” another user's content, first deve...
Python Docs Editorial Board: Meeting Minutes: Oct 14, 2025
Link: https://python.github.io/editorial-board/updates/2025-10-14/
Meeting Minutes from Python Docs Editorial Board: Oct 14, 2025
Link: https://python.github.io/editorial-board/updates/2025-10-14/
Meeting Minutes from Python Docs Editorial Board: Oct 14, 2025
Python Docs Editorial Board
Meeting Minutes: Oct 14, 2025
Meeting Minutes from Python Docs Editorial Board: Oct 14, 2025
Ari Lamstein: Visualizing Border Patrol Encounters Under the Second Trump Administration
Link: https://arilamstein.com/blog/2025/10/16/visualizing-border-patrol-encounters-under-the-second-trump-administration/
Summary: I just updated my Immigration Enforcement Streamlit App with Border Patrol data from the current administration. This post walks through what changed and why it matters.
Last week, I publishe
Link: https://arilamstein.com/blog/2025/10/16/visualizing-border-patrol-encounters-under-the-second-trump-administration/
Summary: I just updated my Immigration Enforcement Streamlit App with Border Patrol data from the current administration. This post walks through what changed and why it matters.
Last week, I publishe
Ari Lamstein
Visualizing Border Patrol Encounters Under the Second Trump Administration
Summary: I just updated my Immigration Enforcement Streamlit App with Border Patrol data from the current administration. This post walks through what changed and why it matters. Last week, I publi…
Python Bytes: #453 Python++
Link: https://pythonbytes.fm/episodes/show/453/python
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><em>* <a href="https://pypiplus.com?featured_on=pythonbytes">PyPI+</a></em>*</li>
<li><em>* <a href="https://github.com/floRaths/uv-ship
Link: https://pythonbytes.fm/episodes/show/453/python
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><em>* <a href="https://pypiplus.com?featured_on=pythonbytes">PyPI+</a></em>*</li>
<li><em>* <a href="https://github.com/floRaths/uv-ship
pythonbytes.fm
Python++
News and announcements from the Python community for the week of Oct 16th, 2025
Graham Dumpleton: Wrapping immutable objects
Link: https://grahamdumpleton.me/posts/2025/10/wrapping-immutable-types/
I am finally close to releasing wrapt version 2.0.0. The release has been delayed a bit as someone raised a number of questions about special Python dunder methods which the ObjectProxy class in wrapt
Link: https://grahamdumpleton.me/posts/2025/10/wrapping-immutable-types/
I am finally close to releasing wrapt version 2.0.0. The release has been delayed a bit as someone raised a number of questions about special Python dunder methods which the ObjectProxy class in wrapt
grahamdumpleton.me
Wrapping immutable objects - Graham Dumpleton
Using the wrapt object proxy around immutable objects.
Real Python: The Real Python Podcast – Episode #270: Evolving Teaching Python in the Classroom
Link: https://realpython.com/podcasts/rpp/270/
How is teaching young students Python changing with the advent of LLMs? This week on the show, Kelly Schuster-Paredes from the Teaching Python podcast joins us to discuss coding and AI in the classroo
Link: https://realpython.com/podcasts/rpp/270/
How is teaching young students Python changing with the advent of LLMs? This week on the show, Kelly Schuster-Paredes from the Teaching Python podcast joins us to discuss coding and AI in the classroo
Realpython
Episode #270: Evolving Teaching Python in the Classroom – The Real Python Podcast
How is teaching young students Python changing with the advent of LLMs? This week on the show, Kelly Schuster-Paredes from the Teaching Python podcast joins us to discuss coding and AI in the classroom.
Armin Ronacher: Building an Agent That Leverages Throwaway Code
Link: https://lucumr.pocoo.org/2025/10/17/code/
In August I wrote about my experiments with replacing
MCP (Model Context
Protocol) with code. In
the time since I utilized that idea for exploring non-coding agents at
Earendil. And I’m not alone!
Link: https://lucumr.pocoo.org/2025/10/17/code/
In August I wrote about my experiments with replacing
MCP (Model Context
Protocol) with code. In
the time since I utilized that idea for exploring non-coding agents at
Earendil. And I’m not alone!
Armin Ronacher's Thoughts and Writings
Building an Agent That Leverages Throwaway Code
Revisiting agents writing code for non code purposes.
Daniel Roy Greenfeld: Using Asyncpg with FastAPI and Air
Link: https://daniel.feldroy.com/posts/2025-10-using-asyncpg-with-fastapi-and-air
Recently I've was on a few projects using PostgreSQL where SQLAlchemy and SQLModel felt like overkill. Instead of using those libraries I leaned on writing SQL queries and running those directly in as
Link: https://daniel.feldroy.com/posts/2025-10-using-asyncpg-with-fastapi-and-air
Recently I've was on a few projects using PostgreSQL where SQLAlchemy and SQLModel felt like overkill. Instead of using those libraries I leaned on writing SQL queries and running those directly in as
https://daniel.feldroy.com
Using Asyncpg with FastAPI and Air
Asyncpg is the connector for PostgreSQL and asyncio-flavored Python. Here's how to use it without other libraries on FastAPI and Air projects.
Hugo van Kemenade: Three times faster with lazy imports
Link: https://hugovk.dev/blog/2025/lazy-imports/
PEP 810 proposes “explicit lazy imports” for Python
3.15:
Lazy imports defer the loading and execution of a module until the first time the
imported name is used, in contrast to ‘normal’ imports, whi
Link: https://hugovk.dev/blog/2025/lazy-imports/
PEP 810 proposes “explicit lazy imports” for Python
3.15:
Lazy imports defer the loading and execution of a module until the first time the
imported name is used, in contrast to ‘normal’ imports, whi
Hugo van Kemenade
Three times faster with lazy imports
Graham Dumpleton: Wrapt version 2.0.0
Link: https://grahamdumpleton.me/posts/2025/10/wrapt-version-2-0-0/
After a few delays, I have finally released version 2.0.0 of wrapt.
This release has a major version bump for a number of reasons.
The first main reason is simply because there hasn't been any release
Link: https://grahamdumpleton.me/posts/2025/10/wrapt-version-2-0-0/
After a few delays, I have finally released version 2.0.0 of wrapt.
This release has a major version bump for a number of reasons.
The first main reason is simply because there hasn't been any release
grahamdumpleton.me
Wrapt version 2.0.0 - Graham Dumpleton
Version 2.0.0 of wrapt is finally available.
Graham Dumpleton: Use lazy module imports now
Link: https://grahamdumpleton.me/posts/2025/10/use-lazy-module-imports-now/
I already made a post a couple of weeks ago about how one could use wrapt to implement lazy module imports for Python. This was in response to PEP 810 (explicit lazy imports) being announced.
The mean
Link: https://grahamdumpleton.me/posts/2025/10/use-lazy-module-imports-now/
I already made a post a couple of weeks ago about how one could use wrapt to implement lazy module imports for Python. This was in response to PEP 810 (explicit lazy imports) being announced.
The mean
grahamdumpleton.me
Use lazy module imports now - Graham Dumpleton
How to test out Python lazy module imports right now.
The Python Coding Stack: Are Tuples More Like Lists or Strings? And Why We Don't Really Care • [Club]
Link: https://www.thepythoncodingstack.com/p/are-tuples-more-like-lists-or-strings
This post is not about tuples. It’s not about lists or strings, either. It’s about Python, about its philosophy when dealing with data types, about how you should think about data types when coding in
Link: https://www.thepythoncodingstack.com/p/are-tuples-more-like-lists-or-strings
This post is not about tuples. It’s not about lists or strings, either. It’s about Python, about its philosophy when dealing with data types, about how you should think about data types when coding in
Thepythoncodingstack
Are Tuples More Like Lists or Strings? And Why We Don't Really Care • [Club]
This post is not about tuples.
Stéphane Wirtel: Retour aux études : ma formation en intelligence artificielle chez Alyra
Link: https://wirtel.be/post/2025/10/18/retour-aux-etudes-ma-formation-en-intelligence-artificielle-chez-alyra/
Depuis fin septembre, j’ai commencé une formation sur le développement en intelligence artificielle chez Alyra. Un retour passionnant vers les bases du machine learning et du deep learning, entre math
Link: https://wirtel.be/post/2025/10/18/retour-aux-etudes-ma-formation-en-intelligence-artificielle-chez-alyra/
Depuis fin septembre, j’ai commencé une formation sur le développement en intelligence artificielle chez Alyra. Un retour passionnant vers les bases du machine learning et du deep learning, entre math
Stéphane's Blog
Retour aux études : ma formation en intelligence artificielle chez Alyra
Depuis fin septembre, j’ai commencé une formation sur le développement en intelligence artificielle chez Alyra. Un retour passionnant vers les bases du machine learning et du deep learning, entre mathématiques, code et plaisir d’apprendre.
Talk Python to Me: #524: 38 things Python developers should learn in 2025
Link: https://talkpython.fm/episodes/show/524/38-things-python-developers-should-learn-in-2025
Python in 2025 is different. Threads really are about to run in parallel, installs finish before your coffee cools, and containers are the default. In this episode, we count down 38 things to learn th
Link: https://talkpython.fm/episodes/show/524/38-things-python-developers-should-learn-in-2025
Python in 2025 is different. Threads really are about to run in parallel, installs finish before your coffee cools, and containers are the default. In this episode, we count down 38 things to learn th
talkpython.fm
38 things Python developers should learn in 2025
Python in 2025 is different. Threads really are about to run in parallel, installs finish before your coffee cools, and containers are the default. In this episode, we count down 38 things to learn this year: free-threaded CPython, uv for packaging, Docker…
Adrarsh Divakaran: Goodbye GIL - Exploring Free Threaded Python 3.14
Link: https://blog.adarshd.dev/posts/exploring-free-threaded-python-314/
Link: https://blog.adarshd.dev/posts/exploring-free-threaded-python-314/
Blog Adarsh Divakaran
Goodbye GIL - Exploring Free Threaded Python 3.14
I compared execution time of code - which included CPU & I/O bound scripts and a WSGI app using the default and free-threaded Python 3.14 interpreters. This was for my talk: “Goodbye GIL - Exploring Free Threaded Mode in Python” at PyCon JP 2025.
Real Python: When Should You Use .__repr__() vs .__str__() in Python?
Link: https://realpython.com/python-repr-vs-str/
One of the most common tasks that a computer program performs is to display data. The program often displays this information to the program’s user. However, a program also needs to show information t
Link: https://realpython.com/python-repr-vs-str/
One of the most common tasks that a computer program performs is to display data. The program often displays this information to the program’s user. However, a program also needs to show information t
Realpython
When Should You Use .__repr__() vs .__str__() in Python? – Real Python
Find out when to choose Python's __repr__() vs __str__() in your classes so your objects show helpful information for debugging and user output.
Ari Lamstein: When One Graph Isn’t Enough: Upcoming Streamlit Workshop
Link: https://arilamstein.com/blog/2025/10/20/when-one-graph-isnt-enough-upcoming-streamlit-workshop/
Have you ever worked with a dataset so rich, so multidimensional, that no single graph—or even a dashboard—could do it justice?
That was the challenge I kept running into as a data scientist and educa
Link: https://arilamstein.com/blog/2025/10/20/when-one-graph-isnt-enough-upcoming-streamlit-workshop/
Have you ever worked with a dataset so rich, so multidimensional, that no single graph—or even a dashboard—could do it justice?
That was the challenge I kept running into as a data scientist and educa
Ari Lamstein
When One Graph Isn’t Enough: Upcoming Streamlit Workshop
Have you ever worked with a dataset so rich, so multidimensional, that no single graph—or even a dashboard—could do it justice? That was the challenge I kept running into as a data scientist and ed…