Jacob Perkins: Monitoring Celery Tasks with Sentry
Link: https://streamhacker.com/2025/10/13/monitoring-celery-tasks-with-sentry/
Sentry is a great tool for monitoring celery tasks, and alerting when they fail or don’t run on time. But it requires a bit of work to setup properly. Below is some sample code for setting up sentry m
Link: https://streamhacker.com/2025/10/13/monitoring-celery-tasks-with-sentry/
Sentry is a great tool for monitoring celery tasks, and alerting when they fail or don’t run on time. But it requires a bit of work to setup properly. Below is some sample code for setting up sentry m
StreamHacker
Monitoring Celery Tasks with Sentry
Use sentry manual monitoring to monitor celery periodic tasks for async python functions
Talk Python Blog: Talk Python in Production Story
Link: https://talkpython.fm/blog/posts/talk-python-in-production-story/
If you were a website that started from modest beginnings and grew over ten years to support a ton of features and a variety of users, wouldn’t it be great if someone told your story?
My 15 minutes in
Link: https://talkpython.fm/blog/posts/talk-python-in-production-story/
If you were a website that started from modest beginnings and grew over ten years to support a ton of features and a variety of users, wouldn’t it be great if someone told your story?
My 15 minutes in
talkpython.fm
Talk Python in Production Story
If you were a website that started from modest beginnings and grew over ten years to support a ton of features and a variety of users, wouldn't it be great if someone told your story?
Brian Okken: Python lazy imports you can use today
Link: https://pythontest.com/python-lazy-imports-now/
There’s a proposal, PEP 810 – Explicit lazy imports for Python to natively support lazy importing starting in Python 3.15.
However, it has not been accepted yet, and even if it is accepted, 3.15 is a
Link: https://pythontest.com/python-lazy-imports-now/
There’s a proposal, PEP 810 – Explicit lazy imports for Python to natively support lazy importing starting in Python 3.15.
However, it has not been accepted yet, and even if it is accepted, 3.15 is a
Pythontest
Python lazy imports you can use today | PythonTest
There's a proposal for Python to natively support lazy importing starting in Python 3.15. However, there are techniques covered in this post that allow you to use lazy importing now with 3.13, 3.12, ... really every version of Python.
Real Python: Python Descriptors
Link: https://realpython.com/courses/python-descriptors/
Descriptors are a specific Python feature that power a lot of the magic hidden under the language’s hood. If you’ve ever thought that Python descriptors are an advanced topic with few practical applic
Link: https://realpython.com/courses/python-descriptors/
Descriptors are a specific Python feature that power a lot of the magic hidden under the language’s hood. If you’ve ever thought that Python descriptors are an advanced topic with few practical applic
Realpython
Python Descriptors – Real Python
Learn what Python descriptors are, how the descriptor protocol works, and when descriptors are useful—with practical, hands-on examples.
PyCoder’s Weekly: Issue #704: Python 3.14 Released and More (Oct. 14, 2025)
Link: https://pycoders.com/issues/704
#704 – OCTOBER 14, 2025 View in Browser » Python 3.14: Exploring the New Features Python 3.14 is here! Christopher Trudeau returns to discuss the new version with Real Python team member Bartosz
Link: https://pycoders.com/issues/704
#704 – OCTOBER 14, 2025 View in Browser » Python 3.14: Exploring the New Features Python 3.14 is here! Christopher Trudeau returns to discuss the new version with Real Python team member Bartosz
Pycoders
PyCoder’s Weekly | Issue #704
Python 3.14 Released and More
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.