Ed Crewe: Talk about Cloud Prices at PyConLT 2025
Link: http://edcrewe.blogspot.com/2025/04/talk-about-cloud-prices-at-pyconlt-2025.html
Introduction to Cloud PricingI am looking forward to speaking at PyConLT 2025. My talk is called Cutting the Price of Scraping Cloud Costs (video)Its been a while (12 years!) since my last Python conf
Link: http://edcrewe.blogspot.com/2025/04/talk-about-cloud-prices-at-pyconlt-2025.html
Introduction to Cloud PricingI am looking forward to speaking at PyConLT 2025. My talk is called Cutting the Price of Scraping Cloud Costs (video)Its been a while (12 years!) since my last Python conf
Blogspot
Talk about Cloud Prices at PyConLT 2025
Introduction to Cloud Pricing I am looking forward to speaking at PyConLT 2025 . My talk is called Cutting the Price of Scraping Cloud Cost...
Armin Ronacher: My First Open Source AI Generated Library
Link: http://lucumr.pocoo.org/2025/6/21/my-first-ai-library
I'm currently evaluating how different models perform when generating XML
versus JSON. Not entirely unexpectedly, XML is doing quite well — except
for one issue: the models frequently return invalid
Link: http://lucumr.pocoo.org/2025/6/21/my-first-ai-library
I'm currently evaluating how different models perform when generating XML
versus JSON. Not entirely unexpectedly, XML is doing quite well — except
for one issue: the models frequently return invalid
Armin Ronacher's Thoughts and Writings
My First Open Source AI Generated Library
In a first for me, I published some agentic programmed AI slop to PyPI.
Seth Michael Larson: UN Open Source Week 2025: Security for the Long-Haul
Link: https://sethmlarson.dev/un-open-source-week-2025-security-for-the-long-haul?utm_campaign=rss
This page was used during the United Nations Open Source Week "Maintain-a-thon"
hosted by the Sovereign Tech Agency and Alpha Omega. Thanks to both the Sovereign Tech Agency
and Alpha Omega for suppor
Link: https://sethmlarson.dev/un-open-source-week-2025-security-for-the-long-haul?utm_campaign=rss
This page was used during the United Nations Open Source Week "Maintain-a-thon"
hosted by the Sovereign Tech Agency and Alpha Omega. Thanks to both the Sovereign Tech Agency
and Alpha Omega for suppor
sethmlarson.dev
UN Open Source Week 2025: Security for the Long-Haul
This page was used during the United Nations Open Source Week "Maintain-a-thon"
hosted by the Sovereign Tech Agency and Alpha Omega. Thanks to both the Sovereign Tech Agency
and Alpha Omega for sup...
hosted by the Sovereign Tech Agency and Alpha Omega. Thanks to both the Sovereign Tech Agency
and Alpha Omega for sup...
Python Software Foundation: The PSF's 2024 Annual Impact Report is here!
Link: https://pyfound.blogspot.com/2025/06/the-psfs-2024-annual-impact-report-is.html
2024 was another remarkable year of growth for the Python Software Foundation! Python became the most popular language on GitHub, and worldwide community engagement was at an all-time high. We expande
Link: https://pyfound.blogspot.com/2025/06/the-psfs-2024-annual-impact-report-is.html
2024 was another remarkable year of growth for the Python Software Foundation! Python became the most popular language on GitHub, and worldwide community engagement was at an all-time high. We expande
Python Software Foundation Blog
The PSF's 2024 Annual Impact Report is here!
2024 was another remarkable year of growth for the Python Software Foundation! Python became the most popular language on GitHub, and worldw...
Python Software Foundation: 2025 PSF Board Election Schedule
Link: https://pyfound.blogspot.com/2025/06/2025-psf-board-election-schedule.html
The PSF Board elections are a chance for the community to choose representatives to help the Python Software Foundation create a vision for and build the future of the Python community. This year, the
Link: https://pyfound.blogspot.com/2025/06/2025-psf-board-election-schedule.html
The PSF Board elections are a chance for the community to choose representatives to help the Python Software Foundation create a vision for and build the future of the Python community. This year, the
Python Software Foundation Blog
2025 PSF Board Election Schedule
The PSF Board elections are a chance for the community to choose representatives to help the Python Software Foundation create a vision for ...
Daniel Roy Greenfeld: TIL: HTML 404 errors for FastAPI
Link: https://daniel.feldroy.com/posts/til-2025-06-html-404-errors-for-fastapi
I had a TIL about custom responses in FastAPI but there's enough nuance that it deserves a full blog post. In the meantime, here's a TIL about custom HTTP responses.
from fastapi import FastAPI
from
Link: https://daniel.feldroy.com/posts/til-2025-06-html-404-errors-for-fastapi
I had a TIL about custom responses in FastAPI but there's enough nuance that it deserves a full blog post. In the meantime, here's a TIL about custom HTTP responses.
from fastapi import FastAPI
from
https://daniel.feldroy.com
TIL: HTML 404 errors for FastAPI
For those times when FastAPI is serving web pages and users go to the wrong place.
Real Python: Python enumerate(): Simplify Loops That Need Counters
Link: https://realpython.com/python-enumerate/
Python’s enumerate() function helps you with loops that require a counter by adding an index to each item in an iterable. This is particularly useful when you need both the index and value while itera
Link: https://realpython.com/python-enumerate/
Python’s enumerate() function helps you with loops that require a counter by adding an index to each item in an iterable. This is particularly useful when you need both the index and value while itera
Realpython
Python enumerate(): Simplify Loops That Need Counters – Real Python
Learn how to simplify your loops with Python’s enumerate(). This tutorial shows you how to pair items with their index cleanly and effectively using real-world examples.
Python Bytes: #437 Python Language Summit 2025 Highlights
Link: https://pythonbytes.fm/episodes/show/437/python-language-summit-2025-highlights
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><em>* <a href="https://pyfound.blogspot.com/2025/06/python-language-summit-2025.html?featured_on=pythonbytes">The Python Language Summit
Link: https://pythonbytes.fm/episodes/show/437/python-language-summit-2025-highlights
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><em>* <a href="https://pyfound.blogspot.com/2025/06/python-language-summit-2025.html?featured_on=pythonbytes">The Python Language Summit
pythonbytes.fm
Python Language Summit 2025 Highlights
News and announcements from the Python community for the week of Jun 23rd, 2025
Real Python: Starting With DuckDB and Python
Link: https://realpython.com/courses/starting-duckdb-python/
The DuckDB database provides a seamless way to handle large datasets in Python with Online Analytical Processing (OLAP) optimization. You can create databases, verify data imports, and perform efficie
Link: https://realpython.com/courses/starting-duckdb-python/
The DuckDB database provides a seamless way to handle large datasets in Python with Online Analytical Processing (OLAP) optimization. You can create databases, verify data imports, and perform efficie
Realpython
Starting With DuckDB and Python – Real Python
Learn how to use DuckDB in Python to query large datasets with SQL or its Python API, handle files like Parquet or CSV, and integrate with pandas or Polars.
PyCoder’s Weekly: Issue #687: Scaling With Kubernetes, Substrings, Big-O, and More (June 24, 2025)
Link: https://pycoders.com/issues/687
#687 – JUNE 24, 2025 View in Browser » Scaling Web Applications With Kubernetes and Karpenter What goes into scaling a Python web application today? What are resources for learning and practicin
Link: https://pycoders.com/issues/687
#687 – JUNE 24, 2025 View in Browser » Scaling Web Applications With Kubernetes and Karpenter What goes into scaling a Python web application today? What are resources for learning and practicin
Pycoders
PyCoder’s Weekly | Issue #687
Scaling With Kubernetes, Substrings, Big-O, and More
Mike Driscoll: An Intro to ty – The Extremely Fast Python type checker
Link: https://www.blog.pythonlibrary.org/2025/06/25/an-intro-to-ty-the-extremely-fast-python-type-checker/
Ty is a brand new, extremely fast Python type checker written in Rust from the fine folks at Astral, the makers of Ruff. Ty is in preview and is not ready for production use, but you can still try it
Link: https://www.blog.pythonlibrary.org/2025/06/25/an-intro-to-ty-the-extremely-fast-python-type-checker/
Ty is a brand new, extremely fast Python type checker written in Rust from the fine folks at Astral, the makers of Ruff. Ty is in preview and is not ready for production use, but you can still try it
Mouse Vs Python
An Intro to ty - The Extremely Fast Python type checker - Mouse Vs Python
Ty is a brand new, extremely fast Python type checker written in Rust from the fine folks at Astral, the makers of Ruff. Ty is in preview and is not ready
PyPodcats: Trailer: Episode 9 With Tamara Atanasoska
Link: https://pypodcats.live/episodes/ep-9-trailer/
A preview of our chat with Tamara Atanasoska. Watch the full episode on June 27, 2025A preview of our chat with Tamara Atanasoska. Watch the full episode on June 27, 2025Sneak Peek of our chat with Ta
Link: https://pypodcats.live/episodes/ep-9-trailer/
A preview of our chat with Tamara Atanasoska. Watch the full episode on June 27, 2025A preview of our chat with Tamara Atanasoska. Watch the full episode on June 27, 2025Sneak Peek of our chat with Ta
pypodcats.live
Trailer: Episode 9 with Tamara Atanasoska
A preview of our chat with Tamara Atanasoska. Watch the full episode on June 27, 2025
Real Python: Your Guide to the Python print() Function
Link: https://realpython.com/python-print/
If you’re like most Python users, then you probably started your Python journey by learning about print(). It helped you write your very own “Hello, World!” one-liner and brought your code to life on
Link: https://realpython.com/python-print/
If you’re like most Python users, then you probably started your Python journey by learning about print(). It helped you write your very own “Hello, World!” one-liner and brought your code to life on
Realpython
Your Guide to the Python print() Function – Real Python
Learn how Python's print() function works, avoid common pitfalls, and explore powerful alternatives and hidden features that can improve your code.
TestDriven.io: Building a Multi-tenant App with Django
Link: https://testdriven.io/blog/django-multi-tenant/
This tutorial looks at how to implement multi-tenancy in Django.
Link: https://testdriven.io/blog/django-multi-tenant/
This tutorial looks at how to implement multi-tenancy in Django.
testdriven.io
Building a Multi-tenant App with Django
This tutorial looks at how to implement multi-tenancy in Django.
Talk Python to Me: #511: From Notebooks to Production Data Science Systems
Link: https://talkpython.fm/episodes/show/511/from-notebooks-to-production-data-science-systems
If you're doing data science and have mostly spent your time doing exploratory or just local development, this could be the episode for you. We are joined by Catherine Nelson to discuss techniques and
Link: https://talkpython.fm/episodes/show/511/from-notebooks-to-production-data-science-systems
If you're doing data science and have mostly spent your time doing exploratory or just local development, this could be the episode for you. We are joined by Catherine Nelson to discuss techniques and
talkpython.fm
From Notebooks to Production Data Science Systems
If you're doing data science and have mostly spent your time doing exploratory or just local development, this could be the episode for you. We are joined by Catherine Nelson to discuss techniques and tools to move your data science game from local notebooks…
Peter Bengtsson: Native connection pooling in Django 5 with PostgreSQL
Link: http://www.peterbe.com/plog/native-connection-pooling-django-5-pg
Enabling native connection pooling in Django 5 gives me a 5.4x speedup.
Link: http://www.peterbe.com/plog/native-connection-pooling-django-5-pg
Enabling native connection pooling in Django 5 gives me a 5.4x speedup.
Peterbe
Native connection pooling in Django 5 with PostgreSQL - Peterbe.com
Enabling native connection pooling in Django 5 gives me a 5.4x speedup.
Real Python: Quiz: The Python print() Function
Link: https://realpython.com/quizzes/python-print-guide/
In this quiz, you’ll test your understanding of Your Guide to the Python print() Function.
The print() function outputs objects to the console or a specified file-like stream. You’ll practice:
Printi
Link: https://realpython.com/quizzes/python-print-guide/
In this quiz, you’ll test your understanding of Your Guide to the Python print() Function.
The print() function outputs objects to the console or a specified file-like stream. You’ll practice:
Printi
Realpython
The Python print() Function Quiz – Real Python
In this quiz, you'll test your understanding of Python's built-in print() function, covering how to format output, specify custom separators, and more.
Django Weblog: Watch the DjangoCon Europe 2025 talks
Link: https://www.djangoproject.com/weblog/2025/jun/27/watch-the-djangocon-europe-2025-talks/
They’re now all available to watch on YouTube, with a dedicated playlist ⭐️ DjangoCon Europe 2025 Dublin. For more quality Django talks in 2025, check out our next upcoming events!
DjangoCon Africa
Link: https://www.djangoproject.com/weblog/2025/jun/27/watch-the-djangocon-europe-2025-talks/
They’re now all available to watch on YouTube, with a dedicated playlist ⭐️ DjangoCon Europe 2025 Dublin. For more quality Django talks in 2025, check out our next upcoming events!
DjangoCon Africa
Django Project
Watch the DjangoCon Europe 2025 talks
Posted by Thibaud Colas on June 27, 2025
PyPodcats: Episode 9: With Tamara Atanasoska
Link: https://pypodcats.live/episodes/ep-9/
Learn about Tamara's journey. Tamara has been contributing to open source projects since 2012. She participated in Google Summer of Code to contribute to projects like Gnome and e-cidadania.Learn abou
Link: https://pypodcats.live/episodes/ep-9/
Learn about Tamara's journey. Tamara has been contributing to open source projects since 2012. She participated in Google Summer of Code to contribute to projects like Gnome and e-cidadania.Learn abou
pypodcats.live
Episode 9 with Tamara Atanasoska
Learn about Tamara's journey. Tamara has been contributing to open source projects since 2012. She participated in Google Summer of Code to contribute to projects like Gnome and e-cidadania.
Luke Plant: Statically checking Python dicts for completeness
Link: https://lukeplant.me.uk/blog/posts/statically-checking-python-dicts-for-completeness/
In Python, I often have the situation where I create a dictionary, and want to ensure that it is complete – it has an entry for every valid key.
Let’s say for my (currently hypothetical) automatic squ
Link: https://lukeplant.me.uk/blog/posts/statically-checking-python-dicts-for-completeness/
In Python, I often have the situation where I create a dictionary, and want to ensure that it is complete – it has an entry for every valid key.
Let’s say for my (currently hypothetical) automatic squ
Luke Plant's home page
Statically checking Python dicts for completeness
A Pythonic way to ensure that your statically-defined dicts are complete, with full source code.
Real Python: The Real Python Podcast – Episode #255: Structuring Python Scripts & Exciting Non-LLM Software Trends
Link: https://realpython.com/podcasts/rpp/255/
What goes into crafting an effective Python script? How do you organize your code, manage dependencies with PEP 723, and handle command-line arguments for the best results? Christopher Trudeau is back
Link: https://realpython.com/podcasts/rpp/255/
What goes into crafting an effective Python script? How do you organize your code, manage dependencies with PEP 723, and handle command-line arguments for the best results? Christopher Trudeau is back
Realpython
Episode #255: Structuring Python Scripts & Exciting Non-LLM Software Trends – The Real Python Podcast
What goes into crafting an effective Python script? How do you organize your code, manage dependencies with PEP 723, and handle command-line arguments for the best results? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's…