Real Python: Quiz: What Is the Python Global Interpreter Lock (GIL)?
Link: https://realpython.com/quizzes/python-gil/
In this quiz, you’ll test your understanding of the
Python Global Interpreter Lock (GIL).
The GIL allows only one thread to hold the control of the Python interpreter. This has advantages, but can als
Link: https://realpython.com/quizzes/python-gil/
In this quiz, you’ll test your understanding of the
Python Global Interpreter Lock (GIL).
The GIL allows only one thread to hold the control of the Python interpreter. This has advantages, but can als
Realpython
What Is the Python Global Interpreter Lock (GIL)? Quiz – Real Python
In this quiz, you'll test your understanding of the Python Global Interpreter Lock (GIL). The GIL behaves like a mutex that allows only one thread to hold the control of the Python interpreter. This has advantages, but can be a performance bottleneck in CPU…
Real Python: Bytes Objects: Handling Binary Data in Python
Link: https://realpython.com/python-bytes/
The bytes data type is an immutable sequence of unsigned bytes used for handling binary data in Python. You can create a bytes object using the literal syntax, the bytes() function, or the bytes.fromh
Link: https://realpython.com/python-bytes/
The bytes data type is an immutable sequence of unsigned bytes used for handling binary data in Python. You can create a bytes object using the literal syntax, the bytes() function, or the bytes.fromh
Realpython
Bytes Objects: Handling Binary Data in Python – Real Python
In this tutorial, you'll learn about Python's bytes objects, which help you process low-level binary data. You'll explore how to create and manipulate byte sequences in Python and how to convert between bytes and strings. Additionally, you'll practice this…
Python Engineering at Microsoft: Python in Visual Studio Code – March 2025 Release
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-march-2025-release/
We’re excited to announce the March 2025 release of the Python, Pylance and Jupyter extensions for Visual Studio Code!
This release includes the following announcements:
Improvements to Python shell
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-march-2025-release/
We’re excited to announce the March 2025 release of the Python, Pylance and Jupyter extensions for Visual Studio Code!
This release includes the following announcements:
Improvements to Python shell
Microsoft News
Python in Visual Studio Code – March 2025 Release
The March 2025 release of the Python and Jupyter extensions for Visual Studio Code are now available. This month's updates include improvements to shell integration, a new setting to change auto test discovery file patterns, inline values shown on hover,…
Go Deh: Intsets by AI
Link: http://paddy3118.blogspot.com/2025/03/intsets-by-ai.html
I will be using sets a lot in a future algorithm and wanted to find out about the speed of operation of different set implementations.I will be dealing with different sets of strings from a total of
Link: http://paddy3118.blogspot.com/2025/03/intsets-by-ai.html
I will be using sets a lot in a future algorithm and wanted to find out about the speed of operation of different set implementations.I will be dealing with different sets of strings from a total of
Blogspot
Intsets by AI
I will be using sets a lot in a future algorithm and wanted to find out about the speed of operation of different set implementations. I ...
Django Weblog: Django security releases issued: 5.1.7, 5.0.13 and 4.2.20
Link: https://www.djangoproject.com/weblog/2025/mar/06/security-releases/
In accordance with our security release policy, the Django team
is issuing releases for
Django 5.1.7,
Django 5.0.13 and
Django 4.2.20.
These releases address the security issues detailed below. We enc
Link: https://www.djangoproject.com/weblog/2025/mar/06/security-releases/
In accordance with our security release policy, the Django team
is issuing releases for
Django 5.1.7,
Django 5.0.13 and
Django 4.2.20.
These releases address the security issues detailed below. We enc
Django Project
Django security releases issued: 5.1.7, 5.0.13 and 4.2.20
Posted by Sarah Boyce on March 6, 2025
Python Software Foundation: PSF Distinguished Service Award Granted to Ewa Jodlowska
Link: https://pyfound.blogspot.com/2025/03/psf-dsa-ewa-jodlowska.html
Ewa Jodlowska, former PSF Executive Director and Board Member, has been recognized with the PSF’s Distinguished Service Award. For over a decade, Ewa played a pivotal role in transforming the PSF from
Link: https://pyfound.blogspot.com/2025/03/psf-dsa-ewa-jodlowska.html
Ewa Jodlowska, former PSF Executive Director and Board Member, has been recognized with the PSF’s Distinguished Service Award. For over a decade, Ewa played a pivotal role in transforming the PSF from
Python Software Foundation Blog
PSF Distinguished Service Award Granted to Ewa Jodlowska
Ewa Jodlowska, former PSF Executive Director and Board Member, has been recognized with the PSF’s Distinguished Service Award. For over a de...
Anarcat: Nix Notes
Link: https://anarc.at/blog/2025-03-06-nix/
Meta
In case you haven't noticed, I'm trying to post and one of the things
that entails is to just dump over the fence a bunch of draft notes. In
this specific case, I had a set of rough notes about N
Link: https://anarc.at/blog/2025-03-06-nix/
Meta
In case you haven't noticed, I'm trying to post and one of the things
that entails is to just dump over the fence a bunch of draft notes. In
this specific case, I had a set of rough notes about N
Brett Cannon: Why I won't be attending PyCon US this year
Link: https://snarky.ca/why-i-wont-be-attending-pycon-us-this-year/
I normally don&apost talk about politics here, but as I write this the US has started a trade war with Canada (which is partially paused for a month, but that doesn&apost remove the threat). It is so
Link: https://snarky.ca/why-i-wont-be-attending-pycon-us-this-year/
I normally don&apost talk about politics here, but as I write this the US has started a trade war with Canada (which is partially paused for a month, but that doesn&apost remove the threat). It is so
Tall, Snarky Canadian
Why I won't be attending PyCon US this year
I normally don't talk about politics here, but as I write this the US has started a trade war with Canada (which is partially paused for a month, but that doesn't remove the threat). It is so infuriating and upsetting that I will be skipping PyCon US entirely…
Real Python: The Real Python Podcast – Episode #242: Eric Matthes: Maybe Don't Start With Unit Tests
Link: https://realpython.com/podcasts/rpp/242/
Should you always start testing your code with unit tests? When does it make sense to look at integration or end-to-end testing as a first step instead? This week on the show, we speak with previous g
Link: https://realpython.com/podcasts/rpp/242/
Should you always start testing your code with unit tests? When does it make sense to look at integration or end-to-end testing as a first step instead? This week on the show, we speak with previous g
Realpython
Episode #242: Eric Matthes: Maybe Don't Start With Unit Tests – The Real Python Podcast
Should you always start testing your code with unit tests? When does it make sense to look at integration or end-to-end testing as a first step instead? This week on the show, we speak with previous guest Eric Matthes about where to begin testing your code.
Seth Michael Larson: Your GitHub Copilot access has been renewed 🤡
Link: https://sethmlarson.dev/your-github-copilot-access-has-been-renewed?utm_campaign=rss
As a maintainer of a "popular open source project"
ever since Copilot was announced I've been receiving
monthly reminders that my free GitHub Copilot access has been renewed.
If I was paying for the s
Link: https://sethmlarson.dev/your-github-copilot-access-has-been-renewed?utm_campaign=rss
As a maintainer of a "popular open source project"
ever since Copilot was announced I've been receiving
monthly reminders that my free GitHub Copilot access has been renewed.
If I was paying for the s
sethmlarson.dev
Your GitHub Copilot access has been renewed 🤡
As a maintainer of a "popular open source project"
ever since Copilot was announced I've been receiving
monthly reminders that my free GitHub Copilot access has been renewed.
If I was paying for t...
ever since Copilot was announced I've been receiving
monthly reminders that my free GitHub Copilot access has been renewed.
If I was paying for t...
Real Python: Quiz: Build an LLM RAG Chatbot With LangChain
Link: https://realpython.com/quizzes/build-llm-rag-chatbot-with-langchain/
In this quiz, you’ll test your understanding of building a RAG chatbot using LangChain and Neo4j. You’ll revisit the process of designing a chatbot and working with graph databases.
[ Improve Your Py
Link: https://realpython.com/quizzes/build-llm-rag-chatbot-with-langchain/
In this quiz, you’ll test your understanding of building a RAG chatbot using LangChain and Neo4j. You’ll revisit the process of designing a chatbot and working with graph databases.
[ Improve Your Py
Realpython
Build an LLM RAG Chatbot With LangChain Quiz – Real Python
In this quiz, you'll test your understanding of building a retrieval-augmented generation (RAG) chatbot using LangChain and Neo4j. This knowledge will allow you to create custom chatbots that can retrieve and generate contextually relevant responses based…
Real Python: Quiz: Python Textual: Build Beautiful UIs in the Terminal
Link: https://realpython.com/quizzes/python-textual/
In this quiz, you’ll test your understanding of the Python Textual library. This library is used for creating text-based interface applications for the terminal. By working through this quiz, you’ll r
Link: https://realpython.com/quizzes/python-textual/
In this quiz, you’ll test your understanding of the Python Textual library. This library is used for creating text-based interface applications for the terminal. By working through this quiz, you’ll r
Realpython
Python Textual: Build Beautiful UIs in the Terminal Quiz – Real Python
In this quiz, you'll test your understanding of the Python Textual library. This library is used to create rich terminal applications and widgets. By working through this quiz, you'll reinforce your knowledge of Textual's key concepts and features.
PyCon: Support PyLadies: Donate to the PyLadies Auction at PyCon US 2025!
Link: https://pycon.blogspot.com/2025/03/support-pyladies-donate-to-pyladies.html
PyCon US 2025 is quickly approaching and we can’t wait to see all of you there! We're reaching out to our community to help support one of our favorite events: the PyLadies Auction. Our wonderful comm
Link: https://pycon.blogspot.com/2025/03/support-pyladies-donate-to-pyladies.html
PyCon US 2025 is quickly approaching and we can’t wait to see all of you there! We're reaching out to our community to help support one of our favorite events: the PyLadies Auction. Our wonderful comm
Blogspot
Support PyLadies: Donate to the PyLadies Auction at PyCon US 2025!
PyCon US 2025 is quickly approaching and we can’t wait to see all of you there! We're reaching out to our community to help support one of ...
Ned Batchelder: Faster branch coverage measurement
Link: https://nedbatchelder.com/blog/202503/faster_branch_coverage_measurement.html
After nearly two years, I think this is finally ready: coverage.py can use
sys.monitoring to more efficiently measure branch
coverage.I would love for people to try it, but it’s a little involved at t
Link: https://nedbatchelder.com/blog/202503/faster_branch_coverage_measurement.html
After nearly two years, I think this is finally ready: coverage.py can use
sys.monitoring to more efficiently measure branch
coverage.I would love for people to try it, but it’s a little involved at t
Nedbatchelder
Faster branch coverage measurement
After nearly two years, I think this is finally ready: coverage.py can use <a rel="external noopener" href="https://docs.python.org/3/library/sys.monitoring.html">sys.monitoring</a> to more efficiently measure branch coverage.
Lucas Cimon: Quelques sites web que j'ai conçu
Link: https://chezsoi.org/lucas/blog/quelques-sites-web-que-jai-concu.html
Au cours des 18 derniers mois, j'ai eu l'occasion de concevoir plusieurs sites web pour des proches et des associations où je suis bénévole.
Dans cet article, je reviens sur mes choix de solutions pou
Link: https://chezsoi.org/lucas/blog/quelques-sites-web-que-jai-concu.html
Au cours des 18 derniers mois, j'ai eu l'occasion de concevoir plusieurs sites web pour des proches et des associations où je suis bénévole.
Dans cet article, je reviens sur mes choix de solutions pou
Ludochaordic
Quelques sites web que j'ai conçu
Au cours des 18 derniers mois, j'ai eu l'occasion de concevoir plusieurs sites web pour des proches et des associations où je suis bénévole. Dans cet article, je reviens sur mes choix de solutions pour les mettre en place, et partage mes réflexions concernant…
Seth Michael Larson: Post Malone Oreos
Link: https://sethmlarson.dev/post-malone-oreos?utm_campaign=rss
@keyframes rotation {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}
Apparently I talk about my love for Post Malone's music too much, because I received not
Link: https://sethmlarson.dev/post-malone-oreos?utm_campaign=rss
@keyframes rotation {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}
Apparently I talk about my love for Post Malone's music too much, because I received not
sethmlarson.dev
Post Malone Oreos
@keyframes rotation {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}
Apparently I talk about my love for Post Malone's music too much, because I received...
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}
Apparently I talk about my love for Post Malone's music too much, because I received...
Real Python: Python News Roundup: March 2025
Link: https://realpython.com/python-news-march-2025/
Spring isn’t the only thing in the air—new Python releases are here! Last month, Python’s core development team released versions 3.13.2, 3.12.9, and 3.14.0 alpha 5 of the language. The 3.14.0a5 versi
Link: https://realpython.com/python-news-march-2025/
Spring isn’t the only thing in the air—new Python releases are here! Last month, Python’s core development team released versions 3.13.2, 3.12.9, and 3.14.0 alpha 5 of the language. The 3.14.0a5 versi
Realpython
Python News Roundup: March 2025 – Real Python
Last month, Python published the fifth alpha version of the 3.14 series. The PSF shared their online platforms, and PyCon US 2025 published its schedule. Some fundamental Python projects, such as Django and IPython, also released new versions.
Python Bytes: #423 Traveling the Python Universe
Link: https://pythonbytes.fm/episodes/show/423/traveling-the-python-universe
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong><a href="https://github.com/danielenricocahall/pysqlscribe?featured_on=pythonbytes">pysqlscribe</a></strong></li>
<li><strong><a
Link: https://pythonbytes.fm/episodes/show/423/traveling-the-python-universe
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong><a href="https://github.com/danielenricocahall/pysqlscribe?featured_on=pythonbytes">pysqlscribe</a></strong></li>
<li><strong><a
pythonbytes.fm
Traveling the Python Universe
News and announcements from the Python community for the week of Mar 10th, 2025
Django Weblog: Happy International Women's Day! 🎉 💜
Link: https://www.djangoproject.com/weblog/2025/mar/08/happy-international-womens-day/
This International Women's Day, we're celebrating a historic milestone in Django’s journey! 🚀
For the first time ever, Django has women in every leadership position within the project:
2 Django Steer
Link: https://www.djangoproject.com/weblog/2025/mar/08/happy-international-womens-day/
This International Women's Day, we're celebrating a historic milestone in Django’s journey! 🚀
For the first time ever, Django has women in every leadership position within the project:
2 Django Steer
Django Project
Happy International Women's Day! 🎉 💜
Posted by Bhuvnesh Sharma & Sarah Boyce on March 8, 2025
Python Software Foundation: PSF Distinguished Service Award Granted to Van Lindberg
Link: https://pyfound.blogspot.com/2025/03/dsa-van-lindberg.html
Van Lindberg, a longtime member of the PSF Board, has been recognized with the PSF’s Distinguished Service Award. Van was the co-chair and then Chair of PyCon from 2008-2012, served on the PSF Board f
Link: https://pyfound.blogspot.com/2025/03/dsa-van-lindberg.html
Van Lindberg, a longtime member of the PSF Board, has been recognized with the PSF’s Distinguished Service Award. Van was the co-chair and then Chair of PyCon from 2008-2012, served on the PSF Board f
Python Software Foundation Blog
PSF Distinguished Service Award Granted to Van Lindberg
Van Lindberg, a longtime member of the PSF Board, has been recognized with the PSF’s Distinguished Service Award. Van was the co-chair and t...