Mirek Długosz: Customizing fonts’ look with OpenType features
Link: https://mirekdlugosz.com/blog/2025/customizing-fonts-look-with-opentype-features/
Many programming fonts allow customization through OpenType features. For people who are picky about certain properties, like easily distinguishable l and I (lowercase L and uppercase i), a single tog
Link: https://mirekdlugosz.com/blog/2025/customizing-fonts-look-with-opentype-features/
Many programming fonts allow customization through OpenType features. For people who are picky about certain properties, like easily distinguishable l and I (lowercase L and uppercase i), a single tog
Mirek Długosz personal website
Customizing fonts’ look with OpenType features
Many programming fonts allow customization through OpenType features. For people who are picky about certain properties, like easily distinguishable l and I (lowercase L and uppercase i), a single toggle can make a difference between rejecting a font and…
Techiediaries - Django: Get 7 Books for Free to Master Python
Link: https://www.techiediaries.com/free-python-books/
A handpicked collection of 7 free Python books that will help you master Python — from the basics to advanced techniques like clean code, automation, and project building
Link: https://www.techiediaries.com/free-python-books/
A handpicked collection of 7 free Python books that will help you master Python — from the basics to advanced techniques like clean code, automation, and project building
Techiediaries
Get 7 Books for Free to Master Python | Techiediaries
A handpicked collection of 7 free Python books that will help you master Python — from the basics to advanced techniques like clean code, automation, and project building
Zato Blog: Python Scheduler Tutorial
Link: https://zato.io/en/blog/python-scheduler.html
Python Scheduler Tutorial
2025-03-03, by Dariusz Suchojad
Are you looking for a practical way to automate API tasks with reliable scheduling?
This tutorial
demonstrates how to implement
task sc
Link: https://zato.io/en/blog/python-scheduler.html
Python Scheduler Tutorial
2025-03-03, by Dariusz Suchojad
Are you looking for a practical way to automate API tasks with reliable scheduling?
This tutorial
demonstrates how to implement
task sc
Real Python: Python while Loops: Repeating Tasks Conditionally
Link: https://realpython.com/python-while-loop/
Python’s while loop enables you to execute a block of code repeatedly as long as a given condition remains true. Unlike for loops, which iterate a known number of times, while loops are ideal for situ
Link: https://realpython.com/python-while-loop/
Python’s while loop enables you to execute a block of code repeatedly as long as a given condition remains true. Unlike for loops, which iterate a known number of times, while loops are ideal for situ
Realpython
Python while Loops: Repeating Tasks Conditionally – Real Python
In this tutorial, you'll learn about indefinite iteration using the Python while loop. You'll be able to construct basic and complex while loops, interrupt loop execution with break and continue, use the else clause with a while loop, and deal with infinite…
Techiediaries - Django: The Ultimate Guide to Automating SEO with Python: Boost Rankings & Save Time!
Link: https://www.techiediaries.com/python-automate-seo/
A handpicked collection of 7 free Python books that will help you master Python — from the basics to advanced techniques like clean code, automation, and project building
Link: https://www.techiediaries.com/python-automate-seo/
A handpicked collection of 7 free Python books that will help you master Python — from the basics to advanced techniques like clean code, automation, and project building
Techiediaries
The Ultimate Guide to Automating SEO with Python: Boost Rankings & Save Time! | Techiediaries
A handpicked collection of 7 free Python books that will help you master Python — from the basics to advanced techniques like clean code, automation, and project building
Python Morsels: The features of Python's help() function
Link: https://www.pythonmorsels.com/help-features/
Python's help() function accepts more than functions, modules, and objects. The help() function can lookup help for symbols, keywords, and topics!
Table of contents
Passing objects to help
Aside: k
Link: https://www.pythonmorsels.com/help-features/
Python's help() function accepts more than functions, modules, and objects. The help() function can lookup help for symbols, keywords, and topics!
Table of contents
Passing objects to help
Aside: k
Pythonmorsels
The features of Python's help() function
Python's help() function accepts more than functions, modules, and objects. The help() function can lookup help for symbols, keywords, and topics!
Python Bytes: #422 You need 4 spaces
Link: https://pythonbytes.fm/episodes/show/422/you-need-4-spaces
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://www.youtube.com/watch?v=mFyE9xgeKcA"><strong>My 2025 uv-based Python Project Layout for Production Apps</strong></a></l
Link: https://pythonbytes.fm/episodes/show/422/you-need-4-spaces
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://www.youtube.com/watch?v=mFyE9xgeKcA"><strong>My 2025 uv-based Python Project Layout for Production Apps</strong></a></l
pythonbytes.fm
You need 4 spaces
News and announcements from the Python community for the week of Mar 3rd, 2025
Python Software Foundation: Announcing Python Software Foundation Fellow Members for Q4 2024! 🎉
Link: https://pyfound.blogspot.com/2025/03/announcing-python-software-foundation.html
The PSF is pleased to announce its fourth batch of PSF Fellows for 2024! Let us welcome the new PSF Fellows for Q4! The following people continue to do amazing things for the Python community:Jimena
Link: https://pyfound.blogspot.com/2025/03/announcing-python-software-foundation.html
The PSF is pleased to announce its fourth batch of PSF Fellows for 2024! Let us welcome the new PSF Fellows for Q4! The following people continue to do amazing things for the Python community:Jimena
Python Software Foundation Blog
Announcing Python Software Foundation Fellow Members for Q4 2024! 🎉
The PSF is pleased to announce its fourth batch of PSF Fellows for 2024 ! Let us welcome the new PSF Fellows for Q4 ! The following peopl...
Real Python: Working With Python Polars
Link: https://realpython.com/courses/working-with-python-polars/
In the world of data analysis and manipulation, Python has long been the go-to language. With extensive and user-friendly libraries like NumPy, pandas, and PySpark, there’s a solution available for al
Link: https://realpython.com/courses/working-with-python-polars/
In the world of data analysis and manipulation, Python has long been the go-to language. With extensive and user-friendly libraries like NumPy, pandas, and PySpark, there’s a solution available for al
Realpython
Working With Python Polars – Real Python
Welcome to the world of Polars, a powerful DataFrame library for Python. In this video course, you'll get a hands-on introduction to Polars' core features and see why this library is catching so much buzz.
Ari Lamstein: Using Python to Measure Immigration Trends
Link: https://arilamstein.com/blog/2025/03/04/using-python-to-measure-immigration-trends/
I recently finished a project that uses Python and the American Community Survey (ACS) to measure immigration in the town I grew up in. This post provides an overview of the results.
If you are intere
Link: https://arilamstein.com/blog/2025/03/04/using-python-to-measure-immigration-trends/
I recently finished a project that uses Python and the American Community Survey (ACS) to measure immigration in the town I grew up in. This post provides an overview of the results.
If you are intere
Ari Lamstein
Using Python to Measure Immigration Trends
I recently finished a project that uses Python and the American Community Survey (ACS) to measure immigration in the town I grew up in. This post provides an overview of the results. If you are int…
PyCoder’s Weekly: Issue #671: Underscore Naming, Flask-SQLAlchemy, Kivy, and More (March 4, 2025)
Link: https://pycoders.com/issues/671
#671 – MARCH 4, 2025 View in Browser » Single and Double Underscore Naming Conventions in Python In this video course, you’ll learn a few Python naming conventions involving single and double un
Link: https://pycoders.com/issues/671
#671 – MARCH 4, 2025 View in Browser » Single and Double Underscore Naming Conventions in Python In this video course, you’ll learn a few Python naming conventions involving single and double un
Pycoders
PyCoder’s Weekly | Issue #671
Issue #671 of the PyCoder’s Weekly newsletter, published March 4, 2025.
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.