PyCharm: Pourquoi Python est-il si populaire en 2025 ?
Link: https://blog.jetbrains.com/pycharm/2025/10/pourquoi-python-est-il-si-populaire-en-2025
  
  Link: https://blog.jetbrains.com/pycharm/2025/10/pourquoi-python-est-il-si-populaire-en-2025
The JetBrains Blog
  
  Pourquoi Python est-il si populaire en 2025 ? | The PyCharm Blog
  Alors que la popularité d'autres langages de programmation a pu fluctuer de manière significative, Python a résisté à l'épreuve du temps et s'est imposé comme un langage de choix pour de nombreux déve
  Django Weblog: Five ways to discover Django packages
Link: https://www.djangoproject.com/weblog/2025/nov/02/five-ways-to-discover-django-packages/
With tens of thousands of available add-ons, it can be hard to discover which packages might be helpful for your projects. But there are a lot of options available to navigate this ecosystem – here ar
  
  Link: https://www.djangoproject.com/weblog/2025/nov/02/five-ways-to-discover-django-packages/
With tens of thousands of available add-ons, it can be hard to discover which packages might be helpful for your projects. But there are a lot of options available to navigate this ecosystem – here ar
Django Project
  
  Five ways to discover Django packages
  Posted by Eddy Adegnandjou on Nov. 2, 2025
  Stefanie Molin: Becoming a Core Developer
Link: https://stefaniemolin.com/articles/open-source/becoming-a-core-developer
Throughout your open source journey, you have no doubt been interacting with the core development team of the projects to which you have been contributing. Have you ever wondered how people become cor
  
  Link: https://stefaniemolin.com/articles/open-source/becoming-a-core-developer
Throughout your open source journey, you have no doubt been interacting with the core development team of the projects to which you have been contributing. Have you ever wondered how people become cor
Stefanie Molin
  
  Becoming a Core Developer | Stefanie Molin
  Throughout your open source journey, you have no doubt been interacting with the core development team of the projects to which you have been contributing. Have you ever wondered how people become core developers of a project? In this post, I share my journey…
  Brian Okken: Announcing the Lean TDD book
Link: https://pythontest.com/announcing-lean-tdd/
There are many great ideas that I’ve gotten from TDD, Lean, Pragmatic, and more.
For the past few years, I’ve really wanted to write a book about TDD, with an emphasis on using Lean teachings to cut o
  
  Link: https://pythontest.com/announcing-lean-tdd/
There are many great ideas that I’ve gotten from TDD, Lean, Pragmatic, and more.
For the past few years, I’ve really wanted to write a book about TDD, with an emphasis on using Lean teachings to cut o
Pythontest
  
  Announcing the Lean TDD book | PythonTest
  I've started writing this in public, so to speak.
  Django Weblog: Announcing DjangoCon Europe 2026 in Athens, Greece! 🏛️🇬🇷
Link: https://www.djangoproject.com/weblog/2025/nov/03/announcing-djangocon-europe-2026-in-athens-greece/
We’re excited to share that DjangoCon Europe returns in 2026 — this time in the historic and sun-soaked city of Athens, Greece 🇬🇷, with three days of talks from April 15–17, 2026!
Photo by Rafael Hoy
  
  Link: https://www.djangoproject.com/weblog/2025/nov/03/announcing-djangocon-europe-2026-in-athens-greece/
We’re excited to share that DjangoCon Europe returns in 2026 — this time in the historic and sun-soaked city of Athens, Greece 🇬🇷, with three days of talks from April 15–17, 2026!
Photo by Rafael Hoy
Django Project
  
  Announcing DjangoCon Europe 2026 in Athens, Greece! 🏛️🇬🇷
  Posted by DjangoCon Europe 2026 Organizing Team on Nov. 3, 2025
  Armin Ronacher: Absurd Workflows: Durable Execution With Just Postgres
Link: https://lucumr.pocoo.org/2025/11/3/absurd-workflows/
It’s probably no surprise to you that we’re building
agents
somewhere. Everybody does it. Building a good agent, however, brings back
some of the historic challenges involving durable execution.
Ent
  
  Link: https://lucumr.pocoo.org/2025/11/3/absurd-workflows/
It’s probably no surprise to you that we’re building
agents
somewhere. Everybody does it. Building a good agent, however, brings back
some of the historic challenges involving durable execution.
Ent
Armin Ronacher's Thoughts and Writings
  
  Absurd Workflows: Durable Execution With Just Postgres
  Durable execution with just postgres.
  Hugo van Kemenade: Python Core Sprint 2025
Link: https://hugovk.dev/blog/2025/python-core-sprint/
🐍🏃In September, the annual Python Core Sprint was hosted by
Arm in Cambridge, UK!
The plan: put 35 core developers and 13 special guests in a room for a week, and see
what they cook up.
Monday highlig
  
  Link: https://hugovk.dev/blog/2025/python-core-sprint/
🐍🏃In September, the annual Python Core Sprint was hosted by
Arm in Cambridge, UK!
The plan: put 35 core developers and 13 special guests in a room for a week, and see
what they cook up.
Monday highlig
Hugo van Kemenade
  
  Python Core Sprint 2025
  
  eGenix.com: PyDDF Python Herbst Sprint 2025
Link: https://www.egenix.com/company/news/PyDDF-Herbst-Sprint-2025
The following text is in German, since we're announcing a Python sprint in Düsseldorf, Germany.
Ankündigung
Python Meeting Herbst Sprint 2025 in
Düsseldorf
Samstag, 15.11.2025, 10:00-18:00 Uhr
Sonnt
  
  Link: https://www.egenix.com/company/news/PyDDF-Herbst-Sprint-2025
The following text is in German, since we're announcing a Python sprint in Düsseldorf, Germany.
Ankündigung
Python Meeting Herbst Sprint 2025 in
Düsseldorf
Samstag, 15.11.2025, 10:00-18:00 Uhr
Sonnt
eGenix.com
  
  eGenix.com: PyDDF Python Herbst Sprint 2025
  The Python Meeting Düsseldorf team is organizing a Python sprint on Nov 15/16 in Düsseldorf, Germany.
  Real Python: Quiz: A Close Look at a FastAPI Example Application
Link: https://realpython.com/quizzes/fastapi-python-web-apis/
In this quiz, you’ll test your understanding of the FastAPI example project that can shuffle lists, pick random items, and generate random numbers.
By working through this quiz, you’ll revisit how pat
  
  Link: https://realpython.com/quizzes/fastapi-python-web-apis/
In this quiz, you’ll test your understanding of the FastAPI example project that can shuffle lists, pick random items, and generate random numbers.
By working through this quiz, you’ll revisit how pat
Realpython
  
  A Close Look at a FastAPI Example Application Quiz – Real Python
  Practice FastAPI basics with path parameters, request bodies, async endpoints, and CORS. Build confidence to design and test simple Python web APIs.
  Reuven Lerner: Want to learn uv?
Link: https://lerner.co.il/2025/11/03/want-to-learn-uv/
You’ve probably heard about uv:
It’s faster than pip
It replaces lots of other Python packaging tools
It lets you publish to PyPI easier than before
But using uv isn’t just about learning a few comm
  
  Link: https://lerner.co.il/2025/11/03/want-to-learn-uv/
You’ve probably heard about uv:
It’s faster than pip
It replaces lots of other Python packaging tools
It lets you publish to PyPI easier than before
But using uv isn’t just about learning a few comm
Reuven Lerner
  
  Want to learn uv?
  You've probably heard about uv: It's faster than pip It replaces lots of other Python packaging tools It lets you publish to PyPI easier than before But using uv isn't just about learning a few
  Python Software Foundation: Improving security and integrity of Python package archives
Link: https://pyfound.blogspot.com/2025/10/slippery-zips-and-sticky-tar-pits-security-and-archives-white-paper.html
Security and integrity of the Python packaging ecosystem is critical, and the smallest unit of a packaging ecosystem is a "package". Python packages use existing archive formats like ZIP and tar to di
  
  Link: https://pyfound.blogspot.com/2025/10/slippery-zips-and-sticky-tar-pits-security-and-archives-white-paper.html
Security and integrity of the Python packaging ecosystem is critical, and the smallest unit of a packaging ecosystem is a "package". Python packages use existing archive formats like ZIP and tar to di
Python Software Foundation Blog
  
  Improving security and integrity of Python package archives
  Security and integrity of the Python packaging ecosystem is critical, and the smallest unit of a packaging ecosystem is a "package". Python ...
  Python Software Foundation: Announcing Python Software Foundation Fellow Members for Q3 2025! 🎉
Link: https://pyfound.blogspot.com/2025/10/announcing-python-software-foundation.html
The PSF is pleased to announce its third batch of PSF Fellows for 2025! Let us welcome the new PSF Fellows for Q3! The following people continue to do amazing things for the Python community:Abhijeet
  
  Link: https://pyfound.blogspot.com/2025/10/announcing-python-software-foundation.html
The PSF is pleased to announce its third batch of PSF Fellows for 2025! Let us welcome the new PSF Fellows for Q3! The following people continue to do amazing things for the Python community:Abhijeet
Python Software Foundation Blog
  
  Announcing Python Software Foundation Fellow Members for Q3 2025! 🎉
  The PSF is pleased to announce its third batch  of PSF Fellows for 2025 ! Let us welcome the new PSF Fellows for Q3 ! The following people c...
  Real Python: A Close Look at a FastAPI Example Application
Link: https://realpython.com/fastapi-python-web-apis/
This example project showcases important features of the FastAPI web framework, including automatic validation and documentation. FastAPI is an excellent choice for both beginners building their first
  
  Link: https://realpython.com/fastapi-python-web-apis/
This example project showcases important features of the FastAPI web framework, including automatic validation and documentation. FastAPI is an excellent choice for both beginners building their first
Realpython
  
  Using FastAPI to Build Python Web APIs – Real Python
  In this guide, you'll learn the main concepts of FastAPI and how to use it to quickly create web APIs that implement best practices by default. By the end of it, you will be able to start creating production-ready web APIs.
  Python Bytes: #456 You're so wrong
Link: https://pythonbytes.fm/episodes/show/456/youre-so-wrong
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong><a href="https://pyfound.blogspot.com/2025/10/NSF-funding-statement.html?featured_on=pythonbytes">The PSF has withdrawn a $1.5 m
  
  Link: https://pythonbytes.fm/episodes/show/456/youre-so-wrong
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong><a href="https://pyfound.blogspot.com/2025/10/NSF-funding-statement.html?featured_on=pythonbytes">The PSF has withdrawn a $1.5 m
pythonbytes.fm
  
  You're so wrong
  News and announcements from the Python community for the week of Nov 3rd, 2025