Mike Driscoll: Creating a Website with Sphinx and Markdown
Link: https://www.blog.pythonlibrary.org/2025/07/01/creating-a-website-with-sphinx-and-markdown/
Sphinx is a Python-based documentation builder. The Python documentation is written using Sphinx. The Sphinx project supports using ReStructuredText and Markdown, or a mixture of the two. Each page of
Link: https://www.blog.pythonlibrary.org/2025/07/01/creating-a-website-with-sphinx-and-markdown/
Sphinx is a Python-based documentation builder. The Python documentation is written using Sphinx. The Sphinx project supports using ReStructuredText and Markdown, or a mixture of the two. Each page of
Mouse Vs Python
Creating a Website with Sphinx and Markdown - Mouse Vs Python
Sphinx is a Python-based documentation builder. The Python documentation is written using Sphinx. The Sphinx project supports using ReStructuredText and
Real Python: Implementing the Factory Method Pattern in Python
Link: https://realpython.com/courses/factory-method-pattern/
This video course explores the Factory Method design pattern and its implementation in Python. Design patterns became a popular topic in late 90s after the so-called Gang of Four (GoF: Gamma, Helm, Jo
Link: https://realpython.com/courses/factory-method-pattern/
This video course explores the Factory Method design pattern and its implementation in Python. Design patterns became a popular topic in late 90s after the so-called Gang of Four (GoF: Gamma, Helm, Jo
Realpython
Implementing the Factory Method Pattern in Python – Real Python
Learn how to use the Factory Method pattern in Python, when to apply it, how to refactor your code for it, and explore a reusable implementation.
PyCoder’s Weekly: Issue #688: Checking Dicts, DuckDB, Reading shelve.py, and More (July 1, 2025)
Link: https://pycoders.com/issues/688
#688 – JULY 1, 2025 View in Browser » Statically Checking Python Dicts for Completeness To keep code concerns separate you might have two data structures (like an Enum and a dict) that are suppo
Link: https://pycoders.com/issues/688
#688 – JULY 1, 2025 View in Browser » Statically Checking Python Dicts for Completeness To keep code concerns separate you might have two data structures (like an Enum and a dict) that are suppo
Pycoders
PyCoder’s Weekly | Issue #688
Checking Dicts, DuckDB, Reading shelve.py, and More
Real Python: Quiz: Python 3.14 Preview: Template Strings (T-Strings)
Link: https://realpython.com/quizzes/python-t-strings/
Evaluate your grasp of Python’s t-strings, which provide a structured and secure way to handle string templates.
[ Improve Your Python With 🐍 Python Tricks 💌 – Get a short & sweet Python Trick delive
Link: https://realpython.com/quizzes/python-t-strings/
Evaluate your grasp of Python’s t-strings, which provide a structured and secure way to handle string templates.
[ Improve Your Python With 🐍 Python Tricks 💌 – Get a short & sweet Python Trick delive
Realpython
Python 3.14 Preview: Template Strings (T-Strings) Quiz – Real Python
Evaluate your grasp of Python's t-strings, which provide a structured and secure way to handle string templates.
Real Python: Python 3.14 Preview: Template Strings (T-Strings)
Link: https://realpython.com/python-t-strings/
Python 3.14’s t-strings allow you to intercept and transform input values before assembling them into a final representation. Unlike f-strings, which produce a str object, t-strings resolve to a Templ
Link: https://realpython.com/python-t-strings/
Python 3.14’s t-strings allow you to intercept and transform input values before assembling them into a final representation. Unlike f-strings, which produce a str object, t-strings resolve to a Templ
Realpython
Python 3.14 Preview: Template Strings (T-Strings) – Real Python
Python 3.14 introduces t-strings: a safer, more flexible alternative to f-strings. Learn how to process templates securely and customize string workflows.
Python⇒Speed: 500× faster: Four different ways to speed up your code
Link: https://pythonspeed.com/articles/different-ways-speed/
If your Python code is slow and needs to be fast, there are many
different approaches you can take, from parallelism to writing a
compiled extension. But if you just stick to one approach, it’s easy t
Link: https://pythonspeed.com/articles/different-ways-speed/
If your Python code is slow and needs to be fast, there are many
different approaches you can take, from parallelism to writing a
compiled extension. But if you just stick to one approach, it’s easy t
Python⇒Speed
330× faster: Four different ways to speed up your code
There are many approaches to speeding up Python code; applying multiple approaches can make your code even faster.
Django Weblog: Django bugfix release issued: 5.2.4
Link: https://www.djangoproject.com/weblog/2025/jul/02/bugfix-releases/
Today we've issued the 5.2.4 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index.
The PGP key ID used for this release is
Link: https://www.djangoproject.com/weblog/2025/jul/02/bugfix-releases/
Today we've issued the 5.2.4 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index.
The PGP key ID used for this release is
Django Project
Django bugfix release issued: 5.2.4
Posted by Natalia Bidart on July 2, 2025
Seth Michael Larson: Open Source Security work isn't “Special”
Link: https://sethmlarson.dev/security-work-isnt-special?utm_campaign=rss
I gave this keynote at OpenSSF Community Day NA 2025 in Denver, Colorado.
There will be a YouTube video recording available at a later date.
This talk was given as the Security-Developer-in-Resid
Link: https://sethmlarson.dev/security-work-isnt-special?utm_campaign=rss
I gave this keynote at OpenSSF Community Day NA 2025 in Denver, Colorado.
There will be a YouTube video recording available at a later date.
This talk was given as the Security-Developer-in-Resid
sethmlarson.dev
Open Source Security work isn't “Special”
I gave this keynote at OpenSSF Community Day NA 2025 in Denver, Colorado.
There is a recording published on YouTube.
This talk was given as the Security-Developer-in-Residence at the Python ...
There is a recording published on YouTube.
This talk was given as the Security-Developer-in-Residence at the Python ...
Talk Python to Me: #512: Building a JIT Compiler for CPython
Link: https://talkpython.fm/episodes/show/512/building-a-jit-compiler-for-cpython
Do you like to dive into the details and intricacies of how Python executes and how we can optimize it? Well, do I have an episode for you. We welcome back Brandt Bucher to give us an update on the up
Link: https://talkpython.fm/episodes/show/512/building-a-jit-compiler-for-cpython
Do you like to dive into the details and intricacies of how Python executes and how we can optimize it? Well, do I have an episode for you. We welcome back Brandt Bucher to give us an update on the up
talkpython.fm
Building a JIT Compiler for CPython
Do you like to dive into the details and intricacies of how Python executes and how we can optimize it? Well, do I have an episode for you. We welcome back Brandt Bucher to give us an update on the upcoming JIT compiler for Python and why it differs from…
Armin Ronacher: Tools: Code Is All You Need
Link: https://lucumr.pocoo.org/2025/7/3/tools/
If you've been following me on Twitter, you know I'm not a big fan of MCP right
now. It's not that I dislike the idea; I just haven't found it to work as
advertised. In my view, MCP suffers from two
Link: https://lucumr.pocoo.org/2025/7/3/tools/
If you've been following me on Twitter, you know I'm not a big fan of MCP right
now. It's not that I dislike the idea; I just haven't found it to work as
advertised. In my view, MCP suffers from two
Armin Ronacher's Thoughts and Writings
Tools: Code Is All You Need
The solution to agentic flows was code all along.
Mike Driscoll: Python eBook Fourth of July Sale
Link: https://www.blog.pythonlibrary.org/2025/07/03/python-ebook-fourth-of-july-sale/
Happy Fourth of July! I am hosting a sale for the 4th of July weekend, where you can get 25% off most of my books and courses.
Here are the books included in the sale and the direct links with the 25
Link: https://www.blog.pythonlibrary.org/2025/07/03/python-ebook-fourth-of-july-sale/
Happy Fourth of July! I am hosting a sale for the 4th of July weekend, where you can get 25% off most of my books and courses.
Here are the books included in the sale and the direct links with the 25
Mouse Vs Python
Python eBook Fourth of July Sale - Mouse Vs Python
Happy Fourth of July! I am hosting a sale for the 4th of July weekend, where you can get 25% off most of my books and courses. Here are the books included
Quansight Labs Blog: Escaping Contravariance Hell
Link: https://labs.quansight.org/blog/escaping-contravariance-hell
Protocols and TypeVars
Link: https://labs.quansight.org/blog/escaping-contravariance-hell
Protocols and TypeVars
labs.quansight.org
Escaping Contravariance Hell
Protocols and TypeVars
Real Python: The Real Python Podcast – Episode #256: Solving Problems and Saving Time in Chemistry With Python
Link: https://realpython.com/podcasts/rpp/256/
What motivates someone to learn how to code as a scientist? How do you harness the excitement of solving problems quickly and make the connection to the benefits of coding in your scientific work? Thi
Link: https://realpython.com/podcasts/rpp/256/
What motivates someone to learn how to code as a scientist? How do you harness the excitement of solving problems quickly and make the connection to the benefits of coding in your scientific work? Thi
Realpython
Episode #256: Solving Problems and Saving Time in Chemistry With Python – The Real Python Podcast
What motivates someone to learn how to code as a scientist? How do you harness the excitement of solving problems quickly and make the connection to the benefits of coding in your scientific work? This week on the show, we speak with Ben Lear and Christopher…
PyPy: PyPy v7.3.20 release
Link: https://www.pypy.org/posts/2025/07/pypy-v7320-release.html
PyPy v7.3.20: release of python 2.7, 3.11
The PyPy team is proud to release version 7.3.20 of PyPy after the previous
release on Feb 26, 2025. The release fixes some subtle bugs in ctypes and
OrderedD
Link: https://www.pypy.org/posts/2025/07/pypy-v7320-release.html
PyPy v7.3.20: release of python 2.7, 3.11
The PyPy team is proud to release version 7.3.20 of PyPy after the previous
release on Feb 26, 2025. The release fixes some subtle bugs in ctypes and
OrderedD
PyPy
PyPy v7.3.20 release
PyPy v7.3.20: release of python 2.7, 3.11
The PyPy team is proud to release version 7.3.20 of PyPy after the previous
release on Feb 26, 2025. The release fixes some subtle bugs in ctypes and
OrderedD
The PyPy team is proud to release version 7.3.20 of PyPy after the previous
release on Feb 26, 2025. The release fixes some subtle bugs in ctypes and
OrderedD
Python Software Foundation: Thinking about running for the PSF Board? Let’s talk!
Link: https://pyfound.blogspot.com/2025/07/thinking-about-running-for-psf-board.html
PSF Board elections are a chance for the community to choose representatives to help the PSF create a vision for and build the future of the Python community. This year, there are 4 seats open on the
Link: https://pyfound.blogspot.com/2025/07/thinking-about-running-for-psf-board.html
PSF Board elections are a chance for the community to choose representatives to help the PSF create a vision for and build the future of the Python community. This year, there are 4 seats open on the
Python Software Foundation Blog
Thinking about running for the PSF Board? Let’s talk!
PSF Board elections are a chance for the community to choose representatives to help the PSF create a vision for and build the future of the...
Anwesha Das: Creating Pull request with GitHub Action
Link: http://anweshadas.in/creating-pull-request-with-github-action/
---
name: Testing Gha
on:
workflow_dispatch:
inputs:
GIT_BRANCH:
description: The git branch to be worked on
required: true
jobs:
test-pr-creation:
name: Creates tes
Link: http://anweshadas.in/creating-pull-request-with-github-action/
---
name: Testing Gha
on:
workflow_dispatch:
inputs:
GIT_BRANCH:
description: The git branch to be worked on
required: true
jobs:
test-pr-creation:
name: Creates tes
Law Explained India
Creating Pull request with GitHub Action
---
name: Testing Gha
on:
workflow_dispatch:
inputs:
GIT_BRANCH:
description: The git branch to be worked on
required: true
jobs:
test-pr-creation:
name: Creates test PR
runs-on: ubuntu-latest
permissions:
…
name: Testing Gha
on:
workflow_dispatch:
inputs:
GIT_BRANCH:
description: The git branch to be worked on
required: true
jobs:
test-pr-creation:
name: Creates test PR
runs-on: ubuntu-latest
permissions:
…
Real Python: Free-Threaded Python Unleashed and Other Python News for July 2025
Link: https://realpython.com/python-news-july-2025/
Last month was a watershed moment for Python. Python 3.14 beta 3, released mid-June, isn’t just another pre-release. It’s the first build in which the long-awaited free-threaded or “no-GIL” variant is
Link: https://realpython.com/python-news-july-2025/
Last month was a watershed moment for Python. Python 3.14 beta 3, released mid-June, isn’t just another pre-release. It’s the first build in which the long-awaited free-threaded or “no-GIL” variant is
Realpython
Free-Threaded Python Unleashed and Other Python News for July 2025 – Real Python
Python 3.14's free-threaded interpreter is now officially supported—plus more key updates from the world of Python you don't want to miss!
Python Bytes: #439 That Astral Episode
Link: https://pythonbytes.fm/episodes/show/439/that-astral-episode
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><em>* <a href="https://docs.astral.sh/ty?featured_on=pythonbytes">ty documentation site and uv migration guide</a></em>*</li>
<li><em>*
Link: https://pythonbytes.fm/episodes/show/439/that-astral-episode
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><em>* <a href="https://docs.astral.sh/ty?featured_on=pythonbytes">ty documentation site and uv migration guide</a></em>*</li>
<li><em>*
pythonbytes.fm
That Astral Episode
News and announcements from the Python community for the week of Jul 7th, 2025
The Python Coding Stack: Python Backstage • Disassembling Python Code Using the `dis` Module
Link: https://www.thepythoncodingstack.com/p/python-disassembling-bytecode-dis-module
You're at the theatre. You're watching an impeccably produced play, and you're stunned at some of the visual effects. "How do they do that?", you're wondering.But you're lucky to have a VIP pass, and
Link: https://www.thepythoncodingstack.com/p/python-disassembling-bytecode-dis-module
You're at the theatre. You're watching an impeccably produced play, and you're stunned at some of the visual effects. "How do they do that?", you're wondering.But you're lucky to have a VIP pass, and
Thepythoncodingstack
Python Backstage • Disassembling Python Code Using the `dis` Module
Let's look behind the scenes to see what happens when you run your Python (CPython) code
Seth Michael Larson: Setting Discord status from physical GameCube console
Link: https://sethmlarson.dev/setting-discord-status-from-physical-gamecube-console?utm_campaign=rss
Have you ever seen one of your friends playing
a game or listening to music in their Discord “status”? That feature is
called “Rich Presence”.
What if you want to show your Discord friends that you'r
Link: https://sethmlarson.dev/setting-discord-status-from-physical-gamecube-console?utm_campaign=rss
Have you ever seen one of your friends playing
a game or listening to music in their Discord “status”? That feature is
called “Rich Presence”.
What if you want to show your Discord friends that you'r
sethmlarson.dev
Setting Discord status from physical GameCube console
Have you ever seen one of your friends playing
a game or listening to music in their Discord “status”? That feature is
called “Rich Presence”.
What if you want to show your Discord friends that ...
a game or listening to music in their Discord “status”? That feature is
called “Rich Presence”.
What if you want to show your Discord friends that ...