Python Bytes: #457 Tapping into HTTP
Link: https://pythonbytes.fm/episodes/show/457/tapping-into-http
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong><a href="https://httptap.dev?featured_on=pythonbytes">httptap</a></strong></li>
<li><strong><a href="https://blog.jetbrains.com/
Link: https://pythonbytes.fm/episodes/show/457/tapping-into-http
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong><a href="https://httptap.dev?featured_on=pythonbytes">httptap</a></strong></li>
<li><strong><a href="https://blog.jetbrains.com/
pythonbytes.fm
Tapping into HTTP
News and announcements from the Python community for the week of Nov 11th, 2025
EuroPython Society: Recognising Michael Foord as an Honorary EuroPython Society Fellow
Link: https://www.europython-society.org/recognising-michael-foord-as-an-honorary-europython-society-fellow/
Hi everyone. Today, we are honoured to announce a very special recognition.The EuroPython Society has posthumously elected Michael Foord (aka voidspace) as an Honorary EuroPython Society Fellow.Michae
Link: https://www.europython-society.org/recognising-michael-foord-as-an-honorary-europython-society-fellow/
Hi everyone. Today, we are honoured to announce a very special recognition.The EuroPython Society has posthumously elected Michael Foord (aka voidspace) as an Honorary EuroPython Society Fellow.Michae
EuroPython Society
Recognising Michael Foord as an Honorary EuroPython Society Fellow
Hi everyone. Today, we are honoured to announce a very special recognition. The EuroPython Society has posthumously elected Michael Foord (aka voidspace) as an Honorary EuroPython Society Fellow. Michael Foord (1974–2025)Michael was a long-time and deeply…
Real Python: The Real Python Podcast – Episode #274: Preparing Data Science Projects for Production
Link: https://realpython.com/podcasts/rpp/274/
How do you prepare your Python data science projects for production? What are the essential tools and techniques to make your code reproducible, organized, and testable? This week on the show, Khuyen
Link: https://realpython.com/podcasts/rpp/274/
How do you prepare your Python data science projects for production? What are the essential tools and techniques to make your code reproducible, organized, and testable? This week on the show, Khuyen
Realpython
Episode #274: Preparing Data Science Projects for Production – The Real Python Podcast
How do you prepare your Python data science projects for production? What are the essential tools and techniques to make your code reproducible, organized, and testable? This week on the show, Khuyen Tran from CodeCut discusses her new book, "Production Ready…
Paolo Melchiorre: How to use UUIDv7 in Python, Django and PostgreSQL
Link: https://www.paulox.net/2025/11/14/how-to-use-uuidv7-in-python-django-and-postgresql/
Learn how to use UUIDv7 today with stable releases of Python 3.14, Django 5.2 and PostgreSQL 18. A step by step guide showing how to generate UUIDv7 in Python, store them in Django models, use Postgre
Link: https://www.paulox.net/2025/11/14/how-to-use-uuidv7-in-python-django-and-postgresql/
Learn how to use UUIDv7 today with stable releases of Python 3.14, Django 5.2 and PostgreSQL 18. A step by step guide showing how to generate UUIDv7 in Python, store them in Django models, use Postgre
Paolo Melchiorre
How to use UUIDv7 in Python, Django and PostgreSQL
Learn how to use UUIDv7 today with stable releases of Python 3.14, Django 5.2 and PostgreSQL 18. A step by step guide showing how to generate UUIDv7 in Python, store them in Django models, use PostgreSQL native functions and build time ordered primary keys…
Kay Hayen: Nuitka Release 2.8
Link: https://nuitka.net/posts/nuitka-release-28.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release adds a ton of new features and corrections.
Bug Fixes
Standa
Link: https://nuitka.net/posts/nuitka-release-28.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release adds a ton of new features and corrections.
Bug Fixes
Standa
Ned Batchelder: Why your mock breaks later
Link: https://nedbatchelder.com/blog/202511/why_your_mock_breaks_later.html
In Why your mock doesn’t work I explained this rule of
mocking:Mock where the object is used, not where it’s
defined.That blog post explained why that rule was important: often a mock doesn’t
work at
Link: https://nedbatchelder.com/blog/202511/why_your_mock_breaks_later.html
In Why your mock doesn’t work I explained this rule of
mocking:Mock where the object is used, not where it’s
defined.That blog post explained why that rule was important: often a mock doesn’t
work at
Nedbatchelder
Why your mock breaks later
An overly aggressive mock can work fine, but then break much later. Why?
Real Python: Quiz: How to Serve a Website With FastAPI Using HTML and Jinja2
Link: https://realpython.com/quizzes/fastapi-jinja2-template/
In this quiz, you’ll test your understanding of building dynamic websites with FastAPI and Jinja2 Templates.
By working through this quiz, you’ll revisit how to return HTML with HTMLResponse, serve as
Link: https://realpython.com/quizzes/fastapi-jinja2-template/
In this quiz, you’ll test your understanding of building dynamic websites with FastAPI and Jinja2 Templates.
By working through this quiz, you’ll revisit how to return HTML with HTMLResponse, serve as
Realpython
How to Serve a Website With FastAPI Using HTML and Jinja2 Quiz – Real Python
Review how to build dynamic websites with FastAPI and Jinja2, and serve HTML, CSS, and JS with HTMLResponse and StaticFiles.
Real Python: How to Serve a Website With FastAPI Using HTML and Jinja2
Link: https://realpython.com/fastapi-jinja2-template/
By the end of this guide, you’ll be able to serve dynamic websites from FastAPI endpoints using Jinja2 templates powered by CSS and JavaScript. By leveraging FastAPI’s HTMLResponse, StaticFiles, and J
Link: https://realpython.com/fastapi-jinja2-template/
By the end of this guide, you’ll be able to serve dynamic websites from FastAPI endpoints using Jinja2 templates powered by CSS and JavaScript. By leveraging FastAPI’s HTMLResponse, StaticFiles, and J
Realpython
How to Serve a Website With FastAPI Using HTML and Jinja2 – Real Python
Use FastAPI to render Jinja2 templates and serve dynamic sites with HTML, CSS, and JavaScript, then add a color picker that copies hex codes.
Rodrigo Girão Serrão: Floodfill algorithm in Python
Link: https://mathspp.com/blog/floodfill-algorithm-in-python
Learn how to implement and use the floodfill algorithm in Python.
What is the floodfill algorithm?
Click the image below to randomly colour the region you click.
Go ahead, try it!
IMG_WIDTH = 160
IM
Link: https://mathspp.com/blog/floodfill-algorithm-in-python
Learn how to implement and use the floodfill algorithm in Python.
What is the floodfill algorithm?
Click the image below to randomly colour the region you click.
Go ahead, try it!
IMG_WIDTH = 160
IM
Mathspp
Floodfill algorithm in Python
Learn how to implement and use the floodfill algorithm in Python.
Python Bytes: #458 I will install Linux on your computer
Link: https://pythonbytes.fm/episodes/show/458/i-will-install-linux-on-your-computer
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong>Possibility of a new website for Django</strong></li>
<li><strong><a href="https://github.com/slaily/aiosqlitepool?featured_on=p
Link: https://pythonbytes.fm/episodes/show/458/i-will-install-linux-on-your-computer
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong>Possibility of a new website for Django</strong></li>
<li><strong><a href="https://github.com/slaily/aiosqlitepool?featured_on=p
pythonbytes.fm
I will install Linux on your computer
News and announcements from the Python community for the week of Nov 17th, 2025
Mike Driscoll: Black Friday Python Deals Came Early
Link: https://www.blog.pythonlibrary.org/2025/11/18/black-friday-python-deals-came-early/
Black Friday deals came early this year. You can get 50% off of any of my Python books or courses until the end of November. You can use this coupon code at checkout: BLACKISBACK
https://www.blog.py
Link: https://www.blog.pythonlibrary.org/2025/11/18/black-friday-python-deals-came-early/
Black Friday deals came early this year. You can get 50% off of any of my Python books or courses until the end of November. You can use this coupon code at checkout: BLACKISBACK
https://www.blog.py
Mouse Vs Python
Black Friday Python Deals Came Early - Mouse Vs Python
Black Friday deals came early this year. You can get 50% off of any of my Python books or courses until the end of November. You can use this coupon code
Real Python: Break Out of Loops With Python's break Keyword
Link: https://realpython.com/courses/break-out-of-loops-break-keyword/
In Python, the break statement lets you exit a loop prematurely, transferring control to the code that follows the loop. This tutorial guides you through using break in both for and while loops. You’l
Link: https://realpython.com/courses/break-out-of-loops-break-keyword/
In Python, the break statement lets you exit a loop prematurely, transferring control to the code that follows the loop. This tutorial guides you through using break in both for and while loops. You’l
Realpython
Break Out of Loops With Python's break Keyword – Real Python
Learn how Python’s break lets you exit for and while loops early, with practical demos from simple games to everyday data tasks.
PyCon: Join us in “Trailblazing Python Security” at PyCon US 2026
Link: https://pycon.blogspot.com/2025/11/trailblazing-python-security-pycon-us-2026.html
PyCon US 2026 is coming to Long Beach, California!
PyCon US is the premiere conference for the Python programming language
in North America. Python experts and enthusiasts from around the globe
will
Link: https://pycon.blogspot.com/2025/11/trailblazing-python-security-pycon-us-2026.html
PyCon US 2026 is coming to Long Beach, California!
PyCon US is the premiere conference for the Python programming language
in North America. Python experts and enthusiasts from around the globe
will
Blogspot
Join us in “Trailblazing Python Security” at PyCon US 2026
PyCon US 2026 is coming to Long Beach, California ! PyCon US is the premiere conference for the Python programming language in North Americ...
PyCoder’s Weekly: Issue #709: deepcopy(), JIT, REPL Tricks, and More (Nov. 18, 2025)
Link: https://pycoders.com/issues/709
#709 – NOVEMBER 18, 2025 View in Browser » Why Python’s deepcopy Can Be So Slow “Python’s copy.deepcopy() creates a fully independent clone of an object, traversing every nested element of the o
Link: https://pycoders.com/issues/709
#709 – NOVEMBER 18, 2025 View in Browser » Why Python’s deepcopy Can Be So Slow “Python’s copy.deepcopy() creates a fully independent clone of an object, traversing every nested element of the o
Pycoders
PyCoder’s Weekly | Issue #709
deepcopy(), JIT, REPL Tricks, and More
Seth Michael Larson: BrotliCFFI has two new maintainers
Link: https://sethmlarson.dev/brotlicffi-has-two-new-maintainers?utm_campaign=rss
Quick post announcing that the Python package
brotlicffi has two new maintainers:
Nathan Goldbaum and Christian Clauss.
Thank you both for stepping up to help me with
this package.
Both these folks (
Link: https://sethmlarson.dev/brotlicffi-has-two-new-maintainers?utm_campaign=rss
Quick post announcing that the Python package
brotlicffi has two new maintainers:
Nathan Goldbaum and Christian Clauss.
Thank you both for stepping up to help me with
this package.
Both these folks (
sethmlarson.dev
BrotliCFFI has two new maintainers
Quick post announcing that the Python package
brotlicffi has two new maintainers:
Nathan Goldbaum and Christian Clauss.
Thank you both for stepping up to help me with
this package.
Both these fo...
brotlicffi has two new maintainers:
Nathan Goldbaum and Christian Clauss.
Thank you both for stepping up to help me with
this package.
Both these fo...
The Python Coding Stack: I Don’t Like Magic • Exploring The Class Attributes That Aren’t Really Class Attributes • [Club]
Link: https://www.thepythoncodingstack.com/p/i-dont-like-magic-exploring-the-class
I don’t like magic. I don’t mean the magic of the Harry Potter kind—that one I’d like if only I could have it. It’s the “magic” that happens behind the scenes when a programming language like Python d
Link: https://www.thepythoncodingstack.com/p/i-dont-like-magic-exploring-the-class
I don’t like magic. I don’t mean the magic of the Harry Potter kind—that one I’d like if only I could have it. It’s the “magic” that happens behind the scenes when a programming language like Python d
Thepythoncodingstack
I Don’t Like Magic • Exploring The Class Attributes That Aren’t Really Class Attributes • [Club]
This syntax, used for data classes and typing.NamedTuple, confused me when first learning about these topics. Here’s why, and why it’s no longer confusing.
Django Weblog: Going build-free with native JavaScript modules
Link: https://www.djangoproject.com/weblog/2025/nov/19/going-build-free-with-native-javascript-modules/
For the last decade and more, we've been bundling CSS and JavaScript files. These build tools allowed us to utilize new browser capabilities in CSS and JS while still supporting older browsers. They a
Link: https://www.djangoproject.com/weblog/2025/nov/19/going-build-free-with-native-javascript-modules/
For the last decade and more, we've been bundling CSS and JavaScript files. These build tools allowed us to utilize new browser capabilities in CSS and JS while still supporting older browsers. They a
Django Project
Going build-free with native JavaScript modules
Posted by James Bligh on Nov. 19, 2025
PyCharm: Open Source in Focus: Projects We’re Proud to Support
Link: https://blog.jetbrains.com/blog/2025/11/18/open-source-in-focus-projects-we-re-proud-to-support/
Link: https://blog.jetbrains.com/blog/2025/11/18/open-source-in-focus-projects-we-re-proud-to-support/
The JetBrains Blog
Open Source in Focus: Projects We’re Proud to Support | The JetBrains Blog
At JetBrains, we love seeing the developer community grow and thrive. That’s why we support open-source projects that make a real difference — the ones that help developers learn, build, and create be
Real Python: Quiz: Build a Python MCP Client to Test Servers From Your Terminal
Link: https://realpython.com/quizzes/python-mcp-client/
In this quiz, you’ll test your understanding of how to Build a Python MCP Client to Test Servers From Your Terminal.
By working through this quiz, you’ll revisit how to add a minimal chat interface, c
Link: https://realpython.com/quizzes/python-mcp-client/
In this quiz, you’ll test your understanding of how to Build a Python MCP Client to Test Servers From Your Terminal.
By working through this quiz, you’ll revisit how to add a minimal chat interface, c
Realpython
Build a Python MCP Client to Test Servers From Your Terminal Quiz – Real Python
Learn how to create a Python MCP client, start an AI-powered chat session, and run it from the command line. Check your understanding.
Django Weblog: Django 6.0 release candidate 1 released
Link: https://www.djangoproject.com/weblog/2025/nov/19/django-60-rc-released/
Django 6.0 release candidate 1 is now available. It represents the
final opportunity for you to try out a mosaic of modern tools and thoughtful design
before Django 6.0 is released.
The release candid
Link: https://www.djangoproject.com/weblog/2025/nov/19/django-60-rc-released/
Django 6.0 release candidate 1 is now available. It represents the
final opportunity for you to try out a mosaic of modern tools and thoughtful design
before Django 6.0 is released.
The release candid
Django Project
Django 6.0 release candidate 1 released
Posted by Natalia Bidart on Nov. 19, 2025